aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2010-01-18 12:29:05 +0000
committerPetter Reinholdtsen <pere@hungry.com>2010-01-18 12:29:05 +0000
commit8b8a18925bc94781b598de7d1aefee80c14599a1 (patch)
tree8dc9f7704cd0e19c089cc52e1a39a1d4e545f762
parent5b0347fe6af79c65e4c3d9478c9f92caaed5c6a1 (diff)
downloadsitesummary-8b8a18925bc94781b598de7d1aefee80c14599a1.tar.gz
sitesummary-8b8a18925bc94781b598de7d1aefee80c14599a1.tar.bz2
sitesummary-8b8a18925bc94781b598de7d1aefee80c14599a1.tar.xz
Drop Nagios dhcp check, as it do not seem to work.
-rw-r--r--debian/changelog1
-rwxr-xr-xsitesummary-nodes6
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 11b82cf..e9d7232 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ sitesummary (0.0.55) UNRELEASED; urgency=low
* Move nagios contact information to separate file, to avoid
conffile questions during upgrades if the contacts are changed and
only the commands change.
+ * Drop Nagios dhcp check, as it do not seem to work.
-- Petter Reinholdtsen <pere@debian.org> Sat, 16 Jan 2010 21:06:29 +0100
diff --git a/sitesummary-nodes b/sitesummary-nodes
index 070aca9..626ec68 100755
--- a/sitesummary-nodes
+++ b/sitesummary-nodes
@@ -335,9 +335,9 @@ sub generate_nagios_config {
"check_procs_cron", "1:15!1:25")
if (is_pkg_installed($hostid, "cron"));
- print_nagios_service_check($remote, $hostname, "dhcp",
- "check_dhcp")
- if is_pkg_installed($hostid, "dhcp3-server");
+# print_nagios_service_check($remote, $hostname, "dhcp",
+# "check_dhcp")
+# if is_pkg_installed($hostid, "dhcp3-server");
# Check FTP server
print_nagios_service_check($remote, $hostname, "ftp",