Enables an HTTP server running on monitoring ports to respond to HTTP health check heartbeats. This functionality can be used to monitor the health of a virtual Network Security appliance deployed in Amazon Web Services (AWS).
Syntax
policymgr interface <port-pair> health-check http port <port>
no policymgr interface <port-pair> health-check http port <port>
no policymgr interface <port-pair> health-check http
Parameters
no
Use the no form of this command with the port parameter to disable the HTTP health-check service on a specific HTTP port configured on an interface.
Use the no form of this command without the port parameter to disable the health-check service on all HTTP ports configured on an interface.
port
The port number (1-65535) on which the HTTP server is running.
interface
The port pair on which the HTTP health-check service is running.
Examples
The following example enables HTTP health checks on interface A using port 80.
hostname (config ) # policymgr interface A health-check http port 80
The following example disables the HTTP health-check service on all configured ports on interface A.
hostname (config) # no policymgr interface A health-check http
User role
Operator or Admin
Command mode
Config
Supported appliances
This command is supported on the following appliances running the specified releases or later:
Network Security: Release 9.0.0 for AWS-supported models. This command replaces the
policymgr datapath health-check http port <port>command introduced in release 8.3.0 and removed in release 9.0.0.