X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=config%2Fstatic%2Fobjects%2Fcontacts.cfg;h=f52b99026a5be2cf35e12c2e995309ff061dd5ec;hb=ecd1197ea218c3d3c81c9395e4edd4928d52b4af;hp=57c45dfe6e673280521db2dbd1e1f767197a65fa;hpb=de79dac32e3a156c19e53229502833da5db0669f;p=mirror%2Fdsa-nagios.git diff --git a/config/static/objects/contacts.cfg b/config/static/objects/contacts.cfg index 57c45df..f52b990 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 @@ -244,6 +244,50 @@ define contact{ 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@oron.es + } +define contact{ + contact_name jcristau + alias Julien Cristau + 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 jcristau@debian.org + } +define contact{ + contact_name pabs + alias Paul Wise + 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 pabs@debian.org + } +define contact{ + contact_name aurel32 + alias Aurelien Jarno + 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 aurel32@debian.org + } ############################################################################### @@ -257,16 +301,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, dsa-nsa + members weasel, zobel, sgran, tfheen, lfilipoz, zumbi, jcristau, pabs, aurel32 } define contactgroup{ contactgroup_name buildd alias Debian Buildd Admins - members luk, pkern, HE, buildd-nsa + members buildd-nsa } define contactgroup{ @@ -278,5 +329,5 @@ define contactgroup{ define contactgroup{ contactgroup_name alioth-admins alias Debian Alioth admins - members sgran, tfheen, alioth-nsa + members sgran, alioth-nsa }