diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2011-11-14 10:57:15 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2011-11-14 10:57:15 +0000 |
commit | 3a711124edaa27aeac698fdc5a0db8cff1e9c30b (patch) | |
tree | 315add5eef6011218cb67b38a46de61b7650e3b4 /sitesummary-nodes | |
parent | 13384666fd61d14235bd256d4de522084f43ed61 (diff) | |
download | sitesummary-3a711124edaa27aeac698fdc5a0db8cff1e9c30b.tar.gz sitesummary-3a711124edaa27aeac698fdc5a0db8cff1e9c30b.tar.bz2 sitesummary-3a711124edaa27aeac698fdc5a0db8cff1e9c30b.tar.xz |
Keep the LDAP TCP check to ensure we discover if the server is listening but not responding to searches.
Diffstat (limited to 'sitesummary-nodes')
-rwxr-xr-x | sitesummary-nodes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sitesummary-nodes b/sitesummary-nodes index e99ab05..6bf5794 100755 --- a/sitesummary-nodes +++ b/sitesummary-nodes @@ -304,6 +304,7 @@ sub generate_nagios_config { my %tcpservices = ( 139 => { name => 'samba', package => 'samba' }, + 389 => { name => 'ldap', package => 'slapd' }, 4949 => { name => 'munin', package => 'munin-node' }, ); |