add sgran as a contact
authorStephen Gran <steve@lobefin.net>
Tue, 9 Feb 2010 09:12:08 +0000 (09:12 +0000)
committerStephen Gran <steve@lobefin.net>
Tue, 9 Feb 2010 09:12:08 +0000 (09:12 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
config/static/conf.d/contacts.cfg

index b79415e..514446b 100644 (file)
@@ -143,6 +143,18 @@ define contact{
        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
+       }
+
 
 ###############################################################################
 ###############################################################################
@@ -158,5 +170,5 @@ define contact{
 define contactgroup{
         contactgroup_name       dsa
         alias                   Debian System Administrators
-        members                 weasel, zobel
+        members                 weasel, zobel, sgran
         }