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
1.0
2011-02-07
- Nagios 2.x
- Nagios 3.x
GPL
120322
File | Description |
---|---|
check_cpu_snmp.bash | nagios plugin scripts |
check_cpu_snmp.php | pnp template for check_cpu_snmp |
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!
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