aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJulius Volz <julius.volz@gmail.com>2017-03-22 17:20:34 +0100
committerGitHub <noreply@github.com>2017-03-22 17:20:34 +0100
commit6580c95305dd97499025bf3bcfc9a461173ffa54 (patch)
treef78a760f9cfba4099dcb9c29d5f39e8eec1483b5 /README.md
parent840ba5dcc71a084a3bc63cb6063003c1f94435a6 (diff)
downloadprometheus_node_collector-6580c95305dd97499025bf3bcfc9a461173ffa54.tar.bz2
prometheus_node_collector-6580c95305dd97499025bf3bcfc9a461173ffa54.tar.xz
prometheus_node_collector-6580c95305dd97499025bf3bcfc9a461173ffa54.zip
Add info about flags to README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9d742d8..d139cef 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,10 @@ mv /path/to/directory/role.prom.$$ /path/to/directory/role.prom
105 make 105 make
106 ./node_exporter <flags> 106 ./node_exporter <flags>
107 107
108To see all available configuration flags:
109
110 ./node_exporter -h
111
108## Running tests 112## Running tests
109 113
110 make test 114 make test