aboutsummaryrefslogtreecommitdiffhomepage
path: root/defaults/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'defaults/main.yml')
-rw-r--r--defaults/main.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/defaults/main.yml b/defaults/main.yml
new file mode 100644
index 0000000..822acf6
--- /dev/null
+++ b/defaults/main.yml
@@ -0,0 +1,29 @@
1---
2# Force installation even if netdata is already installed
3netdata_force_install: false
4netdata_installer: kickstart
5netdata_install_options: "--disable-telemetry"
6netdata_uninstall_before: no
7netdata_prefix: "{{ (netdata_installer == 'kickstart') | ternary('','/opt/netdata') }}"
8# A dict whcih reflect the wanted netdata.conf file
9netdata_config:
10 global:
11 history: 3996
12
13 web:
14 "listen to": 127.0.0.1
15
16# Define streaming configuration
17#netdata_streaming_configuration: {}
18netdata_streaming_configuration:
19 upstream:
20 destination: collector.example.com
21 "api key": XXXXXXX
22 downstreams:
23 - name: main
24 api_key: XXXXXXY
25
26# Define alarm notify configuration
27netdata_alarm_notify_configs: {}
28# Define a custom_sender function to be used in alarm configuration
29netdata_custom_sender_function: ""