From 6580c95305dd97499025bf3bcfc9a461173ffa54 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Wed, 22 Mar 2017 17:20:34 +0100 Subject: [PATCH] Add info about flags to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9d742d88..d139cef4 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,10 @@ mv /path/to/directory/role.prom.$$ /path/to/directory/role.prom make ./node_exporter +To see all available configuration flags: + + ./node_exporter -h + ## Running tests make test