8000 GitHub - sergiotocalini/zaldap: Zabbix Agent - OpenLDAP
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sergiotocalini/zaldap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zaldap

LDAP monitoring

This script is part of a monitoring solution that allows to monitor several services and applications.

For more information about this monitoring solution please check out this post on my site.

20. Monitor

20.1. Monitor configuration via cn=config

#~ vi monitor_enable.ldif
dn: cn=module,cn=config
cn: module
objectClass: olcModuleList
olcModuleLoad: back_monitor
olcModulePath: /usr/lib/ldap

dn: olcDatabase={2}monitor,cn=config
objectClass: olcDatabaseConfig
olcDatabase: {2}monitor
olcAccess: {0}to * by dn.exact=cn=monitor,ou=auth,dc=example,dc=com manage by * none

#~ ldapadd -Q -Y EXTERNAL -H ldapi:/// -f monitor_enable.ldif
#~

20.2. Monitor configuration via slapd.conf

#~ vi /etc/ldap/slapd.conf
...
database monitor

access to *
       by dn.exact=cn=monitor,ou=auth,dc=example,dc=com manage
       by * none
#~

Zabbix deploy

#~ git clone https://github.com/sergiotocalini/zaldap.git
#~ ./zaldap/deploy_zabbix.sh 'localhost' 'cn=monitor,ou=auth,dc=example,dc=com' 'xxxxxxxx'
#~

About

Zabbix Agent - OpenLDAP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0