From 8916f8fa2167abad24cfdd2a9e305160d83a6958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Duchaussois?= Date: Wed, 28 Apr 2021 16:49:16 +0200 Subject: feature: add sensor configuration --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index d4a2e18..e43c42b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,23 @@ Role Variables See [defaults/main.yml] +* `netdata_extra_config`: An array of application configurations. Defaults to `[]` + * `name`: the name of the specified collector + * `specific_task_file`: a task file to be included. + * `apt_dependencies`: an array of package dependencies + * `pip_dependencies`: an array of pip dependencies to be installed + * `extra_groups`: an array of groups to add netdata user to + * `read_files`: an array of file path to which netdata user should be granted access + * `collector_type`: `python`, `node`, `go` or `charts` + * `replace`: when a sensor is changed from one type to another allow ro remove the old configuration + * `config`: the content of the configuration file as yaml to be put in `$type.d` config + * `health_config`: the templates as in netdata acceptation for this collector, an array of templates configuration + * `name`: the template name + * `definition`: a list of string defining the template (like 'on: apache.requests') +* `netdata_alarms_overrides`: an array of override for default netdata templates + * `name`: friendly name of the override (filesystem compatible) + * `override`: the content of the override + Dependencies ------------ -- cgit v1.2.3