Skip to content

Commit

Permalink
dashboards screens
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Sep 25, 2016
1 parent ed5c258 commit 9ef4054
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Containers:
* cAdvisor (containers metrics collector)

While Granafa supports authentication, the Prometheus and AlertManager services have no such feature.
You can remove the ports mapping from the docker-compose file and use NGINX as a reverse proxy with basic authentication for Prometheus and AlertManager.
You can remove the ports mapping from the docker-compose file and use NGINX as a reverse proxy providing basic authentication for Prometheus and AlertManager.

## Setup Grafana

Expand All @@ -38,8 +38,17 @@ Use the following values to add the Prometheues container as data source:
Now you can import the dashboard temples from the [grafana](https://github.com/stefanprodan/dockerprom/tree/master/grafana) directory.
From the Granafa menu, choose ***Dashboards*** and click on ***Import***.

***Docker Host Dashboard***

![Host](https://raw.githubusercontent.com/stefanprodan/dockerprom/master/screens/Grafana_Docker_Host.png)

***Docker Containers Dashboard***

![Containers](https://raw.githubusercontent.com/stefanprodan/dockerprom/master/screens/Grafana_Docker_Containers.png)

***Monitor Services Dashboard***

![Monitor Services](https://raw.githubusercontent.com/stefanprodan/dockerprom/master/screens/Grafana_Monitor_Services.png)



0 comments on commit 9ef4054

Please sign in to comment.