Home Directory Plugins System Metrics Environmental check_lm_sensors-improved

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_lm_sensors-improved

Current Version
1.0.0
Last Release Date
2011-05-03
Compatible With
  • Nagios 2.x
  • Nagios 3.x
Owner
License
GPL
Hits
101096
Files:
FileDescription
check_lm_sensorsplugin - check_lm_sensors
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
This plugin checks hardware status using the lm_sensors package.
This plugin checks hardware status using the lm_sensors package.
First configure lm_sensors with your rights parameters. eg. /etc/sensors.
Once you have configured 'lm_sensors package" plugin tells if you have an alarm and/or temperature is over limit. For temperature monitoring passes the temperature sensor name's as argument.
Eg.
# commands.cfg
...
$USER1$/check_lm_sensors $ARG1$
...

# myhost.cnf
...
check_command check_local_lm_sensors!'CPU temp'
...