health-check-config

Option to enable an EMS status port for external entities, such as a load balancer, to easily check on EMS server readiness using a standard http interface.

This port supports two standard HTTP GET probes:
  • /isLive returns 200 if the server is running
  • /isReady returns 200 if the server is active (as opposed to standby).

Enter a port number to turn the setting on.

Once a port is set, enter two single quotes '' in lieu of an existing port value, to turn the setting off.

To set health-check-config, log into the appliance and open the EMS Setup CLI.

Run the health-check-config command as seen in the following example:
health-check-config
Now entering setup...
Ctrl-d can be used to prematurely exit.
Use '' (two single quotes) to delete an existing value.
Health Check webserver port for Instance 0(): <enter port number>
Health Check webserver port for Instance 1(): <enter port number>
Once you have entered the ports, save and then apply the changes using the following commands:
config-save
config-apply
The following ports numbers cannot be used for this command:
  • Port 1024 and below.
  • Port 9990.
  • Additionally, any EMS or peer EMS ports that are currently set, are also unavailable.