Merge "prometheus: add tls_connect blackbox module"
This commit is contained in:
commit
2d72fc5da4
@ -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:
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Adds a ``tls_connect`` module to the Prometheus blackbox exporter. This can
|
||||||
|
be used to test connectivity of TLS servers.
|
Loading…
Reference in New Issue
Block a user