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_cab

Current Version
1.0
Last Release Date
2014-11-12
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
Owner
License
GPL
Hits
14871
Files:
FileDescription
check_cabcheck_cab
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!
check_cab is a basic shell script Nagios plugin to check datacentre cabinet/rack health via a Sinetica Hawk-I or RacKMS. It will monitor cabinet temperature/humidity etc.
Basic usage:
check_cab -H hostname -C communitystring -T checktype -w limit -c limit

Help:
-h
Print detailed help screen
-V
Print version information
-H STRING
Host address to check against
-C STRING
SNMP community string on host
-T STRING
Checktype to perform (Standard channels are CH1/CH2/CH3/CH4)
-w STRING
Warning threshold to one decimal place (i.e 20.5)
-c STRING
Critical threshold to one decimal place (i.e 21.5)

Example command:

define command{
command_name check_cab_reartemp
command_line $USER1$/check_cab -H $HOSTADDRESS$ -C MYCOMMUNITY -T CH4 -w 33.0 -c 35.0
}

Expected output:
OK: "Rear Temp" value is 24.9