From b7cc6fbea7d90eddb66776b56d3d6d5712c9ddd0 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Thu, 17 Aug 2017 12:44:26 +0200 Subject: [PATCH] Add additional field to github issue template. (#645) * Add additional field to github issue template. Request the command line flags to the exporter. * Update version flag for kingpin. --- .github/ISSUE_TEMPLATE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ef970921..c76c887b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -19,9 +19,12 @@ --> ### Host operating system: output of `uname -a` -### node_exporter version: output of `node_exporter -version` +### node_exporter version: output of `node_exporter --version` +### node_exporter command line flags + + ### Are you running node_exporter in Docker?