X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=nagios-conf%2Fcontacs.cfg;h=6c36d244795ec34300946293c6801e01cbfe1e66;hb=7a5951043c70c1769b8204976b0a82ccb531be5e;hp=4d24f718c4052eb75c72c618e333563eb2525bca;hpb=dd0dce9c8301550d6d0f6e93f24fb3d0625dee4d;p=mirror%2Fdsa-nagios.git diff --git a/nagios-conf/contacs.cfg b/nagios-conf/contacs.cfg index 4d24f71..6c36d24 100644 --- a/nagios-conf/contacs.cfg +++ b/nagios-conf/contacs.cfg @@ -10,7 +10,113 @@ define contact{ email debian-nagios@palfrader.org } +define contact{ + contact_name joerg + alias Joerg Jaspert + 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 debiannagios@ganneff.de + } + +define contact{ + contact_name tjrc1 + alias Tim Cutts + 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 tjrc@sanger.ac.uk + } + +define contact{ + contact_name holger + alias Holger Levsen + 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 holger@layer-acht.org + } + +define contact{ + contact_name dannf + alias Dann Frazier + 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 dannf@hp.com + } +define contact{ + contact_name bzed + alias Bernd Zeimetz + 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 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 + } ############################################################################### ############################################################################### @@ -26,5 +132,5 @@ define contact{ define contactgroup{ contactgroup_name dsa alias Debian System Administrators - members weasel + members weasel, zobel }