This repo helps you create a 3 nodes pool of docker containers to easily
play with the monitoring stack
collectd
>
influxdb
>
grafana
It's also the official images sources for :
Note:
The collectd image is here to have the full stack locally available.
IRL it may seems a bit meaningless because (you'll want to gather data at host
level, not container one) but it depends on the plugins you'll use (actionnable
plugin like curl_json
, tail_csv
, ping
...)
This is a work in progress ... PR are welcomes folks :)
If you are on linux, simply execute this command :
curl -sSL https://raw.githubusercontent.com/ekino/docker-monitoring-stack/master/helper.sh | bash -s run
Then head to your new local Grafana instance to get this result :
TODO