[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a

Naparuba naparuba at gmail.com
Tue Feb 28 22:07:36 UTC 2012


The following commit has been merged in the debian/master branch:
commit eccc1bfe2063fcf5913ef6f22c01fcb4f23ce02b
Author: Naparuba <naparuba at gmail.com>
Date:   Fri Nov 25 21:57:38 2011 +0100

    Fix : (reported by : Httqm) default notification_interval was one minute, 1hour is better.

diff --git a/etc/templates.cfg b/etc/templates.cfg
index 02cf161..931ddfd 100644
--- a/etc/templates.cfg
+++ b/etc/templates.cfg
@@ -30,7 +30,7 @@ define host{
 
 	# Notification part
 	contact_groups			admins
-	notification_interval		1
+	notification_interval		60
 	notification_period		24x7
 	notification_options		d,u,r,f
 	notifications_enabled		1
@@ -134,7 +134,7 @@ define service{
 	# Notification part
         notifications_enabled           1       		; Service notifications are enabled
 	notification_options		w,u,c,r			; Send notifications about warning, unknown, critical, and recovery events
-        notification_interval           1			; Re-notify about service problems every hour
+        notification_interval           60			; Re-notify about service problems every hour
 	notification_period             24x7
 	# If the contacts and contact_groups options are not set, it will notify host contacts instead
 	# contact_groups                  admins

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list