Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check CPU LOAD using SNMP
1.7
2011-02-20
- Nagios 3.x
GPL
139366
check_snmp_cpu is written in Bash and is distributed under the GPLv2 license. This plugin have been created by Yoann LAMY.
Usage: ./check_snmp_cpu -H xxx.xxx.xxx.xxx -C public -w 80 -c 90
-H ADDRESS
Name or IP address of host (default: 127.0.0.1)
-C STRING
Community name for the host SNMP agent (default: public)
-w INTEGER
Warning level for the cpu load percent (default: 0)
-c INTEGER
Critical level for the cpu load in percent (default: 0)
-h
Print this help screen
-V
Print version and license information
This plugin uses the 'snmpwalk' command included with the NET-SNMP package.
This plugin support performance data output. If the warning level and critical levels are both set to 0, then the script returns OK state.
This nagios plugins comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of the plugins under the terms of the GNU General Public License v2.
Usage: ./check_snmp_cpu -H xxx.xxx.xxx.xxx -C public -w 80 -c 90
-H ADDRESS
Name or IP address of host (default: 127.0.0.1)
-C STRING
Community name for the host SNMP agent (default: public)
-w INTEGER
Warning level for the cpu load percent (default: 0)
-c INTEGER
Critical level for the cpu load in percent (default: 0)
-h
Print this help screen
-V
Print version and license information
This plugin uses the 'snmpwalk' command included with the NET-SNMP package.
This plugin support performance data output. If the warning level and critical levels are both set to 0, then the script returns OK state.
This nagios plugins comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of the plugins under the terms of the GNU General Public License v2.
Reviews (0)
Be the first to review this listing!