From: Martin Zobel-Helas Date: Sun, 31 Jan 2010 15:21:53 +0000 (+0100) Subject: new buildd alkman X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=b5bc8e2ea87a1c16b81729b7d5672001a37e2c88;p=mirror%2Fdsa-nagios.git new buildd alkman --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 483e539..e9c6958 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -224,6 +224,10 @@ servers: address: 192.25.206.58 parents: spohr hostgroups: computers, porterbox, lenny, hasusrfs + alkman: + address: 192.25.206.63 + parents: spohr + hostgroups: computers, buildd, lenny bartok: address: 82.195.75.91 @@ -1859,7 +1863,7 @@ services: servicegroups: buildd nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:2 -c 1: -u buildd -C buildd -a '/usr/bin/buildd'" hostgroups: buildd - contacts: luk + contacts: luk, pkern, HE ### #- diff --git a/config/static/conf.d/contacts.cfg b/config/static/conf.d/contacts.cfg index bfaf190..b79415e 100644 --- a/config/static/conf.d/contacts.cfg +++ b/config/static/conf.d/contacts.cfg @@ -121,6 +121,28 @@ 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 + } ############################################################################### ###############################################################################