bundlewrap/bundles/icinga2/files/conf.d/templates.conf
mwiegand 9d28cf2e8e wip
2022-08-13 15:35:41 +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
}