[prometheus-users] Re: BlackBox Exporter issue with DNS Resolution and Timeout error

2022-11-01 Thread b...@ritcey.com
I'm assuming that 'exmaple.com' is meant to be 'example.com', as in that's what you're probing? Are those literal cut-and-pastes? 'example.com' will in fact resolve, and has a stub website, which may be useful for testing. On Saturday, October 29, 2022 at 7:58:55 AM UTC-4 Brian Candler wrote

Re: [prometheus-users] node exporter text file collector

2022-08-08 Thread b...@ritcey.com
Move g1 = Gauge('ldap_query_success', 'LDAP query command', ['ldap_uri', 'ldap_search_base'], registry=registry) before the loop - you don't want to initialize it each time. On Monday, August 8, 2022 at 7:00:42 AM UTC-4 ninag...@gmail.com wrote: > Thank you I have resolved the issue. > > I a