bundlewrap/bundles/icinga2/files/conf.d/templates.conf
mwiegand a9918735ea wip
2022-08-13 15:31:52 +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
}