From 98933bba8de06ad0436c304969941302bcc4f85e Mon Sep 17 00:00:00 2001 From: Todsaporn Banjerdkit Date: Tue, 23 May 2017 18:56:57 +0700 Subject: [PATCH] Fixed wrong header and image url --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 551305a..280b104 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # A Docker Stack which Monitors your GitHub Repos Here's a quick start to stand-up a Docker [Prometheus](http://prometheus.io/) stack containing Prometheus, Grafana and [github-exporter](https://github.com/infinityworksltd/github-exporter) to collect and graph GitHub statistics. -##Pre-requisites +## Pre-requisites Before we get started installing the Prometheus stack. Ensure you install the latest version of docker and [docker-compose](https://docs.docker.com/compose/install/) on your Docker host machine. This has also been tested with Docker for Mac and it works well. -##Installation +## Installation Clone the project to your Docker host. If you would like to change which targets should be monitored or make configuration changes edit the [/prom/prometheus.yml](https://github.com/vegasbrianc/prometheus/blob/version-2/prometheus/prometheus.yml) file. The targets section is where you define what should be monitored by Prometheus. The names defined in this file are actually sourced from the service name in the docker-compose file. If you wish to change names of the services you can add the "container_name" parameter in the `docker-compose.yml` file. @@ -49,7 +49,7 @@ Now we need to create the Prometheus Datasource in order to connect Grafana to P * Click `Data Sources` * Click the green button `Add Data Source`. -
+
## Install Dashboard I created a Dashboard template which is available on [GitHub Stats Dashboard](https://grafana.net/dashboards/1559). Simply download the dashboard and select from the Grafana menu -> Dashboards -> Import