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_snmp_hp_fan

Rating
0 votes
Favoured:
0
Current Version
1
Last Release Date
2009-07-01
Compatible With
  • Nagios 3.x
Hits
96136
Files:
FileDescription
check_snmp_hp_fan.ccheck_snmp_hp_fan.c
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This plugin check the thermal and fan state of HP servers running CPQ SNMP extension.
This plugin checks the thermal state and fan state of HP servers using the CPQ SNMP mibs.

Requirements:
This plugin is in C.
This plugin requires the nagios-plugins-snmp package from http://nagios.manubulon.com (tested with version 0.5)
Unpack the nagios-plugins-snmp tgz file, copy this source code into the src directory, edit Makefile.am

Sample Makefile.am:
datadir = @datadir@
localedir = $(datadir)/locale
DEFS = -DLOCALEDIR="$(localedir)" @DEFS@

libexec_PROGRAMS = check_snmp_int check_snmp_process check_snmp_storage check_snmp_hp_fan check_snmp_routetable_stable
check_snmp_int_SOURCES = check_snmp_int.c nagios_common_snmp.c
check_snmp_process_SOURCES = check_snmp_process.c nagios_common_snmp.c
check_snmp_storage_SOURCES = check_snmp_storage.c nagios_common_snmp.c
check_snmp_hp_fan_SOURCES = check_snmp_hp_fan.c nagios_common_snmp.c
check_snmp_routetable_stable_SOURCES = check_snmp_routetable_stable.c nagios_common_snmp.c