Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rumpl/mqtt-telegraf-influxdb-grafana

Docker compose stack to start an mqtt broker, with persistance in an influxdb, graphs with grafana
https://github.com/rumpl/mqtt-telegraf-influxdb-grafana

Last synced: 15 days ago
JSON representation

Docker compose stack to start an mqtt broker, with persistance in an influxdb, graphs with grafana

Awesome Lists containing this project

README

        

# MQTT / Grafana

A docker compose stack with:

- An MQTT broker (eclipse mosquitto)
- InfluxDB
- telegraf server agent to connect the MQTT broker to the database
- Grafana for graphs

Everything (mosquitto, influxdb and grafana) have the same user/password:

- user: `admin`
- password: `password`

Grafana is already configured with the InfluxDB datasource.

Note: This stack doesn't use influxdb verison 2, I had issues making grafana
talk to the database.

Warning: the security of this stack is not great, use at your own risk.