Change check interval from 1 minute to 5 minutes
This commit is contained in:
parent
2230cdb55c
commit
23e1dbfb1e
1 changed files with 4 additions and 4 deletions
|
@ -13,8 +13,8 @@
|
|||
*/
|
||||
template Host "generic-host" {
|
||||
max_check_attempts = 3
|
||||
check_interval = 1m
|
||||
retry_interval = 30s
|
||||
check_interval = 5m
|
||||
retry_interval = 1m
|
||||
|
||||
check_command = "hostalive"
|
||||
}
|
||||
|
@ -25,8 +25,8 @@ template Host "generic-host" {
|
|||
*/
|
||||
template Service "generic-service" {
|
||||
max_check_attempts = 5
|
||||
check_interval = 1m
|
||||
retry_interval = 30s
|
||||
check_interval = 5m
|
||||
retry_interval = 1m
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue