1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-19 06:09:30 +00:00
ctrl/example/toShip1-CLICommand-Two.json

18 lines
366 B
JSON
Raw Normal View History

2021-03-05 13:10:46 +01:00
[
{
"toNode": "ship1",
"data": ["bash","-c","netstat -an|grep -i listen"],
"method":"CLICommand",
"timeout":5,
"retries":10
},
{
"toNode": "ship1",
"data": ["bash","-c","netstat -an|grep -i listen"],
"method":"CLICommand",
"timeout":5,
"retries":10
}
]