diff options
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", |