webcmd/cmd/webcmd/webcmd.conf-sample

22 lines
396 B
Plaintext

{
"AppTitle": "Looking Glass",
"ListenAddress": ":8192",
"MaxHistoryLines": 100,
"Commands": [
{
"Title": "Ping",
"Execution": [
{"ParamType": 0, "Value": "/bin/ping"},
{"ParamType": 0, "Value": "-c"},
{"ParamType": 0, "Value": "4"},
{"ParamType": 0, "Value": "--"},
{"ParamType": 1, "Value": "example.com", "Description": "Target host"}
]
}
]
}