Nagios core 4.0.7 load

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
ehermouet
Posts: 18
Joined: Tue Mar 03, 2015 5:12 am

Nagios core 4.0.7 load

Post by ehermouet »

Hi all

some time i have strange thing. all of my host past to warning because they have important load. but it's on all host and it's so strange because they donc are on overload.

do you know why ?

tks
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: Nagios core 4.0.7 load

Post by jdalrymple »

Are you getting some valid status back? Typically if there is a load warning there is also some status that indicates why:

Code: Select all

[root@localhost libexec]# ./check_load -w 0.01,0.01,0.01 -c 5,5,5
WARNING - load average: 0.15, 0.03, 0.01|load1=0.150;0.010;5.000;0; load5=0.030;0.010;5.000;0; load15=0.010;0.010;5.000;0;
ehermouet
Posts: 18
Joined: Tue Mar 03, 2015 5:12 am

Re: Nagios core 4.0.7 load

Post by ehermouet »

Hi

exemple



load average: 5.07, 3.20, 2.83

it's this for all server at the same time.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Nagios core 4.0.7 load

Post by tmcdonald »

Is that load information accurate? If so, is that a high or unusual load for that server? If you have 8 cores then a load of 5 is not terrible. You likely just need to adjust your thresholds.
Former Nagios employee
Locked