Commit 7adde98d authored by Lee Calcote's avatar Lee Calcote

added alertmanager start example

with example config.file argument
parent 89c197a6
......@@ -25,6 +25,10 @@ A configuration reload is triggered by sending a `SIGHUP` to the process.
To specify which configuration file to load, use the `-config.file` flag.
```
./alertmanager -config.file=simple.yml
```
The file is written in the [YAML format](http://en.wikipedia.org/wiki/YAML),
defined by the scheme described below.
Brackets indicate that a parameter is optional. For non-list parameters the
......
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