[GIT] refactor submodules: add all to own repo
This commit is contained in:
commit
be2b9bf3c0
27 changed files with 3311 additions and 0 deletions
10
templates/telegraf-docker.conf
Normal file
10
templates/telegraf-docker.conf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[[inputs.docker]]
|
||||
endpoint = "unix:///var/run/docker.sock"
|
||||
perdevice = false
|
||||
total = true
|
||||
container_name_include = []
|
||||
container_name_exclude = []
|
||||
# container_state_include = []
|
||||
# container_state_exclude = []
|
||||
docker_label_include = []
|
||||
docker_label_exclude = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue