Is it possible to specify multiple thresholds for the same sensor in /etc/sensorsd.conf?
For example:
hw.sensors.2:low=50F:high=70F:command=/bin/echo "Ambient Temp %2" | /usr/bin/mail -s "Hardware Sensors Warning" [EMAIL PROTECTED] hw.sensors.2:low=55F:high=68F:command=/bin/echo "Ambient Temp %2" | /usr/bin/mail -s "Hardware Sensors Warning" [EMAIL PROTECTED]

When I run sensorsd, all I get in /var/log/daemon is:
sensorsd[19211]: startup, 1 watches for 33 sensors

When the temperature crossed both high values, I didn't get two emails.
I'm doing this so I can get a sense of which direction the temp is going.

Reply via email to