Monitoring over LDAP
The PingDirectory server exposes a majority of its information under the cn=monitor entry.
Steps
-
To access these entries over LDAP, use the
ldapsearchtool.Example:
$ bin/ldapsearch --hostname server1.example.com --port 1389 \ --bindDN "uid=admin,dc=example,dc=com" --bindPassword secret \ --baseDN "cn=monitor" "(objectclass=*)"