From cb6a75df7c298a1478209fbac0e3b41a29314fe9 Mon Sep 17 00:00:00 2001 From: Mateusz Trojak Date: Thu, 22 Sep 2016 09:27:55 +0200 Subject: [PATCH] Update README.md --- rancher/README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/rancher/README.md b/rancher/README.md index 1dc99c9..90db8a2 100644 --- a/rancher/README.md +++ b/rancher/README.md @@ -1,3 +1,16 @@ -## What is inside TIG Stack? -* Telegraf, InfluxDB, Grafana +# Telegraf InfluxDB Grafana Stack +## What is inside TIG Stack +* [Telegraf](https://hub.docker.com/r/matisq/telegraf/) - Gathers cpu,mem,net,docker data and sends it to InfluxDB +* [InfluxDB](https://hub.docker.com/r/matisq/influxdb/) + volume data - Stores data from Telegraf +* [Grafana](https://hub.docker.com/r/matisq/grafana/) + volume data - Includes one Dashboard (there will be more!) for docker monitoring. + +## How to use it? +TIG stack is created for [Rancher](http://rancher.com/). If you are not fammiliar with rancher, please [read](http://rancher.com/rancher/) some docs, because it is really great Docker Orchestration Tool. +To use it add custom [rancher-catalog](https://github.com/matisku/rancher-catalog) to the Rancher configuration, and within only one click, you are able to monitor your Docker Instance automatically! + +## What if I don't want to use Rancher? +You can obviously use this stack without Rancher. Just grab [docker-compose.yml](https://raw.githubusercontent.com/matisku/tig-stack/master/docker-compose.yml) file amd start your stack as usual. + +## TODO +* Add more Grafs