diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2011-11-14 09:49:33 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2011-11-14 09:49:33 +0000 |
commit | 2669eed8f5ee9ec15d04c571b12a213a887ff3c5 (patch) | |
tree | 6cb0ed2b5dc8a59a9fd20520ba3111ee31c53533 | |
parent | 08ed07907c7efeb8b0923066e2ff58e4d3b28a82 (diff) | |
download | sitesummary-2669eed8f5ee9ec15d04c571b12a213a887ff3c5.tar.gz sitesummary-2669eed8f5ee9ec15d04c571b12a213a887ff3c5.tar.bz2 sitesummary-2669eed8f5ee9ec15d04c571b12a213a887ff3c5.tar.xz |
Typo.
-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 |