180. Integration - Connect

Monitor Connect framework by checking that Connect service is available and no messages are stuck retrying.

Multiple Instances: Yes (per Connect server)

Interval: Every 5 minutes (288 times per day)

Status Expression
Critical If (Web services (SOAP Gateway) response != HTTP 200) or (Application messages with unresponding routing address > 0)

Impact The Connect server is not started.
Suggestion Contact IFS Consultant or IFS Partner for further investigation.
OK If not status Critical.
Unknown Missing application response.

Metric & Service Command line example
Web services (SOAP Gateway) java -jar application-monitoring-metrics-cli.jar http -url=https://<fqdn>:<managed_server_port>/int/soapgateway?test=true -match=response -oeq=200 -dc
Application messages with unresponding routing address java -jar application-monitoring-metrics-cli.jar db -host=localhost -instance=<instancename> -user=ifsmonitoring -pass=<password> -appowner=<value> -request=APPL_MESSAGES_WITH_RETRIES -ca=0 -do