Environmental

check_lm_sensors

Description:

check_lm_sensors is a Nagios plugin to monitor the values of on board sensors and hard disk temperatures on Linux systems

Current Version

3.1.1

Last Release Date

June 15, 2009

Compatible With

Owner


Project Notes
Reviews (1) Add a Review
A small note on using the hddtemp SMART probe
by pichel, July 31, 2010

As /usr/sbin/hddtemp has to be run by root, there are two manual tweaks to do to have it run properly. First add sudo in /usr/lib/nagios/plugins/contrib/check_lm_sensors at the command issued at line 29O (in the revision 1030) : my $command = "$hddtemp_bin -n /dev/$name"; changes to -> my $command = "sudo $hddtemp_bin -n /dev/$name"; Then edit the sudoers file to add an authorization to the nagios user for sudoing this peculiar command : nagios ALL=(root) NOPASSWD:/usr/sbin/hddtemp (if your nagios user is not called nagios, please update accordingly) And that's all.



Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
4.5 (2)
Favorites
1
Views
111,527