Web Client - Webservice Access

Business-to-employee (b2e) and Business-to-business (b2b) needs access to their respective web interface in order to work properly. This check will alert if the b2e or b2b Web Interface is unreachable.

Multiple Instances: Yes (per Web Client (i.e. b2b, b2e))

Interval: Every 5 minutes (288 times per day)

Status Expression
Critical If (URI Response for b2e response != HTTP 200) or (URI Response for b2b response != HTTP 200)

Impact Resource is not accessible and end-users cannot access the web client.
Suggestion May be a problem with the HTTP Server or with the Application Server. Look for more information in respective log files.
OK If not status Critical.
Unknown Missing application response.

Metric & Service Command line example
URI Response for b2e java -jar application-monitoring-metrics-cli.jar http -url=https://<uri>/b2e/ -match=response -oeq=200 -dc
URI Response for b2b java -jar application-monitoring-metrics-cli.jar http -url=https://<uri>/b2b/ -match=response -oeq=200 -dc