1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +00:00
ctrl/example/toShip1-CLICommand.json

11 lines
No EOL
222 B
JSON

[
{
"toNode": "ship1",
"data": ["bash","-c","sleep 5 && netstat -an|grep -i listen"],
"method":"CLICommand",
"timeout":3,
"retries":3,
"MethodTimeout": 7
}
]