[Nagios-users] check_cpu_usage plugin?

2007-03-29 Thread ffwqe efwa
Simple question -- is there a plugin or easy method to check for processor usage over either a 1 minute or 5 minute average on linux machines? There's a check_load plugin, but I can't find anything that would easily function as a check_cpu plugin.

Re: [Nagios-users] check_cpu_usage plugin?

2007-03-29 Thread Andy Shellam
That's exactly what the load average is - it shows how busy the processor is/has been over the last 1 minute, 5 minutes and 15 minutes. http://en.wikipedia.org/wiki/Load_(computing) Andy. ffwqe efwa wrote: Simple question -- is there a plugin or easy method to check for processor usage

Re: [Nagios-users] check_cpu_usage plugin?

2007-03-29 Thread Aaron M. Segura
SNMP-based and otherwise... http://www.nagiosexchange.org/Search_Projects.43.0.html?tx_netnagext_pi1%5Bphrase%5D=cputx_netnagext_pi1%5Bsubmit%5D=searchtx_netnagext_pi1%5Bsearch%5D=1 On Thu, 2007-03-29 at 14:49 -0600, ffwqe efwa wrote: Simple question -- is there a plugin or easy method to

Re: [Nagios-users] check_cpu_usage plugin?

2007-03-29 Thread ffwqe efwa
Andy, I was under the impression that load was more indicative on process-wait for cpu cycles and general system performance than actual cpu usage. For example, heavy processor wait on disk IO could cause high load without actually consuming CPU usage, amongst other things. Am I incorrect? If

Re: [Nagios-users] check_cpu_usage plugin?

2007-03-29 Thread Thomas Stocking
Here's one that we use. It requires SAR - usually that's not a big deal. Thomas ffwqe efwa wrote: Andy, I was under the impression that load was more indicative on process-wait for cpu cycles and general system performance than actual cpu usage. For example, heavy processor wait on

Re: [Nagios-users] check_cpu_usage plugin?

2007-03-29 Thread Thomas Guyot-Sionnest
Actually, the exact meaning is the average number of process on the CPU run queue. For example if you have two processes running constantly (ex. number-crunching applications) you load average will be always 2 (or higher if there's other programs running). Since the run queue does not have a

Re: [Nagios-users] check_cpu_usage plugin?

2007-03-29 Thread Hugo van der Kooij
On Thu, 29 Mar 2007, ffwqe efwa wrote: Simple question -- is there a plugin or easy method to check for processor usage over either a 1 minute or 5 minute average on linux machines? There's a check_load plugin, but I can't find anything that would easily function as a check_cpu plugin.