From 2e3d4e8e61490408b50e4093b5ef417e1f584bfc Mon Sep 17 00:00:00 2001 From: Sebastian Blasiak Date: Fri, 15 Jun 2018 16:51:01 +0200 Subject: [PATCH] updated doc --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4db26e5..b1fd32b 100644 --- a/README.md +++ b/README.md @@ -1 +1,29 @@ -# monitoring-grafana-influxdb-telegraf-prometheus +# What is in this repository? + +This repository contains easily deployable monitoring solution which uses: + - Grafana (frontend for monitoring + alerts) + - Prometheus (monitoring solution pulling metrics from exporter) + - Node Exporter for Prometheus (metrics exporter-exposer for Prometheus) + - Telegraf (monitoring agent) + - InfluxDB (persistent timeseries storage) + - cAdvisor (containers monitoring) + - alertmanager (alerting) + + +# How to use it? + +If you have docker and docker-compose installed, this will take roughly 1 minute to have it up and running. +If not - it will still take mentioned ~ 1 minute + time needed for docker installation. + +## Here is how to install: + +* $ clone the repository +* $ cd to cloned dir +* $ chmod +x ./deploy_all.sh; ./deploy_all.sh + + + Monitoring should be up and running http://_**hostname**_:3001/ + + + +