README.md: Add consistency for amtool examples (#2099)

All the examples are written with `$ amtool` except for two of them.
This change will add `$ amtool` for all of them.

Signed-off-by: Charles JUDITH <c.judith@criteo.com>
This commit is contained in:
Charles JUDITH 2019-11-10 18:01:34 +01:00 committed by Max Inden
parent 196c62f488
commit 64acc9bdf9

View File

@ -316,10 +316,10 @@ and it prints out all receivers the alert would match ordered and separated by `
Example of usage:
```
# View routing tree of remote Alertmanager
amtool config routes --alertmanager.url=http://localhost:9090
$ amtool config routes --alertmanager.url=http://localhost:9090
# Test if alert matches expected receiver
./amtool config routes test --config.file=doc/examples/simple.yml --tree --verify.receivers=team-X-pager service=database owner=team-X
$ amtool config routes test --config.file=doc/examples/simple.yml --tree --verify.receivers=team-X-pager service=database owner=team-X
```
## High Availability