Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Improved version of the official sensors plugin.
Current Version
Last Release Date
June 15, 2009
Owner
Nagios Exchange
updated copy, fixed two bugs
The official check_sensors plugin didn't report any info other than a regexp 'ALARM' from lm_sensors. I rewrote the plugin to send data and incorporated nagios-grapher to work with it.
This version reports cpu, motherboard and hard drive temperatures, fan speeds and voltages (in separate instances). Warning and critical level setting only affects cpu temperature and all fans.
By default this plugin should work like the earlier version, the switches modify the operation mode. See --help for more information.
This works well, but perfdata would be nice when debugging possible overheating problems. My current hack: PERFDATA=$(echo "$sensordata" | grep "°C"| sed -r 's/:[ ]+[+]?([0-9.]+)°C.*$/=1/;s/ /_/g;' | sed 's/./L&/g' | tr "n" ', ' | sed "s/,/, /g;s/, *$/n/") echo "sensor ok $PERFDATA | $PERFDATA" exit $STATE_OK
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!