grafana/devenv/docker/blocks/mqtt
Josh Hunt 3a1c1b6232
Devenv: Replace testdata UIDs with gdev-testdata (#108997)
* Prettier format the devenv folder

* Consistently use type-only dsref for testdata in devenv dashboards
2025-08-04 11:20:12 +01:00
..
build
README.md
docker-compose.yaml
nanomq.conf
nanomq_acl.conf
nanomq_pwd.conf

README.md

NanoMQ MQTT broker

Starts a NanoMQ MQTT broker.

Authentication

The broker is configured to use a simple username/password authentication. See ./nanomq_pwd.conf for the default credentials.

TLS Certificates

If you want to configure an MQTT contact point in Grafana Alerting with TLS, you need to provide a certificate and key.

You can find them in /etc/certs directory in the container:

docker exec devenv-mqtt-1 ls /etc/certs/

CA Certificate

docker exec devenv-mqtt-1 cat /etc/certs/ca.pem

Client certificates

docker exec devenv-mqtt-1 cat /etc/certs/client.pem
docker exec devenv-mqtt-1 cat /etc/certs/client.key