Pavel Storozhenko

Results 3 comments of Pavel Storozhenko

Hi @t0mcat1337 , your regex is not matching the response from SMTP server ``` line="220 mailserver.dnsname.com dnsname.com SMTP Server" ``` will not be matched by ``` ^220 ([^ ]+) SMTP...

> doesn't aim to a wrong regex. What should happen: 1) blackbox exporter connect to smtp server 2) get a message from it 3) match the message with `expect` regexp...

Hey, I had the same issue recently (I want to have the auth part of the config be a secret). SNMP exporter now supports submitting multiple config files, so you...