mirror of https://github.com/Icinga/icinga2.git
parent
8a5fd83cd3
commit
65481617d2
|
@ -6,7 +6,7 @@ template Service "generic-service" {
|
|||
max_check_attempts = 3,
|
||||
check_interval = 5m,
|
||||
retry_interval = 1m,
|
||||
enable_perfdata = 1,
|
||||
enable_perfdata = true,
|
||||
|
||||
notifications["mail-icingaadmin"] = {
|
||||
templates = [ "mail-notification" ],
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
template User "generic-user" {
|
||||
enable_notifications = 1,
|
||||
enable_notifications = true,
|
||||
notification_period = "24x7",
|
||||
|
||||
notification_state_filter = (StateFilterWarning |
|
||||
|
|
Loading…
Reference in New Issue