]> git.immae.eu Git - github/fretlink/ansible-netdata_straight.git/blob - defaults/main.yml
ci: small fixes
[github/fretlink/ansible-netdata_straight.git] / defaults / main.yml
1 ---
2 # Force installation even if netdata is already installed
3 netdata_force_install: false
4 netdata_installer: kickstart
5 netdata_install_options: "--disable-telemetry"
6 netdata_uninstall_before: no
7 netdata_prefix: "{{ (netdata_installer == 'kickstart') | ternary('','/opt/netdata') }}"
8 # A dict whcih reflect the wanted netdata.conf file
9 netdata_config:
10 global:
11 history: 3996
12 web:
13 "listen to": 127.0.0.1
14
15 # Define streaming configuration
16 #netdata_streaming_configuration: {}
17 netdata_streaming_configuration:
18 upstream:
19 destination: collector.example.com
20 "api key": XXXXXXX
21 downstreams:
22 - name: main
23 api_key: XXXXXXY
24
25 # Define alarm notify configuration
26 netdata_alarm_notify_configs: {}
27 # Define a custom_sender function to be used in alarm configuration
28 netdata_custom_sender_function: ""