From: Stephen Gran Date: Wed, 27 Jul 2011 20:51:51 +0000 (+0100) Subject: New people and groups X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=30d8fa70a49647cbf61e57239e66bb10d2bff524;p=mirror%2Fdsa-nagios.git New people and groups Signed-off-by: Stephen Gran --- diff --git a/config/static/conf.d/contacts.cfg b/config/static/conf.d/contacts.cfg index 36c9cf0..c5456be 100644 --- a/config/static/conf.d/contacts.cfg +++ b/config/static/conf.d/contacts.cfg @@ -177,6 +177,28 @@ define contact{ 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 + } ############################################################################### @@ -193,7 +215,7 @@ define contact{ define contactgroup{ contactgroup_name dsa alias Debian System Administrators - members weasel, zobel, sgran + members weasel, zobel, sgran, paravoid } define contactgroup{ @@ -201,3 +223,9 @@ define contactgroup{ alias Debian Buildd Admins members luk, pkern, HE } + +define contactgroup{ + contactgroup_name alioth-admins + alias Debian Alioth admins + members sgran, tfheen + }