X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=config%2Fstatic%2Fconf.d%2Fcontacts.cfg;h=60a7083eae5c1e984c460cda2a3a07a94b90f9f6;hb=66345b47d03f1be6b9c1f3dec9df1f9c6c2f9748;hp=9a768a8ac0f0fafa66b6400a05f3dd91a554307a;hpb=b80cd34c7392a360b095176233be9421f7ac1e19;p=mirror%2Fdsa-nagios.git diff --git a/config/static/conf.d/contacts.cfg b/config/static/conf.d/contacts.cfg index 9a768a8..60a7083 100644 --- a/config/static/conf.d/contacts.cfg +++ b/config/static/conf.d/contacts.cfg @@ -119,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{ @@ -177,6 +177,39 @@ 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 + } +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 + } ############################################################################### @@ -193,5 +226,17 @@ define contact{ define contactgroup{ contactgroup_name dsa alias Debian System Administrators - members weasel, zobel, sgran + members weasel, zobel, sgran, paravoid, tfheen + } + +define contactgroup{ + contactgroup_name buildd + alias Debian Buildd Admins + members luk, pkern, HE + } + +define contactgroup{ + contactgroup_name alioth-admins + alias Debian Alioth admins + members sgran, tfheen, alioth-nsa }