diff options
author | Gaƫtan <36162164+gaetanfl@users.noreply.github.com> | 2021-11-03 10:33:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-03 10:33:24 +0100 |
commit | 9f55450f44645d9479bdbb2b9209c566f26e4d10 (patch) | |
tree | 80131ed79f1b6233db736dfc223d7dfa2de73207 /README.md | |
parent | d533407af1f4e5d55bb778fabf4b9b0d9bb1ed56 (diff) | |
parent | ffadb834d15c8bff62cb4133d5b5156e5dfef55b (diff) | |
download | ansible-netdata_straight-9f55450f44645d9479bdbb2b9209c566f26e4d10.tar.gz ansible-netdata_straight-9f55450f44645d9479bdbb2b9209c566f26e4d10.tar.zst ansible-netdata_straight-9f55450f44645d9479bdbb2b9209c566f26e4d10.zip |
Merge pull request #2 from fretlink/add_config
Add configuration for sensors
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -13,6 +13,23 @@ Role Variables | |||
13 | 13 | ||
14 | See [defaults/main.yml] | 14 | See [defaults/main.yml] |
15 | 15 | ||
16 | * `netdata_extra_config`: An array of application configurations. Defaults to `[]` | ||
17 | * `name`: the name of the specified collector | ||
18 | * `specific_task_file`: a task file to be included. | ||
19 | * `apt_dependencies`: an array of package dependencies | ||
20 | * `pip_dependencies`: an array of pip dependencies to be installed | ||
21 | * `extra_groups`: an array of groups to add netdata user to | ||
22 | * `read_files`: an array of file path to which netdata user should be granted access | ||
23 | * `collector_type`: `python`, `node`, `go` or `charts` | ||
24 | * `replace`: when a sensor is changed from one type to another allow ro remove the old configuration | ||
25 | * `config`: the content of the configuration file as yaml to be put in `$type.d` config | ||
26 | * `health_config`: the templates as in netdata acceptation for this collector, an array of templates configuration | ||
27 | * `name`: the template name | ||
28 | * `definition`: a list of string defining the template (like 'on: apache.requests') | ||
29 | * `netdata_alarms_overrides`: an array of override for default netdata templates | ||
30 | * `name`: friendly name of the override (filesystem compatible) | ||
31 | * `override`: the content of the override | ||
32 | |||
16 | Dependencies | 33 | Dependencies |
17 | ------------ | 34 | ------------ |
18 | 35 | ||