My apologies….
Not using hddtemp script. Using the temperature script (that uses hddtemp)..
sn = serial number. Using ZFS on Linux by-vdev definition to map /dev/hd? -> /dev/disk/by-vdev/(sn - serial number)
My temperature script below as on monitored host.
#!/bin/bash echo "<<<temperature>>>" echo “(sn 1):" `hddtemp /dev/disk/by-vdev/(sn 1) -n` echo “(sn 2):" `hddtemp /dev/disk/by-vdev/(sn 2) -n` echo “(sn 3):" `hddtemp /dev/disk/by-vdev/(sn 3) -n` echo “(sn 4):" `hddtemp /dev/disk/by-vdev/(sn 4) -n` echo “(sn 5):" `hddtemp /dev/disk/by-vdev/(sn 5) -n`
------------------------------
Message: 5 Date: Fri, 21 Nov 2014 10:27:27 -0600 From: "Ron Marosko" <ron@rjr-services.com mailto:ron@rjr-services.com> To: "'Observium Network Observation System'" <observium@observium.org mailto:observium@observium.org> Subject: Re: [Observium] hddtemp on CE 0.14.4.5 Message-ID: <001b01d005a8$0aa08140$1fe183c0$@rjr-services.com mailto:001b01d005a8$0aa08140$1fe183c0$@rjr-services.com> Content-Type: text/plain; charset="us-ascii"
Just having a look at the hddtemp agent script.
# hddtemp sensor readings
# needs hddtemp daemon listening on (at least) localhost
# requires netcat to be installed and in the path
Have you satisfied those requirements?
From: observium [mailto:observium-bounces@observium.org mailto:observium-bounces@observium.org] On Behalf Of deeepdish Sent: Friday, November 21, 2014 9:36 AM To: observium@observium.org mailto:observium@observium.org Subject: [Observium] hddtemp on CE 0.14.4.5
Hello.
Great product. Looking forward to evaluating the subscription version after I get a minimum base operational using the CE edition.
I have an issue around viewing HDD TEMP graphs driven by data extracted from the UNIX agent and hddtemp script. I can confirm output when auditing output of:
telnet (hostname) 36602
or
./poller.php -h (hostname) -d
I can also confirm temp. sensor driven graphs do come up for other hosts when using SNMP lmsensors, however not for unix-agent / hddtemp data sources.
Can someone point me in the right direction?
Thank you.
participants (1)
-
deeepdish