Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check CPU Usage via SNMP
Current Version
1.0
Last Release Date
2011-02-07
Compatible With
- Nagios 2.x
- Nagios 3.x
Owner
License
GPL
Hits
119184
Files:
File | Description |
---|---|
check_cpu_snmp.bash | nagios plugin scripts |
check_cpu_snmp.php | pnp template for check_cpu_snmp |
My environment need check overall CPU usage under Linux/Windows system via SNMP (not require NRPE plugin).
Complete with performance data report (can display using pnp system)
Pre-requirement
1. snmpwalk command (under Redhat/CentOS use snmp-utils package)
On Target system (Work with Linux/MS Windows)
1. Enable SNMP readonly community
2. Allow firewall (optional)
Sample output
$ check_cpu_snmp.bash -H x.x.x.x -C community
CPU Usage : 15 % |cpu=15%;60;90;0;100
1. snmpwalk command (under Redhat/CentOS use snmp-utils package)
On Target system (Work with Linux/MS Windows)
1. Enable SNMP readonly community
2. Allow firewall (optional)
Sample output
$ check_cpu_snmp.bash -H x.x.x.x -C community
CPU Usage : 15 % |cpu=15%;60;90;0;100