![]() |
6 years ago | |
---|---|---|
.. | ||
Makefile.inc | 6 years ago | |
README.md | 6 years ago | |
openldap.chart.py | 6 years ago | |
openldap.conf | 6 years ago |
This module provides statistics information from openldap (slapd) server. Statistics are taken from LDAP monitoring interface. Manual page, slapd-monitor(5) is available.
Requirement:
pip install ldap
or yum install python-ldap
connections
Bytes
operations
referrals
entries
ldap operations
waiters
Sample:
openldap:
name : 'local'
username : "cn=monitor,dc=superb,dc=eu"
password : "testpass"
server : 'localhost'
port : 389