cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
667
Views
0
Helpful
1
Replies

Message filter - to notify ActiveRecipients

Ben Mclean
Level 1
Level 1

Hi, 

is there a way in the current release of Asyncos version 10.0.1-103 that you can create a message filter that would send an alert if the ActiveRecipients queue gets above a certain threshold? I have seen examples of this working for the workqueue and was wondering is this is possible in for the ActiveRecipients queue. 

1 Reply 1

Libin Varghese
Cisco Employee
Cisco Employee

Hi Ben,

I see a feature request filed to include this in the future, however currently message/content filters do not have the capability to do that.

[Field Request] Implement alerts for monitoring Delivery Queue

https://bst.cloudapps.cisco.com/bugsearch/bug/CSCzv96453/?reffering_site=dumpcr

The only workaround that I can think of at the moment would be to push status logs from the appliance to a syslog server and have third party scripts alert based off value for field ActvRcp (column number 57)

Example:

cat status.log.current | awk '{print $57}'

Thank You!

Libin Varghese