Skip to content

Commit

Permalink
Decrease default check intervals.
Browse files Browse the repository at this point in the history
Refs #6107
  • Loading branch information
gunnarbeutner committed May 8, 2014
1 parent b52cc98 commit 3926b68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions etc/icinga2/conf.d/generic-host.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*/
template Host "generic-host" {
max_check_attempts = 5
check_interval = 5m
retry_interval = 1m
check_interval = 1m
retry_interval = 30s

check_command = "hostalive"
}
Expand Down
4 changes: 2 additions & 2 deletions etc/icinga2/conf.d/generic-service.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*/
template Service "generic-service" {
max_check_attempts = 3
check_interval = 5m
retry_interval = 1m
check_interval = 1m
retry_interval = 30s
}

apply Notification "mail-icingaadmin" to Service {
Expand Down

0 comments on commit 3926b68

Please sign in to comment.