mqtt_blackbox_exporter
mqtt_blackbox_exporter copied to clipboard
Prometheus Exporter for MQTT monitoring
I am using https://www.eclipse.org/paho/clients/c/embedded-sn/ as mqtt gateway due to latency constraints. Need this project to support MQTT-SN protocol.
Hi i have 2 mqtt broker 1. mqtt broker 1: 192.168.56.101:1883 -> to be used for publish message 2. mqtt broker 2: 192.168.56.102:1883 -> to be used for subscribe message...
Running the current Docker image version v0.8.1 fails with the following message ``` /bin/mqtt_blackbox_exporter: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /bin/mqtt_blackbox_exporter) /bin/mqtt_blackbox_exporter: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by...