Add docker_log monitoring to telegraf
This commit is contained in:
parent
253206da97
commit
a90840b1dc
8 changed files with 58 additions and 13 deletions
_ansible/templates
|
@ -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 }}
|
||||
|
|
Reference in a new issue