mirror of
https://github.com/postmannen/ctrl.git
synced 2025-01-05 20:09:16 +00:00
18 lines
No EOL
366 B
JSON
18 lines
No EOL
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
|
|
}
|
|
] |