diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | sitesummary-nodes | 6 |
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", |