0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-17 11:12:42 +00:00
netdata_netdata/collectors/python.d.plugin/openldap
Promise Akpan f5006d51e8 Fix Markdown Lint warnings ()
* make remark access all directories

* detailed fix after autofix by remark lint

* cross check autofix for this set of files

* crosscheck more files

* crosschecking and small fixes

* crosscheck autofixed md files
2019-08-15 13:06:39 +02:00
..
Makefile.inc openldap monitoring plugin added () 2018-11-15 09:17:44 +03:00
openldap.chart.py Openldap tls support rebased () 2019-04-12 18:50:14 +03:00
openldap.conf Openldap tls support rebased () 2019-04-12 18:50:14 +03:00
README.md Fix Markdown Lint warnings () 2019-08-15 13:06:39 +02:00

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:

Module gives information with following charts:

  1. connections

    • total connections number
  2. Bytes

    • sent
  3. operations

    • completed
    • initiated
  4. referrals

    • sent
  5. entries

    • sent
  6. ldap operations

    • bind
    • search
    • unbind
    • add
    • delete
    • modify
    • compare
  7. waiters

    • read
    • write

configuration

Sample:

openldap:
  name     : 'local'
  username : "cn=monitor,dc=superb,dc=eu"
  password : "testpass"
  server   : 'localhost'
  port     : 389

analytics