aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2017-08-17 12:44:26 +0200
committerGitHub <noreply@github.com>2017-08-17 12:44:26 +0200
commitb7cc6fbea7d90eddb66776b56d3d6d5712c9ddd0 (patch)
tree0ada41cdb1a48ea3db9a4cbdd7284e661593f75a /.github
parentde08e38c5ec321d879fc3b26917263b779ed776e (diff)
downloadprometheus_node_collector-b7cc6fbea7d90eddb66776b56d3d6d5712c9ddd0.tar.bz2
prometheus_node_collector-b7cc6fbea7d90eddb66776b56d3d6d5712c9ddd0.tar.xz
prometheus_node_collector-b7cc6fbea7d90eddb66776b56d3d6d5712c9ddd0.zip
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.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index ef97092..c76c887 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -19,9 +19,12 @@
19--> 19-->
20### Host operating system: output of `uname -a` 20### Host operating system: output of `uname -a`
21 21
22### node_exporter version: output of `node_exporter -version` 22### node_exporter version: output of `node_exporter --version`
23<!-- If building from source, run `make` first. --> 23<!-- If building from source, run `make` first. -->
24 24
25### node_exporter command line flags
26<!-- Please list all of the command line flags -->
27
25### Are you running node_exporter in Docker? 28### Are you running node_exporter in Docker?
26<!-- Please note the warning above. --> 29<!-- Please note the warning above. -->
27 30