Add community alerts/collectors to repo
Open
@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 nowcollectors/.plugin./.module./module.yaml--> a yaml file describing the module. It will be used by the marketplace websitealerts/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
- example:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.