blob: cd1cda1ba3d92f9dd16b0c085ed26ad7088203ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
template Host "generic-host" default {
max_check_attempts = 3
check_interval = 1m
retry_interval = 30s
check_command = "hostalive"
}
template Service "generic-service" default {
max_check_attempts = 5
check_interval = 5m
retry_interval = 1m
}
template User "generic-user" default {
}
template Notification "generic-notification" default {
// Don't repeat notifications.
interval = 0
period = "24x7"
}
|