Merge pull request #35 from butlerx/bugfix/readme-format

Fix markdown formatting errors
This commit is contained in:
Brian Christner 2017-04-03 14:02:06 +02:00 committed by GitHub
commit 4d2cf49437
1 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ View Alert Manager `http://<Host IP Address>: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"``
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.