From e739936561670dac2be8a6cf04b3405618eb0ec8 Mon Sep 17 00:00:00 2001 From: Maksim Syomochkin Date: Mon, 1 Apr 2019 16:15:07 +0300 Subject: [PATCH] Fix #20 issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26630c8..ae2af21 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ To use with docker you must mount your status file to `/etc/openvpn_exporter/ser ```sh docker run -p 9176:9176 \ -v /path/to/openvpn_server.status:/etc/openvpn_exporter/server.status \ - kumina:openvpn_exporter -openvpn.status_paths /etc/openvpn_exporter/server.status + kumina/openvpn-exporter -openvpn.status_paths /etc/openvpn_exporter/server.status ``` Metrics should be available at http://localhost:9176/metrics.