diff options
-rwxr-xr-x | sitesummary-nodes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sitesummary-nodes b/sitesummary-nodes index d596321..0ed7960 100755 --- a/sitesummary-nodes +++ b/sitesummary-nodes @@ -486,7 +486,7 @@ sub generate_nagios_config { # check LDAP and LDAPS using the protocol, module present in # nagios-plugins-basic print_nagios_service_check(0, $hostname, "ldap", - "check_ldap", "''"); + "check_ldap", "''") if is_pkg_installed($hostid, "slapd"); # Check Squid web proxy |