From 36a7b4a871ba5b72bdd5c260a90a6f207bc71fad Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Thu, 28 Jul 2016 13:43:03 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a44df61..bbdeb61 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,13 @@ The Slack configuration requires to build a custom integration. View Prometheus alerts `http://:9090/alerts` View Alert Manager `http://:9093` +### Test Alerts +A quick test for your alerts is to stop a service. Stop the node_exporter container and you should notice shortly the alert arrive in Slack. Also check the alerts in both the Alert Manager and Prometheus Alerts just to understand how they flow through the system. + +High load test alert - `docker run --rm -it busybox sh -c "while true; do :; done"`` + +Let this run for a few minutes and you will notice the load alert appear. + ## Install Dashboard I created a Dashboard template which is available on [Grafana Docker Dashboard](https://grafana.net/dashboards/179). Simply download the dashboard and select from the Grafana menu -> Dashboards -> Import