mirror of https://github.com/zulip/zulip.git
nagios: disable flap detection.
This will ensure that we always get state change alerts, even when the service is changing states frequently. (imported from commit 57fa5a941dd1a6042eb782dbac2fed0e4cb934ba)
This commit is contained in:
parent
1ab592f81a
commit
375f8e3540
|
@ -4,7 +4,7 @@ define host{
|
|||
name generic-host ; The name of this host template
|
||||
notifications_enabled 1 ; Host notifications are enabled
|
||||
event_handler_enabled 1 ; Host event handler is enabled
|
||||
flap_detection_enabled 1 ; Flap detection is enabled
|
||||
flap_detection_enabled 0
|
||||
failure_prediction_enabled 1 ; Failure prediction is enabled
|
||||
process_perf_data 1 ; Process performance data
|
||||
retain_status_information 1 ; Retain status information across program restarts
|
||||
|
|
|
@ -8,7 +8,7 @@ define service{
|
|||
check_freshness 0 ; Default is to NOT check service 'freshness'
|
||||
notifications_enabled 1 ; Service notifications are enabled
|
||||
event_handler_enabled 1 ; Service event handler is enabled
|
||||
flap_detection_enabled 1 ; Flap detection is enabled
|
||||
flap_detection_enabled 0
|
||||
failure_prediction_enabled 1 ; Failure prediction is enabled
|
||||
process_perf_data 1 ; Process performance data
|
||||
retain_status_information 1 ; Retain status information across program restarts
|
||||
|
|
Loading…
Reference in New Issue