Hello everybody,
I am trying to check our ldap connection because the Admin gots messages that the connection of LDAP Server seems to be slow.
What I did is a Item simplecheck with net.tcp.service.perf[ldap,{$OID.DEV.HOST},3060] type is Numeric(unsigned)
The trigger is configured like {oid.dev.host:net.tcp.service[ldap,{$OID.DEV.HOST},3060].max(#3)}=0 which is copied from the out of the box template
If I check the latest data then I this result:![Click image for larger version Name: 2021-04-30 16_31_01-BAMF E2E Montrng 5.2.4_ History [refreshed every 30 sec.].png Views: 0 Size: 8.8 KB ID: 423902](filedata/fetch?id=423902&d=1619793125)
Its always 0

The LDAP Admin and I do tcpdump to eachother.
I did tcpdump -vv -i ens192 host IP.address and port 3060
He and I could see communication between the zabbix server and ldap server.
But the output of tcpdump, I could not interprete it.
Furthermore I did ldapsearch from zabbix server which was tricky because the passward has the character "/" and "|". these were then escaped with \
After escaping I got a result. This and the bind dn (cn=zabbix_ldap,cn=testusers,cn=Users,dc=xxx,dc=xx x) was updated in the Item to the fields "User name" and "Password"
My question to you is if I confed a wrong trigger oder item?
Why I am getting always 0?
By the way the ping from zabbix to ldap is in avg. 0.424 ms
My second question is how to check the performance from ldaps?
Thank you in advance.
I am trying to check our ldap connection because the Admin gots messages that the connection of LDAP Server seems to be slow.
What I did is a Item simplecheck with net.tcp.service.perf[ldap,{$OID.DEV.HOST},3060] type is Numeric(unsigned)
The trigger is configured like {oid.dev.host:net.tcp.service[ldap,{$OID.DEV.HOST},3060].max(#3)}=0 which is copied from the out of the box template
If I check the latest data then I this result:
Its always 0


The LDAP Admin and I do tcpdump to eachother.
I did tcpdump -vv -i ens192 host IP.address and port 3060
He and I could see communication between the zabbix server and ldap server.
But the output of tcpdump, I could not interprete it.
Furthermore I did ldapsearch from zabbix server which was tricky because the passward has the character "/" and "|". these were then escaped with \
After escaping I got a result. This and the bind dn (cn=zabbix_ldap,cn=testusers,cn=Users,dc=xxx,dc=xx x) was updated in the Item to the fields "User name" and "Password"
My question to you is if I confed a wrong trigger oder item?
Why I am getting always 0?
By the way the ping from zabbix to ldap is in avg. 0.424 ms
My second question is how to check the performance from ldaps?
Thank you in advance.
Comment