mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 10:25:17 +00:00
try fixing telegraf inside of Docker
This commit is contained in:
parent
b85621490e
commit
aad448a713
@ -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'):
|
||||
|
Loading…
Reference in New Issue
Block a user