diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2010-01-18 12:29:05 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2010-01-18 12:29:05 +0000 |
commit | 8b8a18925bc94781b598de7d1aefee80c14599a1 (patch) | |
tree | 8dc9f7704cd0e19c089cc52e1a39a1d4e545f762 /sitesummary-nodes | |
parent | 5b0347fe6af79c65e4c3d9478c9f92caaed5c6a1 (diff) | |
download | sitesummary-8b8a18925bc94781b598de7d1aefee80c14599a1.tar.gz sitesummary-8b8a18925bc94781b598de7d1aefee80c14599a1.tar.bz2 sitesummary-8b8a18925bc94781b598de7d1aefee80c14599a1.tar.xz |
Drop Nagios dhcp check, as it do not seem to work.
Diffstat (limited to 'sitesummary-nodes')
-rwxr-xr-x | sitesummary-nodes | 6 |
1 files changed, 3 insertions, 3 deletions
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", |