IMS_CMD_MSC_Q_Count_Critical
Monitors the queue count for MSC logical links, and automatically issues a message when Queue_Count is greater than or equal to 100 messages.
The formula is:
Local_MSC_Logical_Links.Queue_Count GE
55, send the following message to user (xxxxxxx):
“MSC Q Count
has exceeded the critical threshold.”
IMS_MSC_Queue_Count_Critical
Monitors the queue count for MSC logical links, detecting a critical condition when Queue_Count is greater than or equal to 100 messages.
The formula is:
Local_MSC_Logical_Links.Queue_Count GE
100
IMS_MSC_Queue_Count_Warning
Monitors the queue count for MSC logical links, detecting a warning condition when Queue_Count is in the range of 50 to 99 messages.
The formula is:
Local_MSC_Logical_Links.Queue_Count GE
50 AND Local_ MSC_Logical_Links.Queue_Count LE 99