Add notification custom vars to the satellite-{host,service} templates

fixes #7770
This commit is contained in:
Gunnar Beutner 2014-11-21 14:02:51 +01:00
parent 764d72a61a
commit b22d3c099a
1 changed files with 6 additions and 2 deletions

View File

@ -9,7 +9,9 @@
* attributes used for notifications, etc.
*/
template Host "satellite-host" {
vars.notification["mail"] = {
groups = [ "icingaadmins" ]
}
}
/**
@ -18,7 +20,9 @@ template Host "satellite-host" {
* attributes used for notifications, etc.
*/
template Service "satellite-service" {
vars.notification["mail"] = {
groups = [ "icingaadmins" ]
}
}