X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=config%2Fstatic%2Fconf.d%2Fcontacts.cfg;h=13697cb5cb08de5e0655bbd5b36707d627de01a7;hb=4aa434a3143118358b3bfd1ae4eb60ee85ac1d07;hp=fa4bc6ef8ad345420f6c2c3c75a517bde58cf534;hpb=d515235deb66e443336189c633ff31d958f5cbda;p=mirror%2Fdsa-nagios.git diff --git a/config/static/conf.d/contacts.cfg b/config/static/conf.d/contacts.cfg index fa4bc6e..13697cb 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 lfilipoz@emyr.net } define contact{ @@ -166,6 +166,50 @@ define contact{ host_notification_commands notify-host-by-email email steve@lobefin.net } +define contact{ + contact_name faw + alias Felipe Augusto van de Wiel + 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 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 + } ############################################################################### @@ -182,5 +226,23 @@ define contact{ define contactgroup{ contactgroup_name dsa alias Debian System Administrators - members weasel, zobel, sgran + members weasel, zobel, sgran, paravoid, tfheen, lfilipoz + } + +define contactgroup{ + contactgroup_name buildd + alias Debian Buildd Admins + members luk, pkern, HE + } + +define contactgroup{ + contactgroup_name gobby + alias Debian gobby Admins + members pkern +} + +define contactgroup{ + contactgroup_name alioth-admins + alias Debian Alioth admins + members sgran, tfheen, alioth-nsa }