Add myself to icinga contacts.cfg
[mirror/dsa-nagios.git] / config / static / objects / contacts.cfg
index a487af1..03b92c4 100644 (file)
@@ -5,8 +5,8 @@
 define contact{
        contact_name                    weasel
        alias                           Peter Palfrader
-       service_notification_period     24x7
-       host_notification_period        24x7
+       service_notification_period     never
+       host_notification_period        never
        service_notification_options    w,u,c,r
        host_notification_options       d,r
        service_notification_commands   notify-service-by-email
@@ -221,6 +221,18 @@ define contact{
        host_notification_commands      notify-host-by-email
        email                           buildd-nagios@commit.noreply.org
        }
+define contact{
+       contact_name                    dsa-nsa
+       alias                           IRC bot for DSA notifications
+       service_notification_period     24x7
+       host_notification_period        24x7
+       service_notification_options    w,u,c,r
+       host_notification_options       d,r
+       service_notification_commands   notify-irc-service
+       host_notification_commands      notify-irc-host
+       address1                        dsa
+       email                           debian-nagios@commit.noreply.org
+       }
 define contact{
        contact_name                    christoph
        alias                           Christoph Egger
@@ -232,6 +244,17 @@ define contact{
        host_notification_commands      notify-host-by-email
        email                           christoph@debian.org
        }
+define contact{
+       contact_name                    zumbi
+       alias                           Hector Oron
+       service_notification_period     24x7
+       host_notification_period        24x7
+       service_notification_options    w,u,c,r
+       host_notification_options       d,r
+       service_notification_commands   notify-service-by-email
+       host_notification_commands      notify-host-by-email
+       email                           zumbi@kos.to
+       }
 
 
 ###############################################################################
@@ -245,10 +268,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
+        members                 weasel, zobel, sgran, paravoid, tfheen, lfilipoz, zumbi
         }
 
 define contactgroup{