bundlewrap/bundles/icinga2/files/conf.d/templates.conf
mwiegand 5bd0cece48 wip
2022-03-27 18:15:38 +02:00

13 lines
244 B
Text

template Host "generic-host" {
max_check_attempts = 3
check_interval = 1m
retry_interval = 30s
check_command = "hostalive"
}
template Service "generic-service" {
max_check_attempts = 5
check_interval = 1m
retry_interval = 30s
}