[Pkg-nagios-changes] [SCM] Debian packaging for Nagios3 branch, master, updated. 3.2.0-5-16-g5f09c23
Alexander Wirt
formorer at debian.org
Thu Mar 18 15:25:35 UTC 2010
The following commit has been merged in the master branch:
commit 6d0ce5323dc48153c0aac0d9b6a3656e751f860d
Author: Alexander Wirt <formorer at debian.org>
Date: Thu Mar 18 16:24:04 2010 +0100
Remove gateway stuff
diff --git a/debian/conf.d/hostgroups_nagios2.cfg b/debian/conf.d/hostgroups_nagios2.cfg
index e711755..63acbf5 100644
--- a/debian/conf.d/hostgroups_nagios2.cfg
+++ b/debian/conf.d/hostgroups_nagios2.cfg
@@ -28,11 +28,4 @@ define hostgroup {
members localhost
}
-# nagios doesn't like monitoring hosts without services, so this is
-# a group for devices that have no other "services" monitorable
-# (like routers w/out snmp for example)
-define hostgroup {
- hostgroup_name ping-servers
- alias Pingable servers
- members gateway
- }
+
diff --git a/debian/conf.d/services_nagios2.cfg b/debian/conf.d/services_nagios2.cfg
index af3d4fe..7866687 100644
--- a/debian/conf.d/services_nagios2.cfg
+++ b/debian/conf.d/services_nagios2.cfg
@@ -15,12 +15,3 @@ define service {
use generic-service
notification_interval 0 ; set > 0 if you want to be renotified
}
-
-# check that ping-only hosts are up
-define service {
- hostgroup_name ping-servers
- service_description PING
- check_command check_ping!100.0,20%!500.0,60%
- use generic-service
- notification_interval 0 ; set > 0 if you want to be renotified
-}
--
Debian packaging for Nagios3
More information about the Pkg-nagios-changes
mailing list