diff options
Diffstat (limited to 'defaults/main.yml')
-rw-r--r-- | defaults/main.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/defaults/main.yml b/defaults/main.yml index 822acf6..3026012 100644 --- a/defaults/main.yml +++ b/defaults/main.yml | |||
@@ -9,7 +9,6 @@ netdata_prefix: "{{ (netdata_installer == 'kickstart') | ternary('','/opt/netdat | |||
9 | netdata_config: | 9 | netdata_config: |
10 | global: | 10 | global: |
11 | history: 3996 | 11 | history: 3996 |
12 | |||
13 | web: | 12 | web: |
14 | "listen to": 127.0.0.1 | 13 | "listen to": 127.0.0.1 |
15 | 14 | ||
@@ -27,3 +26,8 @@ netdata_streaming_configuration: | |||
27 | netdata_alarm_notify_configs: {} | 26 | netdata_alarm_notify_configs: {} |
28 | # Define a custom_sender function to be used in alarm configuration | 27 | # Define a custom_sender function to be used in alarm configuration |
29 | netdata_custom_sender_function: "" | 28 | netdata_custom_sender_function: "" |
29 | netdata_extra_config: [] | ||
30 | netdata_alarms_overrides: [] | ||
31 | |||
32 | netdata_pip_package: | ||
33 | Ubuntu20.04: python3-pip | ||