diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2021-04-28 16:49:16 +0200 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2021-04-28 17:01:14 +0200 |
commit | 8916f8fa2167abad24cfdd2a9e305160d83a6958 (patch) | |
tree | 4ca417c914c3a84cd6ddeb30158a7ae4746ddb54 /defaults | |
parent | 0b423e4532da6a8e65b0cc5de00fe786c82d5013 (diff) | |
download | ansible-netdata_straight-8916f8fa2167abad24cfdd2a9e305160d83a6958.tar.gz ansible-netdata_straight-8916f8fa2167abad24cfdd2a9e305160d83a6958.tar.zst ansible-netdata_straight-8916f8fa2167abad24cfdd2a9e305160d83a6958.zip |
feature: add sensor configuration
Diffstat (limited to 'defaults')
-rw-r--r-- | defaults/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/defaults/main.yml b/defaults/main.yml index 12c5fe6..3026012 100644 --- a/defaults/main.yml +++ b/defaults/main.yml | |||
@@ -26,3 +26,8 @@ netdata_streaming_configuration: | |||
26 | netdata_alarm_notify_configs: {} | 26 | netdata_alarm_notify_configs: {} |
27 | # Define a custom_sender function to be used in alarm configuration | 27 | # Define a custom_sender function to be used in alarm configuration |
28 | 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 | ||