From b4cfb04e9db6c57f5d7885b8937c94f7715d8296 Mon Sep 17 00:00:00 2001 From: Francesco Cogno Date: Mon, 20 May 2019 10:58:35 +0200 Subject: [PATCH] Corrected table column --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43091c5..92bc59b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Start the binary with `-h` to get the complete syntax. The parameters are: | -- | -- | -- | -- | -- | | `-v` | no | | | Enable verbose mode. | `-p` | no | any valid port number | 9576 | Specify the service port. This is the port your Prometheus instance should point to. -| `-n` | no | path to the wireguard configuration file | This flag adds the *friendly_name* attribute to the exported entries. See [Friendly names](#friendly-names) for more details. +| `-n` | no | path to the wireguard configuration file | | This flag adds the *friendly_name* attribute to the exported entries. See [Friendly names](#friendly-names) for more details. Once started, the tool will listen on the specified port (or the default one, 9576, if not specified) and return a Prometheus valid response at the url `/metrics`. So to check if the tool is working properly simply browse the `http://localhost:9576/metrics` (or whichever port you choose).