Add docker_log monitoring to telegraf

This commit is contained in:
Tobias Reisinger 2023-12-13 01:11:54 +01:00
parent 253206da97
commit a90840b1dc
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
8 changed files with 58 additions and 13 deletions
_ansible/templates

View file

@ -9,4 +9,8 @@
{%- set compose_file = compose_file | combine(compose_file_volumes, recursive=True) -%}
{%- endif -%}
{%- if compose.monitoring | default(False) -%}
{%- set compose_file = compose_file | combine(compose_file_monitoring_label, recursive=True) -%}
{%- endif -%}
{{ compose_file | to_nice_yaml }}