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/inventory/group_vars/all
|
@ -25,3 +25,9 @@ compose_file_volumes:
|
|||
services:
|
||||
app:
|
||||
volumes: "{{ compose.volumes }}"
|
||||
|
||||
compose_file_monitoring_label:
|
||||
services:
|
||||
app:
|
||||
labels:
|
||||
com.influxdata.telegraf.enable: true
|
||||
|
|
Reference in a new issue