0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-14 09:38:34 +00:00
netdata_netdata/collectors/python.d.plugin/openldap/README.md
Chris Akritidis 415f57c5bf
Ga ()
* Added GA tags to markdowns

* Add GA tags to mds
2018-12-07 11:30:04 +01:00

1.2 KiB

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
  1. Bytes
  • sent
  1. operations
  • completed
  • initiated
  1. referrals
  • sent
  1. entries
  • sent
  1. ldap operations
  • bind
  • search
  • unbind
  • add
  • delete
  • modify
  • compare
  1. waiters
  • read
  • write

configuration

Sample:

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

analytics