Skip to content

135. Middle Tier - Login

This check will alert if the Main IFS Application is not available after a IFS DB Idp login.

Multiple Instances: No - connects to the system url

Interval: Every 5 minutes (288 times per day)

StatusExpression
CriticalIf ( URI “/” response != HTTP 200) or ( URI “/” response != HTTP 401)


WarningIf ( URI “/” response = HTTP 401)


OKIf ( URI “/” response = HTTP 200)


UnknownMissing application response.