Hey guys,
I'm relatively new to Nagios and I need to check one of my server's CPU Average Load for the past 5 hours.
I wasnt able to find anything helpful in the Nagios Exchange.
Can anyone help out?
Thanks!
Check CPU Average Load
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Check CPU Average Load
Is this a windows or linux server? Sounds like a good job for NRPE!
Re: Check CPU Average Load
NSClient++ supports this on Windows in all version and version 0.4.2 (will once it is released) support this on Linux as well.
// Michael Medin
// Michael Medin
// Michael Medin @mickem, blog.medin.name
Author of NSClient++ - http://nsclient.org
NSClient++ 0.4.2 Documentation: http://docs.nsclient.org
Author of NSClient++ - http://nsclient.org
NSClient++ 0.4.2 Documentation: http://docs.nsclient.org
Re: Check CPU Average Load
In addition to what Michael posted, linux will generally report a 1-minute, 5-minute, and 15-minute average when it reports CPU load. And as slansing said, this is a good candidate for NRPE. Basically NRPE (Nagios Remote Plugin Executor) is a daemon that runs on your remote server, allowing you to tell it what you want it to run and then report back.
Former Nagios employee