inovex / mqtt_blackbox_exporter

Prometheus Exporter for MQTT monitoring
Apache License 2.0
77 stars 24 forks source link

Support for TLS client certificates #18

Closed gdhgdhgdh closed 7 years ago

gdhgdhgdh commented 7 years ago

It's great to see that this project supports user/password-based authentication on TLS connections.

It would be even better if one could pass in a client cert, client private key and CA (chain) cert for those MQTT servers like VerneMQ which support TLS authentication. PR #19