...
The fs_cli
program can connect to
Fs |
---|
Status | ||||
---|---|---|---|---|
|
Status | ||||
---|---|---|---|---|
|
...
5.3.2 Configuration options
Option | Description | Example | ||||||
---|---|---|---|---|---|---|---|---|
host => <hostname> | Host to connect (default is 127.0.0.1) | host => 127.0.0.1 | ||||||
port => <port> | Port to connect (default is 8021) | port => 8021 | ||||||
user => <username> | user@domain | |||||||
password => <password> | Password (default is "ClueCon") | password => ClueCon | ||||||
| Allow Control-c to interrupt | |||||||
execute => <command> | Execute command and exit | |||||||
loglevel => console | alert | crit | err | warning | notice | info | debug | Set log Level (default is debug ) | |||||||
log-uuid => true | false | Include UUID in log output | |||||||
log-uuid-short => true | false | Include shortened UUID in log output | |||||||
quiet => true | false | Disable logging | |||||||
retry => true | false | Retry connection on failure every two seconds until connected (or until 2 minutes has passed) | |||||||
reconnect => true | false | Reconnect if disconnected | |||||||
debug => <0 .. 7> | Debug Level (0 - 7) | |||||||
batchmode => true | false | Batch mode
| |||||||
timeout => <milliseconds> | Timeout for API commands (in miliseconds) | |||||||
connect-timeout => <milliseconds> | Timeout for socket connection (in miliseconds) | |||||||
no-color => true | false | Disable color | |||||||
key_f<n> | Set F1 - F12 keys for a certain functionality.
| See example at 5.3.1 Format above. |
6. Wish List
- Option to see all output to include FS console output.
- Option to see all output from all fs_cli instances connected to the FS box, plus the console.
- Option to connect to more than one FS box.
...