Page 1 of 1

CPU load triggered all linux machines

Posted: Sun Feb 23, 2014 5:06 am
by reincarne
Hi,
I have a weird problem with the CPU load check. Once it is triggered on the Nagios machine, almsot all Linux machines are triggered and alerting on high CPU load.
I'm sure there is no real problem, but something related to a sort of bug or bad configurations.


Thanks in advance.

Re: CPU load triggered all linux machines

Posted: Sun Feb 23, 2014 10:48 am
by BanditBBS
What command do you have setup for checking the CPU_Load on the remote machines? Are you using the check_cpu or whatever? If so, that's checking the local machine only, even though you think it is checking the remote machines. You need to be using nrpe or some other agent to check the remote machines.

Re: CPU load triggered all linux machines

Posted: Mon Feb 24, 2014 10:42 am
by sreinhardt
Sounds like bandit is right on as usual. Are you using nrpe or another command to check the remote systems? Do all the systems have the same load, which also happens to be the same as the nagios machine?

Re: CPU load triggered all linux machines

Posted: Mon Mar 03, 2014 4:34 am
by reincarne
sreinhardt wrote:Sounds like bandit is right on as usual. Are you using nrpe or another command to check the remote systems? Do all the systems have the same load, which also happens to be the same as the nagios machine?
I will check it.
But from what I see now, I'm checking the load on Nagios machine using the "check_local_load", which make sense as it checks the local cpu load.
As about the rest of the servers, I'm using check_nrpe --> check_load.

Re: CPU load triggered all linux machines

Posted: Mon Mar 03, 2014 10:17 am
by slansing
Your other service checks for load should not trigger based on another one unless this is set up, its likely coincidence.

Re: CPU load triggered all linux machines

Posted: Tue Mar 04, 2014 5:36 am
by reincarne
slansing wrote:Your other service checks for load should not trigger based on another one unless this is set up, its likely coincidence.
The only reasonable thing I came with which triggers the CPU load on all the Linux machine is something that might be related to a network or sort of service which triggers it.
Anyways, I will check that.

Re: CPU load triggered all linux machines

Posted: Tue Mar 04, 2014 10:02 am
by slansing
That is what I would suspect, were they going into a state that had nothing to do with CPU usage, say, throwing an out of bounds error?