Commit a88823d8 authored by Ganesh Hegde's avatar Ganesh Hegde Committed by Brian Brazil

fix typo in alertmanager configuration (#970)

parent d5b9d6ed
...@@ -27,7 +27,7 @@ sending a HTTP POST request to the `/-/reload` endpoint. ...@@ -27,7 +27,7 @@ sending a HTTP POST request to the `/-/reload` endpoint.
To specify which configuration file to load, use the `-config.file` flag. To specify which configuration file to load, use the `-config.file` flag.
```bash ```bash
./alertmanager -config.file=simple.yml ./alertmanager --config.file=simple.yml
``` ```
The file is written in the [YAML format](http://en.wikipedia.org/wiki/YAML), The file is written in the [YAML format](http://en.wikipedia.org/wiki/YAML),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment