Fix IP addresses
[mirror/dsa-nagios.git] / config / static / conf.d / contacts.cfg
index bfaf190..d0ccdfd 100644 (file)
@@ -38,6 +38,18 @@ define contact{
        email                           tjrc@sanger.ac.uk
        }
 
+define contact{
+       contact_name                    dave
+       alias                           Dave Holland
+       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                           dh3@sanger.ac.uk
+       }
+
 define contact{
        contact_name                    holger
        alias                           Holger Levsen
@@ -59,7 +71,7 @@ define contact{
        host_notification_options       d,r
        service_notification_commands   notify-service-by-email
        host_notification_commands      notify-host-by-email
-       email                           dannf@hp.com
+       email                           dannf@dannf.org
        }
 
 define contact{
@@ -107,7 +119,7 @@ define contact{
        host_notification_options       d,r
        service_notification_commands   notify-service-by-email
        host_notification_commands      notify-host-by-email
-       email                           lucaf+dsa@ece.ubc.ca
+       email                           lucaf+dsa@emyr.net
        }
 
 define contact{
@@ -121,6 +133,84 @@ define contact{
        host_notification_commands      notify-host-by-email
        email                           zobel+debian-nagios@ftbfs.de
        }
+define contact{
+       contact_name                    pkern
+       alias                           Philip Kern
+       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                           pkern@debian.org
+       }
+define contact{
+       contact_name                    HE
+       alias                           Marc Brockschmidt
+       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                           he@debian.org
+       }
+define contact{
+       contact_name                    sgran
+       alias                           Stephen Gran
+       service_notification_period     never
+       host_notification_period        never
+       service_notification_options    n
+       host_notification_options       n
+       service_notification_commands   notify-service-by-email
+       host_notification_commands      notify-host-by-email
+       email                           steve@lobefin.net
+       }
+define contact{
+       contact_name                    faw
+       alias                           Felipe Augusto van de Wiel
+       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                           faw@debian.org
+       }
+define contact{
+       contact_name                    tfheen
+       alias                           Tollef Fog Heen
+       service_notification_period     never
+       host_notification_period        never
+       service_notification_options    n
+       host_notification_options       n
+       service_notification_commands   notify-service-by-email
+       host_notification_commands      notify-host-by-email
+       email                           tfheen@debian.org
+       }
+define contact{
+       contact_name                    paravoid
+       alias                           Faidon Liambotis
+       service_notification_period     never
+       host_notification_period        never
+       service_notification_options    n
+       host_notification_options       n
+       service_notification_commands   notify-service-by-email
+       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
+       }
+
 
 ###############################################################################
 ###############################################################################
@@ -136,5 +226,23 @@ define contact{
 define contactgroup{
         contactgroup_name       dsa
         alias                   Debian System Administrators
-        members                 weasel, zobel
+        members                 weasel, zobel, sgran, paravoid, tfheen
+        }
+
+define contactgroup{
+        contactgroup_name       buildd
+        alias                   Debian Buildd Admins
+        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, alioth-nsa
         }