bundlewrap/bundles/icinga2/files/conf.d/templates.conf
mwiegand b0269879ee wip
2022-03-06 23:30:32 +01: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
}