1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-08 13:09:16 +00:00
ctrl/doc/example-messages/tail-file.json

12 lines
264 B
JSON
Raw Permalink Normal View History

2021-04-13 09:28:52 +00:00
[
{
"directory": "./mine-tail-filer/",
"fileName": "somefile.log",
2021-04-13 09:28:52 +00:00
"toNode": "ship2",
"data": ["/var/log/system.log"],
"method":"tailFile",
"ACKTimeout":5,
2021-04-13 09:28:52 +00:00
"retries":3,
"methodTimeout": 10
2021-04-13 09:28:52 +00:00
}
]