[project @ peter@palfrader.org-20081202083720-rkn063rdp2pzdu6n]
[mirror/dsa-nagios.git] / nagios-conf / contacs.cfg
index da3fc3c..6c36d24 100644 (file)
@@ -82,6 +82,42 @@ define contact{
        email                           luk.claes@ugent.be
        }
 
+define contact{
+       contact_name                    sfrost
+       alias                           Stephen Frost
+       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                           sfrost@snowman.net
+       }
+
+define contact{
+       contact_name                    lfilipoz
+       alias                           Luca Filipozzi
+       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                           lucaf+dsa@ece.ubc.ca
+       }
+
+define contact{
+       contact_name                    zobel
+       alias                           Martin Zobel-Helas
+       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                           zobel+debian-nagios@ftbfs.de
+       }
+
 ###############################################################################
 ###############################################################################
 #
@@ -96,5 +132,5 @@ define contact{
 define contactgroup{
         contactgroup_name       dsa
         alias                   Debian System Administrators
-        members                 weasel
+        members                 weasel, zobel
         }