mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 20:54:35 +02:00
parent
b52cc9822d
commit
3926b68c04
@ -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"
|
||||||
}
|
}
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user