X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=nagios-conf%2Fcontacs.cfg;h=6c36d244795ec34300946293c6801e01cbfe1e66;hb=c32f6f3b3a48d39390f4243e22d353aa0a4089de;hp=3bb4183d5249444986f16647b3054508b7306aae;hpb=1aca38ba059311439ff3bd014ea6e55560bb516e;p=mirror%2Fdsa-nagios.git diff --git a/nagios-conf/contacs.cfg b/nagios-conf/contacs.cfg index 3bb4183..6c36d24 100644 --- a/nagios-conf/contacs.cfg +++ b/nagios-conf/contacs.cfg @@ -79,7 +79,43 @@ define contact{ host_notification_options d,r service_notification_commands notify-service-by-email host_notification_commands notify-host-by-email - email luk@debian.org + email luk.claes@ugent.be + } + +define contact{ + contact_name sfrost + alias Stephen Frost + 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 sfrost@snowman.net + } + +define contact{ + contact_name lfilipoz + alias Luca Filipozzi + 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 lucaf+dsa@ece.ubc.ca + } + +define contact{ + contact_name zobel + alias Martin Zobel-Helas + 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 zobel+debian-nagios@ftbfs.de } ############################################################################### @@ -96,5 +132,5 @@ define contact{ define contactgroup{ contactgroup_name dsa alias Debian System Administrators - members weasel + members weasel, zobel }