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

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

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)