Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justlaputa/collectd-influxdb-grafana-docker
simple demo for influxdb and grafana by docker-compose
https://github.com/justlaputa/collectd-influxdb-grafana-docker
grafana influxdb
Last synced: 1 day ago
JSON representation
simple demo for influxdb and grafana by docker-compose
- Host: GitHub
- URL: https://github.com/justlaputa/collectd-influxdb-grafana-docker
- Owner: justlaputa
- License: mit
- Created: 2016-09-30T10:38:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-01T10:05:16.000Z (about 8 years ago)
- Last Synced: 2024-08-01T12:37:57.047Z (3 months ago)
- Topics: grafana, influxdb
- Homepage: https://blog.laputa.io/try-influxdb-and-grafana-by-docker-6b4d50c6a446
- Size: 13.7 KB
- Stars: 64
- Watchers: 4
- Forks: 66
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - justlaputa/collectd-influxdb-grafana-docker - simple demo for influxdb and grafana by docker-compose (others)
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)