Skip to content

Latest commit

 

History

History
101 lines (101 loc) · 3.37 KB

BUG_REPORT.yml

File metadata and controls

101 lines (101 loc) · 3.37 KB
NameAboutLabelsAssignees
Netdata Agent: Bug reportSubmit a report and help us improve our free and open-source Netdata Agentbug,needs triage

Thank you for contributing to our project!

Before submitting, we'd appreciate it if you:

  • Verify that your issue is not already reported on GitHub.
  • Check if your Netdata Agent is up to date. If not, we recommend that you update first.

Provide a description of the bug you're experiencing.

Describe what you expected to happen.

Describe the steps to reproduce the bug.

Select installation method you used.
Describe the method in the "Additional info" section if you chose "other".

Provide information about your system. To get this information, execute one of the following commands based on your OS:

# Linux
uname -a; grep -HvE "^#|URL" /etc/*release
# BSD
uname -a; uname -K
# macOS
uname -a; sw_vers

NOTE: This will be automatically formatted into code, so no need for backticks.

Provide Netdata Agent version and build info. To get this information, execute:

netdata -W buildinfo
# If get "netdata: command not found", try (required running Netdata)
$(ps aux | grep -m1 -E -o "[a-zA-Z/]+netdata ") -W buildinfo

NOTE: This will be automatically formatted into code, so no need for backticks.

Any additional information related to the issue (ex. logs).