From 1e7b51004868a762f577831e686d1b851e2b08c2 Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Tue, 1 Dec 2009 13:33:36 -0500 Subject: Add support for Debian; split up package defaults and create new nagios::default resource; add support for lighttpd and headless httpd configurations; move common commands definitions into nagios::commands --- files/configs/CentOS/defaults/contacts.cfg | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 files/configs/CentOS/defaults/contacts.cfg (limited to 'files/configs/CentOS/defaults/contacts.cfg') diff --git a/files/configs/CentOS/defaults/contacts.cfg b/files/configs/CentOS/defaults/contacts.cfg new file mode 100644 index 0000000..310fd93 --- /dev/null +++ b/files/configs/CentOS/defaults/contacts.cfg @@ -0,0 +1,23 @@ +############################################################################### +############################################################################### +# +# CONTACTS +# +############################################################################### +############################################################################### + +# In this simple config file, a single contact will receive all alerts. +# This assumes that you have an account (or email alias) called +# "nagios-admin" on the local host. + +define contact{ + contact_name nagios-admin + alias Nagios Admin + service_notification_period 24x7 + host_notification_period 24x7 + service_notification_options w,u,c,r + host_notification_options d,r + service_notification_commands notify-by-email + host_notification_commands host-notify-by-email + email nagios-admin + } -- cgit v1.2.3