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 /defaults | |
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 'defaults')
-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 | ||