[Contents] [Prev] [Next] [Index] [Report an Error]

About the HostCheckServlet

The HostCheckServlet receives messages from Host Checker and posts these messages to a specified URL to display the checking result. The default URL is

http(s)://<hostname>:<port>/hostcheckPortal/HostCheck

The Host Checker sends the following type of information to the HostCheckServlet.

In the following sample message, the parameter name appears to the left of the equal sign and the value to the right.

subscriberIP=10.127.1.137
compliedPolicy1=AcmeAVIsRunning
compliedPolicy2=AcmePFIsRunning

The HostCheckServlet maps each IP address to a list of complied policies for the subscriber as a record displayed on the Host Check Result portal.


[Contents] [Prev] [Next] [Index] [Report an Error]