Mobility - Touch Apps - Connection to IFS Cloud

Connection to IFS Cloud is required for the Touch Apps Server to function. This check will alert if the Touch Apps Server cannot connect to the IFS Cloud.

Multiple Instances: Yes (per Touch Apps server)

Interval: Every 5 minutes (288 times per day)

Status Expression
Critical If (HTTP POST call to IFS Cloud response != HTTP 200)

Impact The Touch Apps cannot connect to the IFS Cloud.
Suggestion Verify network connectivity including outgoing connection from Touch Apps to cloud.ifsworld.com on port 8080.
OK If not status Critical.

Metric & Service Command line example
HTTP POST call to IFS Cloud java -jar application-monitoring-metrics-cli.jar http -url "https://cloud.ifsworld.com:8080/Downlink.svc" -post "{\"SystemID\":\"myssystemid.ifsworld.com\"}" -match=response -oeq="200" -dc