Temperature CPU?

    • Offizieller Beitrag

    I don't think the BananaPi has a cpu temperature sensor.

    omv 7.1.0-2 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.5 | scripts 7.0.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • @tommi32


    Run the following then check your graphs.

    Code
    rm /usr/share/openmediavault/mkconf/sensors
    wget -O /usr/share/openmediavault/mkconf/sensors https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/openmediavault-sensors/master/usr/share/openmediavault/mkconf/sensors
    chmod +x /usr/share/openmediavault/mkconf/sensors
    /usr/share/openmediavault/mkconf/sensors

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

    Einmal editiert, zuletzt von jhmiller ()

  • How come my sensor tab isn't showing in the 'sytem information'?
    My OMV is running on a PC.


    I'm following this code, & restart the server:


    Code
    rm /usr/share/openmediavault/mkconf/sensors
    wget -O /usr/share/openmediavault/mkconf/sensors https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/openmediavault-sensors/master/usr/share/openmediavault/mkconf/sensors
    chmod +x /usr/share/openmediavault/mkconf/sensors
    /usr/share/openmediavault/mkconf/sensors

    OMV v5.0
    Asus Z97-A/3.1; i3-4370
    32GB RAM Corsair Vengeance Pro

    4 Mal editiert, zuletzt von tinh_x7 ()

  • How come my sensor tab isn't showing in the 'sytem information'?
    My OMV is running on a PC.


    Have you provided the sensors information so your monitors can be added? See this post

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • He is asking if there is any data collected to show.


    What output are you getting via the sensors command?


    What are you getting with the ls /var/lib/rrdcached/db/localhost/sensors*/ command?


    sensors - should give you a list of installed drivers and outputs


    ls /var/lib/rrdcached/db/localhost/sensors*/ - should give you the collected data xxxx.rrd


    IE:




    OMV 6.x
    Supermicro X9DRH-7F
    2X-XEON E5-2660V2
    128GB PC3-10600R ECC REG
    Supermicro SATA DOM 64GB
    Areca ARC-1883IX-24
    24X - WD WD80EFZX
    NORCO RPC-4224 4U
    Eaton 5PX 1500

    Einmal editiert, zuletzt von mikebetz42 ()

  • Hi there, Im trying to find out how to download the sensors plugin and install it but all i see is the github page, little help @jhmiller ?


    You need to install OMV-Extras and enable the download managers testing repo, the sensors plugin will now show in the plugin list.

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • It is under the name of openmediavault-sensors

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • It is under the name of openmediavault-sensors


    nevermind, i got 1.0.5 here: http://omv-extras.org/debian/p…o/openmediavault-sensors/ and then it found the .19 update when i added it, thanks!


    EDIT: i enabled it and checked cpu temperature in the settings but i cant find where it shows it?
    EDIT 2: Scratch that, got it
    EDIT 3: Everything works except the fan speed, do i need to enter a command to fix it?

  • What is your output to the command # sensors ? Does it show the fans? See my post above.

    OMV 6.x
    Supermicro X9DRH-7F
    2X-XEON E5-2660V2
    128GB PC3-10600R ECC REG
    Supermicro SATA DOM 64GB
    Areca ARC-1883IX-24
    24X - WD WD80EFZX
    NORCO RPC-4224 4U
    Eaton 5PX 1500

  • With the newest version, I seem to have acquired a new sensor.


    Zitat

    nouveau-pci-0100
    Adapter: PCI adapter
    fan1: 739350 RPM
    temp1: +33.0°C (high = +95.0°C, hyst = +3.0°C)
    (crit = +105.0°C, hyst = +5.0°C)
    (emerg = +135.0°C, hyst = +5.0°C)


    Oddly enough, before, my fan RPM wasn't showing up, but now it seems to be listed under this new sensor (albeit not sure if it's correct).
    I still however do not show a graph for it.


    EDIT: I also found this info on the web from lm-sensors mailing list that correctly references my motherboard (ASRocks 970 Extreme4) and that "new" sensor/module that was found.


    http://lists.lm-sensors.org/pi…sors/2012-May/036061.html

  • @jhmiller


    Would it be possible to add cpu temp for the Raspberry PI 2?


    I have just got one for testing and put OMV on it, what information do I need to get for you?
    I have installed your plugin, but obviously things are on different location.


    Code
    /opt/vc/bin/vcgencmd measure_temp
    temp=54.1'C


    will produce the CPU temp, not sure if we can get it per core.

    DISCLAIMER: I'm not a native English speaker, I'm really sorry if I don't explain as good as you would like... :)

    4 Mal editiert, zuletzt von Wabun ()

Jetzt mitmachen!

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