Commit dc1bc056 authored by Fabian Reinartz's avatar Fabian Reinartz

Merge pull request #457 from leecalcote/patch-1

added alertmanager start example
parents 89c197a6 7adde98d
......@@ -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