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

Nagios CPU Plugin

Rating
1 vote
Favoured:
0
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!
This is a nagios plugin and supporting pnp4nagios templates to graph all of the various types of CPU utilization.
Reviews (1)
bykrutaw, February 6, 2015
The only thing I'd recommend is that you look at actually re-iterating the check of the stats so you can do a couple of things. First, it'll give you more than just a single point in time, but secondly, you can provide actual CPU %'s instead of just raw time output.

Specifically, you would need to grab the data, wait a second and then grab the data again which you could then use math to calculate percentages. From there if you wanted to be really fancy you could all an average of x runs of the command to give a more "real" look into the system.

Overall, good work.