From 2b6511a60a6f14de4a795e3bf1e4cc9319ef105a Mon Sep 17 00:00:00 2001 From: Claudio Kuenzler Date: Wed, 17 Nov 2021 06:53:02 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..21ff22d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Before actually creating a new issue** +I confirm, I have read the FAQ (https://www.claudiokuenzler.com/blog/308/check-esxi-hardware-faq-frequently-asked-questions): Y/N +I confirm, I have restarted the CIM server (` /etc/init.d/sfcbd-watchdog restart `) on the ESXi server and the problem remains: Y/N +I confirm, I have cleared the server's local IPMI cache (`localcli hardware ipmi sel clear`) and restarted the services (`/sbin/services.sh restart`) on the ESXi server and the problem remains: Y/N + +**Describe the bug** +A clear and concise description of what the bug is. + +**Show the full plugin output, including the command with -V parameter** +Run the plugin with `-V` parameter and show the full output (including command) here. Obviously obfuscate credentials. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Versions:** + - check_esxi_hardware plugin: + - VMware ESXi: + - pywbem: + - Python: + - Third party tools (Dell OMSA, HP Offline Bundle, etc): + +**Additional context** +Add any other context about the problem here.