Home

Awesome

TIG stack (Telegraf/InfluxDB/Grafana)

Telegraf is a plugin-driven server agent for collecting and reporting metrics.
InfluxDB handle massive amounts of time-stamped information.
Grafana is an open platform for beautiful analytics and monitoring.

System dashboard Docker dashboard

Requirements

As docker images, TIG stack needs:

To be installed on your machine.

How to use it?

.env to the root directory exposes environment variables:

Modify it according to your needs and build your custom TIG stack:

$ docker compose up -d

Known issues

Then access graphana at http://localhost:3000 (or replace the default port with your GRAPHANA_PORT's value).

License

Copyright © 2020 Alexis Le Provost. See LICENSE for details.