X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=config%2Fstatic%2Fobjects%2Fcontacts.cfg;h=04a78140fc2068c0d224d80cd97a758d512a57e6;hb=b5af8aac22352070821921a3174c3ef34daa17c8;hp=13697cb5cb08de5e0655bbd5b36707d627de01a7;hpb=7a3d44e17da3ed689de02cda809e07da55a713b1;p=mirror%2Fdsa-nagios.git diff --git a/config/static/objects/contacts.cfg b/config/static/objects/contacts.cfg index 13697cb..04a7814 100644 --- a/config/static/objects/contacts.cfg +++ b/config/static/objects/contacts.cfg @@ -5,8 +5,8 @@ define contact{ contact_name weasel alias Peter Palfrader - service_notification_period 24x7 - host_notification_period 24x7 + service_notification_period never + host_notification_period never service_notification_options w,u,c,r host_notification_options d,r service_notification_commands notify-service-by-email @@ -135,7 +135,7 @@ define contact{ } define contact{ contact_name pkern - alias Philip Kern + alias Philipp Kern service_notification_period 24x7 host_notification_period 24x7 service_notification_options w,u,c,r @@ -210,6 +210,51 @@ define contact{ host_notification_commands notify-host-by-email email alioth-nagios@commit.noreply.org } +define contact{ + contact_name buildd-nsa + alias IRC bot for buildd notifications + 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 buildd-nagios@commit.noreply.org + } +define contact{ + contact_name dsa-nsa + alias IRC bot for DSA notifications + service_notification_period 24x7 + host_notification_period 24x7 + service_notification_options w,u,c,r + host_notification_options d,r + service_notification_commands notify-irc-service + host_notification_commands notify-irc-host + address1 dsa + email debian-nagios@commit.noreply.org + } +define contact{ + contact_name christoph + alias Christoph Egger + 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 christoph@debian.org + } +define contact{ + contact_name zumbi + alias Hector Oron + 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 zumbi@kos.to + } ############################################################################### @@ -223,16 +268,23 @@ define contact{ # We only have one contact in this simple configuration file, so there is # no need to create more than one contact group. +define contactgroup{ + contactgroup_name dsa-notifier + alias Debian System Administrators (including bots) + members dsa-nsa + contactgroup_members dsa + } + define contactgroup{ contactgroup_name dsa alias Debian System Administrators - members weasel, zobel, sgran, paravoid, tfheen, lfilipoz + members weasel, zobel, sgran, paravoid, tfheen, lfilipoz, zumbi } define contactgroup{ contactgroup_name buildd alias Debian Buildd Admins - members luk, pkern, HE + members buildd-nsa } define contactgroup{