From c39b94eb655db0ec5669c0712009580ba62eb65f Mon Sep 17 00:00:00 2001 From: =?utf8?q?H=C3=A9ctor=20Or=C3=B3n=20Mart=C3=ADnez?= Date: Fri, 7 Feb 2014 00:05:26 +0100 Subject: [PATCH] Add myself to icinga contacts.cfg MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Héctor Orón Martínez --- config/static/objects/contacts.cfg | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/config/static/objects/contacts.cfg b/config/static/objects/contacts.cfg index c06e183..03b92c4 100644 --- a/config/static/objects/contacts.cfg +++ b/config/static/objects/contacts.cfg @@ -244,6 +244,17 @@ 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@kos.to + } ############################################################################### @@ -267,7 +278,7 @@ define contactgroup{ 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{ -- 2.20.1