From 2433eadb137404dbdfba79998b53fb4c1452d0ea Mon Sep 17 00:00:00 2001 From: Dmitry Verkhoturov Date: Fri, 9 Nov 2018 15:31:05 +0300 Subject: [PATCH] fix binary path in readme --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index fc200a3..4b32f06 100644 --- a/README.adoc +++ b/README.adoc @@ -26,7 +26,7 @@ a configuration file with a more advanced configuration. Use the command-line: - ./nginx-log-exporter \ + ./prometheus-nginxlog-exporter \ -format="" \ -listen-port=4040 \ -namespace=nginx \ @@ -34,7 +34,7 @@ Use the command-line: Use the configuration file: - ./nginx-log-exporter -config-file /path/to/config.hcl + ./prometheus-nginxlog-exporter -config-file /path/to/config.hcl == Collected metrics