[System TCP Health Menu] add - Add TCP services to listen for health check rem - Remove TCP services from listening on - Turn system TCP health services ON off - Turn system TCP health services OFF cur - Display current TCP health services configuration |
Command Syntax and Usage | |
---|---|
add <TCP port (2-65534)> | |
Adds TCP services to listen to the health checks. Specify a TCP service port number, such as 80 for HTTP. Health check scripts cannot be run using protocols with SSL encapsulation (HTTPS, FTPS, and so on). | |
rem <TCP port (2-65534)> | |
Removes TCP services that were added for listening to health checks. Specify a TCP service port number, such as 80 for HTTP. | |
on | |
Turns on the TCP health check services. | |
off | |
Turns off the TCP health check services. | |
cur | |
Displays the current TCP health check services configuration. |