Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)