mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-28 09:17:03 +00:00
9 lines
423 B
Markdown
9 lines
423 B
Markdown
# System monitoring using telegraf and influxdb
|
|
|
|
1. Run the compose `docker-compose up -d`
|
|
2. Open [http://localhost:8086](http://localhost:8086) in the browser
|
|
3. Create a username and password, name your organization `tgm` and your first bucket `telegraf-bucket`
|
|
4. Choose quick start -> add data source -> Telegraf
|
|
5. Create a token and paste it in `telegraf/telegraf.conf`
|
|
6. Restart stack using `docker-compose up -d`
|