Passive Checks & State
Posted: Mon Dec 09, 2019 2:37 pm
Hello - I was wondering if we could submit a feature request to be able to treat critical statuses on passive checks as soft until they've been critical for X seconds.
Support for Nagios products and services
https://support.nagios.com/forum/
In order to prevent false alarms from transient problems, Nagios Core allows you to define how many times a service or host should be (re)checked before it is considered to have a "real" problem. This is controlled by the max_check_attempts option in the host and service definitions.
https://assets.nagios.com/downloads/nag ... types.htmlSoft states occur in the following situations:
* When a service or host check results in a non-OK or non-UP state and the service check has not yet been (re)checked the number of times specified by the max_check_attempts directive in the service or host definition. This is called a soft error.
* When a service or host recovers from a soft error. This is considered a soft recovery.