Add dsa-notifier group for IRC notifications
authorTollef Fog Heen <tfheen@err.no>
Mon, 9 Dec 2013 21:07:59 +0000 (22:07 +0100)
committerTollef Fog Heen <tfheen@err.no>
Mon, 9 Dec 2013 21:08:22 +0000 (22:08 +0100)
config/static/objects/contacts.cfg
config/static/objects/generic-host.cfg
config/static/objects/generic-service.cfg

index c62b3bb..c06e183 100644 (file)
@@ -257,10 +257,17 @@ define contact{
 # We only have one contact in this simple configuration file, so there is
 # no need to create more than one contact group.
 
+define contactgroup{
+        contactgroup_name       dsa-notifier
+        alias                   Debian System Administrators (including bots)
+        members                 dsa-nsa
+        contactgroup_members    dsa
+        }
+
 define contactgroup{
         contactgroup_name       dsa
         alias                   Debian System Administrators
-        members                 weasel, zobel, sgran, paravoid, tfheen, lfilipoz, dsa-nsa
+        members                 weasel, zobel, sgran, paravoid, tfheen, lfilipoz
         }
 
 define contactgroup{
index 0302c8b..5b844c3 100644 (file)
@@ -18,6 +18,6 @@ define host{
        notification_interval           1440
        notification_period             24x7
        notification_options            d,u,r
-       contact_groups                  dsa
+       contact_groups                  dsa-notifier
        register                        0       ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE!
        }
index 93ec6c9..5f27062 100644 (file)
@@ -26,6 +26,6 @@ define service{
        max_check_attempts              6
        notification_period             24x7
        notification_options            w,u,c,r
-       contact_groups                  dsa
+       contact_groups                  dsa-notifier
        register                        0       ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL SERVICE, JUST A TEMPLATE!
        }