Fix syntax in README.md

This commit is contained in:
Dennis Hoppe 2017-03-27 09:34:16 +02:00 committed by Tim Meusel
parent 2bf2b00d2f
commit 592f054869
No known key found for this signature in database
GPG Key ID: 04D659E6BF1C4CC0
1 changed files with 2 additions and 2 deletions

View File

@ -41,11 +41,11 @@ reports = puppetdb,prometheus
### Prometheus
Call the Prometheus node_exporter with the `--collector.textfile.directory`
Call the Prometheus node_exporter with the `-collector.textfile.directory`
flag:
```
node_exporter --collector.textfile.directory /var/lib/prometheus-dropzone
node_exporter -collector.textfile.directory=/var/lib/prometheus-dropzone
```
### Sample