]> git.immae.eu Git - github/fretlink/ansible-netdata_straight.git/blobdiff - README.md
Merge pull request #5 from fretlink/publish_on_galaxy
[github/fretlink/ansible-netdata_straight.git] / README.md
index d4a2e18e902911d6fb196e2df38337ba84b58926..e43c42b2081f6d699f0ddb6141c2d711d054bc40 100644 (file)
--- 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
 ------------