Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.24 KB

File metadata and controls

59 lines (42 loc) · 1.24 KB

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