netdata / netdata/community

Add community alerts/collectors to repo

Open
#37 1 comment 0 reactions 2 assignees View on GitHub

@ilyam8 is already working on this.

Since Jul 27, 2021.

Dominant language
Jupyter Notebook
Stars
80
Forks
32
PR merge metrics
No merged PRs in 30d

Description

  • Define community collectors
  • Define community alerts
  • clone files to community repo
  • remove files from main repo

repo structure

  • apps/ --> applications building on or extending netdata (e.g netdata-api, configuration management, etc.)
  • collectors/plugin/module/* --> source files for the particular collector as exists in the respective directory now
  • collectors/.plugin./.module./module.yaml --> a yaml file describing the module. It will be used by the marketplace website
  • alerts/module/alert.conf --> a conf file with a single alert definition. This will be appended into the alert file for the particular module. It enables us to have multiple alerts for the same module, without overloading a single configuration file.
    • example: /geth/goroutines.conf, /geth/chainhead.conf

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.