[Pkg-nagios-changes] [pkg-nagios] r1102 - in nagios2/trunk/debian: . conf.d

Marc Haber zugschlus at alioth.debian.org
Mon Jan 22 11:13:49 CET 2007


Author: zugschlus
Date: 2007-01-22 11:13:49 +0100 (Mon, 22 Jan 2007)
New Revision: 1102

Modified:
   nagios2/trunk/debian/changelog
   nagios2/trunk/debian/conf.d/services_nagios2.cfg
Log:
  * services_nagios2.cfg: add default notification_interval 0 clauses to
    make it clear that nagios won't re-notify by default.
    Thanks to Jan Wagner.



Modified: nagios2/trunk/debian/changelog
===================================================================
--- nagios2/trunk/debian/changelog	2007-01-22 10:11:29 UTC (rev 1101)
+++ nagios2/trunk/debian/changelog	2007-01-22 10:13:49 UTC (rev 1102)
@@ -1,8 +1,11 @@
 nagios2 (2.6-2.1) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * services_nagios2.cfg: add default notification_interval 0 clauses to
+    make it clear that nagios won't re-notify by default.
+    Thanks to Jan Wagner.
 
- -- Marc Haber <mh+debian-packages at zugschlus.de>  Mon, 22 Jan 2007 11:11:18 +0100
+ -- Marc Haber <mh+debian-packages at zugschlus.de>  Mon, 22 Jan 2007 11:13:08 +0100
 
 nagios2 (2.6-2) unstable; urgency=low
 

Modified: nagios2/trunk/debian/conf.d/services_nagios2.cfg
===================================================================
--- nagios2/trunk/debian/conf.d/services_nagios2.cfg	2007-01-22 10:11:29 UTC (rev 1101)
+++ nagios2/trunk/debian/conf.d/services_nagios2.cfg	2007-01-22 10:13:49 UTC (rev 1102)
@@ -1,23 +1,26 @@
 # check that web services are running
-define service{
+define service {
         hostgroup_name                  http-servers
         service_description             HTTP
-		check_command                   check_http
+ 	check_command                   check_http
         use                             generic-service
-        }
+	notification_interval           0 ; set > 0 if you want to be renotified
+}
 
 # check that ssh services are running
-define service{
+define service {
         hostgroup_name                  ssh-servers
         service_description             SSH
-		check_command                   check_ssh
+	check_command                   check_ssh
         use                             generic-service
-        }
+	notification_interval           0 ; set > 0 if you want to be renotified
+}
 
 # check that ping-only hosts are up
-define service{
+define service {
         hostgroup_name                  ping-servers
         service_description             PING
-		check_command                   check_ping!100.0,20%!500.0,60%
+	check_command                   check_ping!100.0,20%!500.0,60%
         use                             generic-service
-        }
+	notification_interval           0 ; set > 0 if you want to be renotified
+}




More information about the Pkg-nagios-changes mailing list