]> git.immae.eu Git - github/fretlink/ansible-netdata_straight.git/blame - defaults/main.yml
feature: add sensor configuration
[github/fretlink/ansible-netdata_straight.git] / defaults / main.yml
CommitLineData
08e40e4a
GD
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
08e40e4a
GD
12 web:
13 "listen to": 127.0.0.1
14
15# Define streaming configuration
16#netdata_streaming_configuration: {}
17netdata_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
26netdata_alarm_notify_configs: {}
27# Define a custom_sender function to be used in alarm configuration
28netdata_custom_sender_function: ""
8916f8fa
GD
29netdata_extra_config: []
30netdata_alarms_overrides: []
31
32netdata_pip_package:
33 Ubuntu20.04: python3-pip