Fix IP addresses
[mirror/dsa-nagios.git] / config / static / conf.d / contacts.cfg
index c5456be..d0ccdfd 100644 (file)
@@ -199,6 +199,17 @@ define contact{
        host_notification_commands      notify-host-by-email
        email                           paravoid@debian.org
        }
+define contact{
+       contact_name                    alioth-nsa
+       alias                           IRC bot for alioth 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-service-by-email
+       host_notification_commands      notify-host-by-email
+       email                           alioth-nagios@commit.noreply.org
+       }
 
 
 ###############################################################################
@@ -215,7 +226,7 @@ define contact{
 define contactgroup{
         contactgroup_name       dsa
         alias                   Debian System Administrators
-        members                 weasel, zobel, sgran, paravoid
+        members                 weasel, zobel, sgran, paravoid, tfheen
         }
 
 define contactgroup{
@@ -224,8 +235,14 @@ define contactgroup{
         members                 luk, pkern, HE
         }
 
+define contactgroup{
+        contactgroup_name       gobby
+        alias                   Debian gobby Admins
+        members                 pkern
+}
+
 define contactgroup{
         contactgroup_name       alioth-admins
         alias                   Debian Alioth admins
-        members                 sgran, tfheen
+        members                 sgran, tfheen, alioth-nsa
         }