python-diamond / Diamond

Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others). It is capable of collecting cpu, memory, network, i/o, load and disk metrics. Additionally, it features an API for implementing custom collectors for gathering metrics from almost any source.
http://diamond.readthedocs.org/
MIT License
1.74k stars 601 forks source link

OpenLDAP - Collector #702

Closed Vandy07 closed 2 years ago

Vandy07 commented 6 years ago

Hello,

When i try collect metrics of my openldap, using OpenLDAP - collector, presents this messages of error:

[2018-03-12 18:23:48,641] [MainThread] Unable to query ldap://:389: {'info': u'TLS error -5938:Encountered end of file', 'errno': 21, 'desc': u'Connect error'} [2018-03-12 18:24:08,470] [MainThread] Unable to query ldap://:389: {'info': u'TLS error -5938:Encountered end of file', 'desc': u'Connect error'}

This can be a issue?

Tks!

DStape commented 6 years ago

Hello @Vandy07,

I'm not an expert on LDAP, but based on the info you've provided, it doesn't look like this is a specific problem with diamond. Are you able to connect to the LDAP server using the same configuration you've given the diamond collector?

If possible, could you provide that config here and I can take a look? Thanks.

shortdudey123 commented 2 years ago

If this ends up being a diamond specific issue, reopen.