Merge pull request #10 from voxpupuli/dhoppe-patch-1

Fix syntax
This commit is contained in:
Tim Meusel 2017-04-19 13:20:17 +02:00 committed by GitHub
commit 3fcb1aa6aa
1 changed files with 2 additions and 2 deletions

View File

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