Skip to content

Commit 162f447

Browse files
committed
telegraf: fix deprecated options
Fixes #556
1 parent e4a4c99 commit 162f447

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.templates/telegraf/iotstack_defaults/auto_include/inputs.docker.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
[[inputs.docker]]
44
endpoint = "unix:///var/run/docker.sock"
55
gather_services = false
6-
container_names = []
76
source_tag = false
87
container_name_include = []
98
container_name_exclude = []
109
timeout = "5s"
1110
perdevice = false
12-
total = true
11+
total_include = ["cpu", "blkio", "network"]
1312
docker_label_include = []
1413
docker_label_exclude = []
1514
tag_env = ["HEAP_SIZE"]

0 commit comments

Comments
 (0)