nagios-charmers team mailing list archive
-
nagios-charmers team
-
Mailing list archive
-
Message #01400
[Bug 1829474] Re: load_monitor should allow an "auto" value
This issue was pending over years. NRPE charm will be deprecated soon.
Therefore, we won't fix this issue. But if there is big impact for the
daily work, please welcome to open it and escalate the priority. thanks
** Changed in: charm-nagios
Status: Triaged => Won't Fix
--
You received this bug notification because you are a member of Nagios
Charm developers, which is subscribed to Nagios Charm.
https://bugs.launchpad.net/bugs/1829474
Title:
load_monitor should allow an "auto" value
Status in Nagios Charm:
Won't Fix
Bug description:
nagios-charm default config value for "load_monitor" is
5.0!4.0!3.0!10.0!6.0!4.0 (which means 1/5/15 avg for warning+critical
(6 values).
I think load_monitor should allow a value "auto" by default, which would calculate the load average thresholds by running:
* warning: nproc*2,int(nproc*2.5),nproc*2
* critical: nproc*3,nproc*4,int(nproc*2.5)
Those values could even be increased since the important part is to
make nagios able to run checks (which is more related to max open
files or memory available).
If the host is a container, I think check_load should be deactivated
(the host should be monitored).
To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nagios/+bug/1829474/+subscriptions
References