The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/devenv/docker/blocks/mqtt
Alexander Akhmetov e59ea00518
Alerting: Add TLS, QoS and retain options to the MQTT receiver (#92331)
8 months ago
..
build Alerting: Add TLS, QoS and retain options to the MQTT receiver (#92331) 8 months ago
README.md Alerting: Add TLS, QoS and retain options to the MQTT receiver (#92331) 8 months ago
docker-compose.yaml Alerting: Add TLS, QoS and retain options to the MQTT receiver (#92331) 8 months ago
nanomq.conf Alerting: Add TLS, QoS and retain options to the MQTT receiver (#92331) 8 months ago
nanomq_acl.conf Alerting: Add TLS, QoS and retain options to the MQTT receiver (#92331) 8 months ago
nanomq_pwd.conf Alerting: Add TLS, QoS and retain options to the MQTT receiver (#92331) 8 months ago

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