From: Stephen Gran Date: Tue, 9 Feb 2010 09:12:08 +0000 (+0000) Subject: add sgran as a contact X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=8b32cd2c8f6c82933376cf6cd2cc612e336d8deb;p=mirror%2Fdsa-nagios.git add sgran as a contact Signed-off-by: Stephen Gran --- diff --git a/config/static/conf.d/contacts.cfg b/config/static/conf.d/contacts.cfg index b79415e..514446b 100644 --- a/config/static/conf.d/contacts.cfg +++ b/config/static/conf.d/contacts.cfg @@ -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 }