[Nagios-devel] Fix for check_load plugin

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
Guest

[Nagios-devel] Fix for check_load plugin

Post 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]
Locked