aboutsummaryrefslogtreecommitdiffstats
path: root/nagios-template-contacts.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'nagios-template-contacts.cfg')
-rw-r--r--nagios-template-contacts.cfg17
1 files changed, 17 insertions, 0 deletions
diff --git a/nagios-template-contacts.cfg b/nagios-template-contacts.cfg
new file mode 100644
index 0000000..e4924c9
--- /dev/null
+++ b/nagios-template-contacts.cfg
@@ -0,0 +1,17 @@
+define contact {
+ contact_name root
+ alias Root
+ host_notification_period 24x7
+ service_notification_period 24x7
+ host_notification_options d,r
+ service_notification_options w,u,c,r
+ host_notification_commands notify-by-nothing
+ service_notification_commands notify-by-nothing
+ email root@postoffice
+}
+
+define contactgroup{
+ contactgroup_name admins
+ alias Nagios Administrators
+ members root
+}