Decrease default check intervals.

Refs #6107
This commit is contained in:
Gunnar Beutner 2014-05-08 13:56:28 +02:00
parent b52cc9822d
commit 3926b68c04
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@
*/ */
template Host "generic-host" { template Host "generic-host" {
max_check_attempts = 5 max_check_attempts = 5
check_interval = 5m check_interval = 1m
retry_interval = 1m retry_interval = 30s
check_command = "hostalive" check_command = "hostalive"
} }

View File

@ -4,8 +4,8 @@
*/ */
template Service "generic-service" { template Service "generic-service" {
max_check_attempts = 3 max_check_attempts = 3
check_interval = 5m check_interval = 1m
retry_interval = 1m retry_interval = 30s
} }
apply Notification "mail-icingaadmin" to Service { apply Notification "mail-icingaadmin" to Service {