Igor Kudrin

Results 4 comments of Igor Kudrin

I was just passing by and saw that someone [on Reddit](https://www.reddit.com/r/PrometheusMonitoring/comments/q60357/blackbox_exporter_for_smtp_monitoring_w_tcp_module/) suggested the solution: ``` - expect: "^220 ([^ ]+) ESMTP (.+)$" - send: "EHLO prober\r" ``` e.g. you should...

Did anyone tried https://github.com/traefik/traefik/releases/tag/v2.9.1 with this fix? https://github.com/traefik/traefik/pull/9037 Is it worth upgrading?

I've tried to do it manually with no luck: Server version: 2019.11.3+Branch.tags-2019.11.3.Sha.18e9e62d1c97e2e32ddf80d5a6637c2b507f191c Plan runs as follows: `"C:\terraform\terraform.exe" init -no-color -get-plugins=true -backend-config="access_key=********" -backend-config="secret_key=********"` `"C:\terraform\terraform.exe" plan -no-color -detailed-exitcode -var="kubernetes_service_account_token=********" -var="secrets_credentials={access_key="""********""",secret_key="""********"""}" -out="C:\tmp\Deployments-1055695.tfplan"` And...