From: Alex Dehnert Date: Wed, 20 Apr 2011 17:31:18 +0000 (-0400) Subject: Add contacts (zephyr) X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=dae808aba6b0b842f104c0ba7616e26dec0e040c;p=sysconfig%2Fnagios3.git Add contacts (zephyr) --- diff --git a/conf.d/contacts_nagios2.cfg b/conf.d/contacts_nagios2.cfg index 91839e2..8fb38df 100644 --- a/conf.d/contacts_nagios2.cfg +++ b/conf.d/contacts_nagios2.cfg @@ -42,5 +42,5 @@ define contact{ define contactgroup{ contactgroup_name admins alias Nagios Administrators - members root + members adehnert-pub-zephyr } diff --git a/local.d/contacts.cfg b/local.d/contacts.cfg new file mode 100644 index 0000000..a4e6fbf --- /dev/null +++ b/local.d/contacts.cfg @@ -0,0 +1,24 @@ +define contactgroup { + contactgroup_name local-pub + alias local-pub + members adehnert-pub-zephyr +} + +define contactgroup { + contactgroup_name adehnert-pub + alias adehnert-pub + members adehnert-pub-zephyr +} + +define contact { + contact_name adehnert-pub-zephyr + alias adehnert-pub-zephyr + service_notification_period 24x7 + host_notification_period 24x7 + service_notification_options w,u,c,r + host_notification_options d,u,r + service_notification_commands notify-by-zephyr + host_notification_commands host-notify-by-zephyr + email adehnert-auto +} +