Command Line Interface Reference Guide > The Configuration Menu > /cfg/sys/health System Health Check Configuration Menu
/cfg/sys/health
System Health Check Configuration Menu
 
[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
 
System Health Check Configuration Menu Options (/cfg/sys/health) 
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.