try fixing telegraf inside of Docker

This commit is contained in:
Alexey Lavrenuke 2016-08-31 18:52:45 +03:00
parent b85621490e
commit aad448a713

View File

@ -147,7 +147,8 @@ class AgentWorker(threading.Thread):
close_fds=True,
shell=True,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE
stderr=subprocess.PIPE,
stdin=subprocess.PIPE,
)
def read_startup_config(self, cfg_file='agent_startup.cfg'):