From 08e40e4a45d715a367dbd60e3fe89553ce479d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Duchaussois?= Date: Mon, 1 Mar 2021 18:18:24 +0100 Subject: initial import from private repo --- defaults/main.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 defaults/main.yml (limited to 'defaults') 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 @@ +--- +# Force installation even if netdata is already installed +netdata_force_install: false +netdata_installer: kickstart +netdata_install_options: "--disable-telemetry" +netdata_uninstall_before: no +netdata_prefix: "{{ (netdata_installer == 'kickstart') | ternary('','/opt/netdata') }}" +# A dict whcih reflect the wanted netdata.conf file +netdata_config: + global: + history: 3996 + + web: + "listen to": 127.0.0.1 + +# Define streaming configuration +#netdata_streaming_configuration: {} +netdata_streaming_configuration: + upstream: + destination: collector.example.com + "api key": XXXXXXX + downstreams: + - name: main + api_key: XXXXXXY + +# Define alarm notify configuration +netdata_alarm_notify_configs: {} +# Define a custom_sender function to be used in alarm configuration +netdata_custom_sender_function: "" -- cgit v1.2.3