Commit bb53c6b3 authored by Fabian Reinartz's avatar Fabian Reinartz

Merge pull request #77 from stapelberg/patch-1

Fix rule_checker example
parents b484abd8 b9fc40d4
......@@ -21,7 +21,7 @@ a Prometheus server, install and run Prometheus's `rule_checker` tool:
go get -u github.com/prometheus/prometheus
go install github.com/prometheus/prometheus/tools/rule_checker
rule_checker -ruleFile=/path/to/example.rules
rule_checker /path/to/example.rules
```
When the file is syntactically valid, the checker prints a textual
......
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