Message filter - to notify ActiveRecipients
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2017 03:28 AM
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.
- Labels:
-
Email Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2017 05:03 AM
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
