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
100735
Files:
FileDescription
check_lm_sensorsplugin - check_lm_sensors
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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'
...