Skip to content

Mosquito

Auto-Discovery
Health Check
Metrics
Logs

If some auto-detected parameters are wrong, you can manually override them by adding the following to /etc/glouton/conf.d/99-local.conf:

service:
[...]
# For a Mosquito running outside a container
- type: "mosquito"
address: "127.0.0.1"
port: 1883 # MQTT listener, Agent don't support MQTT-SSL here
# For an additional Mosquito running outside a container
- type: "mosquito"
instance: "NAME_ASSOCIATED_WITH_YOUR_ADDITIONAL_SERVICE"
address: "127.0.0.1"
port: 1884 # MQTT listener, Agent don't support MQTT-SSL here
# For a Mosquito running in a Docker container
- type: "mosquito"
instance: "CONTAINER_NAME"
address: "172.17.0.2"
port: 1883 # MQTT listener, Agent don't support MQTT-SSL here

Only the metric from service check is produced:

MetricDescription
service_statusStatus of Mosquito