Merge branch 'master' of github.com:vegasbrianc/prometheus

This commit is contained in:
Brian Christner 2019-03-04 10:45:55 +01:00
commit d7dfa8ec17
No known key found for this signature in database
GPG Key ID: ECA21DC2A2758F38
3 changed files with 2 additions and 7 deletions

View File

@ -409,7 +409,6 @@
"min": false,
"rightSide": true,
"show": true,
"sideWidth": 200,
"sort": "current",
"sortDesc": true,
"total": false,
@ -492,7 +491,6 @@
"min": false,
"rightSide": true,
"show": true,
"sideWidth": 200,
"sort": "current",
"sortDesc": true,
"total": false,
@ -575,7 +573,6 @@
"min": false,
"rightSide": true,
"show": true,
"sideWidth": 200,
"sort": "current",
"sortDesc": true,
"total": false,

View File

@ -413,7 +413,6 @@
"min": false,
"rightSide": true,
"show": true,
"sideWidth": 200,
"sort": "current",
"sortDesc": true,
"total": false,
@ -498,7 +497,6 @@
"min": false,
"rightSide": true,
"show": true,
"sideWidth": 200,
"sort": "current",
"sortDesc": true,
"total": false,
@ -583,7 +581,6 @@
"min": false,
"rightSide": true,
"show": true,
"sideWidth": 200,
"sort": "current",
"sortDesc": true,
"total": false,

View File

@ -6,7 +6,7 @@
- [Overview](#a-prometheus--grafana-docker-compose-stack)
- [Pre-requisites](#pre-requisites)
- [Installation & Configuration](#installation--configuration)
- [Add Datasources & Dashboards](#add-a-datasources-and-dashboards)
- [Add Datasources & Dashboards](#add-datasources-and-dashboards)
- [Install Dashboards the Old Way](#install-dashboards-the-old-way)
- [Alerting](#alerting)
- [Test Alerts](#test-alerts)
@ -137,5 +137,6 @@ Several projects utilize this Prometheus stack. Here's the list of projects:
* [Docker Pulls](https://github.com/vegasbrianc/docker-pulls) - Visualize Docker-Hub pull statistics with Prometheus
* [GitHub Monitoring](https://github.com/vegasbrianc/github-monitoring) - Monitor your GitHub projects with Prometheus
* [Traefik Reverse Proxy/Load Balancer Monitoring](https://github.com/vegasbrianc/docker-traefik-prometheus) - Monitor the popular Reverse Proxy/Load Balancer Traefik with Prometheus
* [internet monitoring](https://github.com/maxandersen/internet-monitoring) - Monitor your local network, internet connection and speed with Prometheus.
*Have an intersting Project which use this Repo? Submit yours to the list*