Page 1 of 1

[Nagios-devel] Fix for check_load plugin

Posted: Wed Mar 23, 2005 2:13 pm
by Guest
There is a minor problem in the check_load.c plugin. It checks for
is_intnonneg for the values of parameters that are supplsed to be
floats.
There is a definite advantage for us in allowing float values, as using
a value like 1.9 instead of 2 reduces notifications due to 'flapping'.


/************************************************/

189c189
if (is_numeric (optarg)) {
205c205
if (is_numeric (optarg)) {

/************************************************/







This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]