Skip to content

Commit

Permalink
Merge pull request #52 from paskal/patch-1
Browse files Browse the repository at this point in the history
fix binary path in readme
  • Loading branch information
martin-helmich committed Nov 9, 2018
2 parents 1a5f2e2 + 2433ead commit edc1a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Expand Up @@ -26,15 +26,15 @@ a configuration file with a more advanced configuration.

Use the command-line:

./nginx-log-exporter \
./prometheus-nginxlog-exporter \
-format="<FORMAT>" \
-listen-port=4040 \
-namespace=nginx \
[PATHS-TO-LOGFILES...]

Use the configuration file:

./nginx-log-exporter -config-file /path/to/config.hcl
./prometheus-nginxlog-exporter -config-file /path/to/config.hcl

== Collected metrics

Expand Down

0 comments on commit edc1a24

Please sign in to comment.