Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_cab
1.0
2014-11-12
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
- Nagios XI
GPL
14892
File | Description |
---|---|
check_cab | check_cab |
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!
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
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
Reviews (0)
Be the first to review this listing!