Raspberry Pi Temperature graphs

  • Based on this topic

    Code
    http://forums.openmediavault.org/viewtopic.php?f=13&t=79

    I created a template to graph the RPi SoC temperature.


    First of all

    Code
    nano /var/www/openmediavault/js/omv/module/admin/Sensors.js


    and put inside


    Then you have to create another file to get your changes in to collectd.conf and omv-mkgraph:

    Code
    nano /usr/share/openmediavault/scripts/collectd.d/sensors


    and put inside


    Code
    cd /var/lib/collectd/rrd/localhost


    Then you have to create the temperature database

    Code
    nano createrrd.sh

    and put inside


    Afterwards you have to make it executable

    Code
    chmod +x createrrd.sh

    and then run it

    Code
    ./createrrd.sh

    . This should create a file inside the folder named database.rrd. which will store all the temp data. After that, log in the webgui, go to the System information-> System->Temperature tab. After some minutes you should get you SoC temp



    The next step is to graph also the CPU freq parallel to the temp graph (for those who overclocked the SoC) :D

    • Offizieller Beitrag

    I did all these steps but nothing shows up on the System Info graphs

    This thread is 9 years old. I wouldn't do any of this.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!