I have a hard time figuring out how to monitor a LDAP server without anonymous bind using the simple check net.tcp.service.
The setup:
LDAP server monitored by zabbix-agent2
LDAP configured to listen on port 636 with SSL certificate and anonymous bind disabled.
I have a BIND DN user and password but I have no idea how to configure them.
The current expression:
always result in a false because it is not being able to do a search.
So, is it possible to add the BIND DN user to the search?
The setup:
LDAP server monitored by zabbix-agent2
LDAP configured to listen on port 636 with SSL certificate and anonymous bind disabled.
I have a BIND DN user and password but I have no idea how to configure them.
The current expression:
Code:
max(/ldap.example.com/net.tcp.service[ldap,ldap.example.com,636],#3)=0
So, is it possible to add the BIND DN user to the search?