summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorAndrew Maguire <andrewm4894@gmail.com>2020-12-01 23:18:30 +0000
committerGitHub <noreply@github.com>2020-12-01 16:18:30 -0700
commitc62f5cf894dc18b9b90900d147e86b2c1058d7cf (patch)
tree82322d9f6eb7a1b74bce03b67406d05e204587d0 /collectors
parent37d599cb65cb3c433dfd9aa2a129261c53e1f72a (diff)
Add optional info on how to also add some default alarms as part of submitting a collector. (#10302)
Adding an optional bullet point for how/where to also add any default alarm configurations for a new collector if you wish.
Diffstat (limited to 'collectors')
-rw-r--r--collectors/python.d.plugin/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/collectors/python.d.plugin/README.md b/collectors/python.d.plugin/README.md
index 476f5858d9..a05bc81dd8 100644
--- a/collectors/python.d.plugin/README.md
+++ b/collectors/python.d.plugin/README.md
@@ -263,5 +263,6 @@ At minimum, to be buildable and testable, the PR needs to include:
- A makefile for the plugin at `collectors/python.d.plugin/<module_dir>/Makefile.inc`. Check an existing plugin for what this should look like.
- A line in `collectors/python.d.plugin/Makefile.am` including the above-mentioned makefile. Place it with the other plugin includes (please keep the includes sorted alphabetically).
- Optionally, chart information in `web/gui/dashboard_info.js`. This generally involves specifying a name and icon for the section, and may include descriptions for the section or individual charts.
+- Optionally, some default alarm configurations for your collector in `health/health.d/<module_name>.conf` and a line adding `<module_name>.conf` in `health/Makefile.am`.
[![analytics](https://www.google-analytics.com/collect?v=1&aip=1&t=pageview&_s=1&ds=github&dr=https%3A%2F%2Fgithub.com%2Fnetdata%2Fnetdata&dl=https%3A%2F%2Fmy-netdata.io%2Fgithub%2Fcollectors%2Fpython.d.plugin%2FREADME&_u=MAC~&cid=5792dfd7-8dc4-476b-af31-da2fdb9f93d2&tid=UA-64295674-3)](<>)