mirror of
https://github.com/postmannen/ctrl.git
synced 2025-01-07 04:49:17 +00:00
18 lines
366 B
JSON
18 lines
366 B
JSON
|
[
|
||
|
{
|
||
|
|
||
|
"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
|
||
|
}
|
||
|
]
|