From: Ben Kochie Date: Thu, 20 Jul 2017 09:09:06 +0000 (+0200) Subject: Add an issue template. (#197) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fe60611e44e4a1dfb4c774b433e345894ba25cdd;p=blackbox_exporter.git Add an issue template. (#197) --- diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..84e0bd2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,27 @@ + +### Host operating system: output of `uname -a` + +### blackbox_exporter version: output of `blackbox_exporter -version` + + +### What is the blackbox.yml module config. + +### What is the prometheus.yml scrape config. + +### What logging output did you get from the `blackbox_exporter`? + +### What did you do that produced an error? + +### What did you expect to see? + +### What did you see instead?