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.
Andrew Maguire committed
Dec 1, 2020 at 23:18 UTC
c62f5cf894dc18b9b90900d147e86b2c1058d7cf
1 file changed
+1
collectors/python.d.plugin/README.md
+1
@@ -263,5 +263,6 @@ At minimum, to be buildable and testable, the PR needs to include:
263
- A makefile for the plugin at `collectors/python.d.plugin/<module_dir>/Makefile.inc`. Check an existing plugin for what this should look like.
264
- 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).
265
- 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.
266
+- 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`.
267
268
[](<>)