Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (27 loc) · 639 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 639 Bytes

frog-db

Docker with:

  • Telegraf
  • InfluxDB
  • Grafana
.................     +----------+     +----------+     +---------+
.               .     |          |     |          |     |         |
. mosquitto.org . --> | telegraf | --> | influxDB | --> | grafana |
.               .     |          |     |          |     |         |
.................     +----------+     +----------+     +---------+

prepare

Pull Docker images:

docker pull influxdb
docker pull grafana/grafana
docker pull telegraf

run

Start the Docker with:

docker-compose up

Grafana: http://localhost:3000 user: admin password: admin