mirror of
https://github.com/netdata/netdata.git
synced 2025-04-27 06:10:43 +00:00
![]() * apache units fix * beanstalk * bind_rndc * boinc * ceph * chrony * couchdb * dns_query * dnsdist * dockerd * dovecot * elasticsearch by @vlvkobal <3 * example * exim * fail2ban * freeradius minor fixes * freeradius minor fixes * freeradius minor fixes * go_expvar * haproxy * hddtemp * httpcheck * icecast * ipfs * isc_dhcpd * litespeed * logind * megacli * memcached * mongodb * monit * mysql * nginx * nginx_plus * nsd * ntpd * nvidia_smi * openldap * ovpn_status * phpfm * portcheck * postfix * postgres * powerdns * proxysql * puppet * rabbitmq * redis * restroshare * samba * sensors * smartdlog * spigotmc * springboot * squid * retroshare * tomcat * retroshare * tor * traefik * traefik * unbound * uwsgi * varnish * w1sensor * web_log * ok codacy * retroshare * ipfs |
||
---|---|---|
.. | ||
Makefile.inc | ||
openldap.chart.py | ||
openldap.conf | ||
README.md |
openldap
This module provides statistics information from openldap (slapd) server. Statistics are taken from LDAP monitoring interface. Manual page, slapd-monitor(5) is available.
Requirement:
- Follow instructions from https://www.openldap.org/doc/admin24/monitoringslapd.html to activate monitoring interface.
- Install python ldap module
pip install ldap
oryum install python-ldap
- Modify openldap.conf with your credentials
Module gives information with following charts:
- connections
- total connections number
- Bytes
- sent
- operations
- completed
- initiated
- referrals
- sent
- entries
- sent
- ldap operations
- bind
- search
- unbind
- add
- delete
- modify
- compare
- waiters
- read
- write
configuration
Sample:
openldap:
name : 'local'
username : "cn=monitor,dc=superb,dc=eu"
password : "testpass"
server : 'localhost'
port : 389