Cloud Pak System Software Monitoring Server situations

The Enterprise Navigator item has a set of predefined situations. They appear within theCloud Pak System Software Monitoring Server entry of the Situation editor.

Deploy_Failed
This situation becomes true and an event is opened when one or more agent deployments has failed. Default: Do not Run at startup. Show Formula:
( Status == Failed)
Deploy_Retrying
This situation becomes true and an event is opened when one or more agent deployments is in the FailedRetry state, which means it has failed an attempt to deploy and is making another attempt. Default: Do not Run at startup. Show Formula:
( Status == 'Failed Retrying')
Hub_Catalog_Critical
This situation becomes true and an event is opened when an application catalog that is installed at a remote monitoring server is not installed at the hub monitoring server. This can happen when application support has not been selected for the hub during installation. Default: Do not Run at startup. Show formula Show Formula:
( Status == Missing At Hub) AND (Catalog != 'PDSSTATS')
Hub_Catalog_Warning
This situation becomes true and an event is opened when an application catalog that is installed at a remote monitoring server is newer than what is installed at the hub monitoring server. This is a warning that the application support for the component is out of date. This might not be a problem if the hub has not been upgraded yet. Default: Do not Run at startup. Show formula Show Formula:
( Status == RTEMS Newer)
Remote_Catalog_Warning
This situation becomes true and an event is opened when an application catalog that is installed at the hub monitoring server is not also installed at a remote monitoring server; or an application catalog that is installed at the hub is newer than what is installed at a remote monitoring server.
This might not be a problem if the remote monitoring server has not been upgraded yet. Also, the remote system might be intentionally not supporting the subject application, or might only be supporting an older version of the application. Default: Do not Run at startup. Show formula Show Formula:
((Status == Missing At Hub) AND (Catalog != 'PDSSTATS')) OR 
(Status == Hub_Newer)
TEMS_Busy
This situation becomes true and an event is opened when the Tivoli Enterprise Monitoring Server is continually busy. Default: Do not Run at startup. Show formula Show Formula:
( Product == 'EM' AND Reason == 'H')