https://github.com/pgorecki/cigd
collectd influxdb grafana docker
https://github.com/pgorecki/cigd
Last synced: 4 months ago
JSON representation
collectd influxdb grafana docker
- Host: GitHub
- URL: https://github.com/pgorecki/cigd
- Owner: pgorecki
- License: mit
- Created: 2018-07-19T12:11:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T12:23:48.000Z (almost 8 years ago)
- Last Synced: 2025-10-20T02:50:22.506Z (8 months ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
This repository shows how to use a docker compose file to setup a local collectd, influxdb, grafana stack,
You can use this repository to try collect system data, store it in influxdb and create graph chart in Grafana.
This repository is linked from my medium post, check details [here](https://blog.laputa.io/try-influxdb-and-grafana-by-docker-6b4d50c6a446#.7z7oz5st5).
# How to
It's easy, just clone this repository and run:
```
$ docker-compose up -d
```
Then you can open:
- influxdb admin page
- grafana web page (login with admin/admin)