Check load alarming incorrectly?
Posted: Wed Nov 21, 2018 6:40 pm
Hello everyone,
I am running Nagios Core 4.3.2
The box i want to monitor is CentOS 7.4
In the config file I am using the check load command:
If I run this command on the box itself, it reports back ok:
But on the Nagios Core server, it shows this box as Alarming Critical:
Any idea as to why this is happening?
I am running Nagios Core 4.3.2
The box i want to monitor is CentOS 7.4
In the config file I am using the check load command:
Code: Select all
check_command check_nrpe_args!check_load! -r -w 1.2,1.10,1.05 -c 1.75,1.6,1.5Code: Select all
./check_load -r -w 1.2,1.10,1.05 -c 1.75,1.6,1.5
OK - load average per CPU: 0.46, 0.31, 0.29|load1=0.460;1.200;1.750;0; load5=0.312;1.100;1.500;0; load15=0.290;1.300;1.600;0;Code: Select all
CRITICAL - load average per CPU: 0.28, 0.28, 0.28