inovex / mqtt_blackbox_exporter

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

how to use mqtt-blackbox-exporter with bridge mode #38

Open alochym01 opened 5 years ago

alochym01 commented 5 years ago

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

  3. i want to config mqtt-blackbox-exporter publish message to broker 1 and subscribe message on broker 2

but there is no documents for configuration

please help

hikhvar commented 5 years ago

Hello, we currently do not support MQTT in bridge mode. We assume that we read and write to the same broker. Hence there is no documentation. This requires some changes in the code.

alochym01 commented 5 years ago

i wish it will be present on next release :+1:

hikhvar commented 5 years ago

Please do not expect a new release with this feature in the near future. This exporter is currently in maintenance only mode.

Pull request to include this feature are welcome!