Bump the retry_interval on Nagios hosts
I keep getting false alarms for downed boxes
This commit is contained in:
parent
e0b385a1c5
commit
f1baa73977
@ -5,7 +5,7 @@ define host {
|
|||||||
name ansible-linux-server
|
name ansible-linux-server
|
||||||
check_period 24x7
|
check_period 24x7
|
||||||
check_interval 10
|
check_interval 10
|
||||||
retry_interval 1
|
retry_interval 3
|
||||||
max_check_attempts 10
|
max_check_attempts 10
|
||||||
check_command check-host-alive
|
check_command check-host-alive
|
||||||
notification_period 24x7
|
notification_period 24x7
|
||||||
|
Loading…
Reference in New Issue
Block a user