Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rumpl/mqtt-telegraf-influxdb-grafana
- Owner: rumpl
- Created: 2022-03-09T21:53:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T22:18:01.000Z (almost 3 years ago)
- Last Synced: 2024-11-25T01:24:36.060Z (3 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 graphsEverything (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.