Skip to main content

LDAP

Overview

The LDAP Check monitors directory services using the Lightweight Directory Access Protocol.

Configuration

Optional parameters:

NameDescription
portThe TCP port to connect to the directory server (default: 389)
dnThe Distinguished Name to query.
authtypeThe authentication type to use for the bind request. Choices are none or simple (default: none)
security_principalThe username to be used for authentication to the directory server.
passwordThe password to be used for authentication to the directory server.

Metrics

NameTypeDescription
time_to_connect_msNumericThe elapsed time, in milliseconds, to connect to the LDAP server.
total_objectsNumericThe number of objects returned by the query.
[ objectname ] _object_countNumericThe count of objects of each type (e.g., cn, ou) returned by the query.