Skip to content
Snippets Groups Projects
Commit 2d72fc5d authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "prometheus: add tls_connect blackbox module"

parents 826dfb45 94c6b8e2
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,10 @@ modules: ...@@ -15,6 +15,10 @@ modules:
method: POST method: POST
tcp_connect: tcp_connect:
prober: tcp prober: tcp
tls_connect:
prober: tcp
tcp:
tls: true
ssh_banner: ssh_banner:
prober: tcp prober: tcp
tcp: tcp:
......
---
features:
- |
Adds a ``tls_connect`` module to the Prometheus blackbox exporter. This can
be used to test connectivity of TLS servers.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment