130. Middle Tier - Access

Connection to the Managed Server Web Interface is required in order for IFS Applications to function properly. This check will alert if the Managed Server Web Interface is unreachable.
The access can also be verified with a Aurena login with a database account as an admin mode connection towards the IFS database identity provider.

Multiple Instances: Yes (per Managed Server)

Interval: Every 5 minutes (288 times per day)

Status Expression
Critical If (URI “/main/compatibility/clientgateway/server-status” response != HTTP 200)
Impact The resource cannot connect the database and is not functional.
Suggestion You probably have some problem with the current main Managed Server. If all of your Managed Servers have this error it may indicate database problems as well.

If (URI “/int/compatibility/clientgateway/server-status” response != HTTP 200)
Impact The resource cannot connect the database and is not functional.
Suggestion You probably have some problem with the current integration Managed Server. If all of your Managed Servers have this error it may indicate database problems as well.

OK If not status Critical.
Unknown Missing application response.

Metric & Service Command line example
URI Response main java -jar application-monitoring-metrics-cli.jar http -url=https://<fqdn>:<manager_port>/main/compatibility/clientgateway/server-status -match=response -oeq=200 -dc
URI Response int java -jar application-monitoring-metrics-cli.jar http -url=https://<fqdn>:<manager_port>/int/compatibility/clientgateway/server-status -match=response -oeq=200 -dc