check_load wrong values

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
paulposition
Posts: 1
Joined: Wed Jun 08, 2022 2:48 am

check_load wrong values

Post by paulposition »

Hi all
I've got a problem with check_load plugin on a cloudlinux 8.5, maybe incorrect number format but I don't know how to solve.

here the result of a test:

/usr/lib64/nagios/plugins/check_load -r -w 15,10,5 -c 30,25,20
CRITICAL - load average per CPU: 4503599627119509.00, 4503568249287418.00,4503599627370496.00|load1=4503599627119509.000;15.000;30.000;0; load5=4503568249287418.000;10.000;25.000;0;load15=4503599627370496.000;5.000;20.000;0;

On another server, same cloudlinux version 8.5 the result of the same test is ok
/usr/lib64/nagios/plugins/check_load -r -w 15,10,5 -c 30,25,20
OK - load average per CPU: 0.17, 0.09, 0.07|load1=0.173;15.000;30.000;0; load5=0.087;10.000;25.000;0; load15=0.075;5.000;20.000;0;

i use same plugin version:
/usr/lib64/nagios/plugins/check_load -V
check_load v2.3.3 (nagios-plugins 2.3.3)

Can someone help me please?
thanks in advance
rgds
Paolo
Locked