110. Middle Tier - Datasource Connection Pool¶
The data sources (fndbas and fndbasXA) are limited resources. This check will indicate if the datasource health is faulty, high utilized or requests need to wait. If Current Capacity is zero it will indicate that no connection to the database exists.
Multiple Instances: Yes (fndbas and fndbasXA: per managed server)
Interval: Every 5 minutes (288 times per day)
Status | Expression |
---|---|
Critical | If ( ConnectionPool Status fndbas == “Error”) or ( ConnectionPool Status fndbasXA == “Error”) |
Warning | If ( ConnectionPool Status fndbas == “Warning”) or ( ConnectionPool Status fndbasXA == “Warning”) or ( Current Count fndbas > 90%) or ( Current Count fndbasXA > 90%) or ( Average Wait fndbas > xx) or ( Average Wait fndbasXA > xx) or ( Current Capacity fndbas == 0) or ( Current Capacity fndbasXA == 0) |
OK | If not status Warning or Critical. |
Unknown | Missing application response. |