X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=config%2Fstatic%2Fconf.d%2Fcontacts.cfg;h=514446ba6e7fe0b9e3089949cc31ddf8bfca09de;hb=7da23b3cddc5e7a47095c5afc5b7f1b4ecfb7d58;hp=bfaf1902b9c8fdf868d20aec1e513ebbee851026;hpb=ee3b40103bf1c33413283e41aacf7b436138070f;p=mirror%2Fdsa-nagios.git diff --git a/config/static/conf.d/contacts.cfg b/config/static/conf.d/contacts.cfg index bfaf190..514446b 100644 --- a/config/static/conf.d/contacts.cfg +++ b/config/static/conf.d/contacts.cfg @@ -121,6 +121,40 @@ define contact{ host_notification_commands notify-host-by-email email zobel+debian-nagios@ftbfs.de } +define contact{ + contact_name pkern + alias Philip Kern + 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 pkern@debian.org + } +define contact{ + contact_name HE + alias Marc Brockschmidt + 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 he@debian.org + } +define contact{ + contact_name sgran + alias Stephen Gran + 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 steve@lobefin.net + } + ############################################################################### ############################################################################### @@ -136,5 +170,5 @@ define contact{ define contactgroup{ contactgroup_name dsa alias Debian System Administrators - members weasel, zobel + members weasel, zobel, sgran }