X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=nagios-conf%2Fcontacs.cfg;h=6c36d244795ec34300946293c6801e01cbfe1e66;hb=74fcb5cf4cefb61dc95b384d616c66c9175bc8ab;hp=96fa7113cf972ec930fc4e5497d287ccdd3d4a23;hpb=b5041f4fb040d29268f01bd31856bb93d9be4399;p=mirror%2Fdsa-nagios.git diff --git a/nagios-conf/contacs.cfg b/nagios-conf/contacs.cfg index 96fa711..6c36d24 100644 --- a/nagios-conf/contacs.cfg +++ b/nagios-conf/contacs.cfg @@ -70,6 +70,54 @@ define contact{ email bernd+debnagios@bzed.de } +define contact{ + contact_name luk + alias Luk Claes + 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 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 + } + ############################################################################### ############################################################################### # @@ -84,5 +132,5 @@ define contact{ define contactgroup{ contactgroup_name dsa alias Debian System Administrators - members weasel + members weasel, zobel }