Add Docker container support

This commit is contained in:
Jeroen Geusebroek
2019-01-22 16:24:21 +01:00
parent 8cdce07205
commit 9f98ae6a76
9 changed files with 168 additions and 20 deletions

View File

@ -14,6 +14,12 @@ telegraf_agent_flush_jitter: 0
telegraf_agent_aws_tags: False
telegraf_agent_aws_tags_prefix: ""
# Docker specific settings
telegraf_agent_docker: False
telegraf_agent_docker_name: telegraf
telegraf_agent_docker_network_mode: bridge
telegraf_agent_docker_restart_policy: unless-stopped
# v0.13 settings (not sure if supported in older version):
telegraf_agent_collection_jitter: 0
telegraf_agent_metric_batch_size: 1000