diff options
Diffstat (limited to 'sitesummary-nodes')
-rwxr-xr-x | sitesummary-nodes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sitesummary-nodes b/sitesummary-nodes index 8f55bbe..1e3035d 100755 --- a/sitesummary-nodes +++ b/sitesummary-nodes @@ -401,7 +401,7 @@ sub generate_nagios_config { # "check_dhcp") # if is_pkg_installed($hostid, "dhcp3-server"); print_nagios_service_check($remote, $hostname, "process - dhcpd3", - "check_procs_dhcpd", "1:15!1:25") + "check_procs_dhcpd3", "1:15!1:25") if (is_pkg_installed($hostid, "dhcp3-server")); print_nagios_service_check($remote, $hostname, "process - dhcpd", "check_procs_dhcpd", "1:15!1:25") |