Posted: Wed Aug 06, 2008 5:13 am Post subject: Monitoring Queue Depths in Omegamon XE
Newbie
Joined: 06 Aug 2008 Posts: 7
We want to put in place alerts for queue depths on all application queues.
There are currently a number of specific queues where we have set up a queue depth to look for for that queue or group of queues using a scan of the name.
I would like to set it up so all queues are monitored for a queue depth that is critical for the application.
I want to avoid creating thousands of situations to be administrated.
This may one of a few depths 10 50 100 500 1000.
So we want some queues to alert at 10 others not to alert to 50 etc and we don't want a second alert at 50 if its a queu that alerts at 10.
My first thought was to have a situation that fires when the queue depth reaches 10 and within that situation list all queues that we want alerting for a queue depth of 10.
However there are 1000s of queues and the formula capacity quickly fills up so this does not seem like a workable method.
The other way I thought was to put a string in the queue description !ALERT10! that could be scanned for.
This seems a bit convoluted so I am thinking I must be missing something and there is an easier way.
Joined: 15 Oct 2004 Posts: 215 Location: Basingstoke, UK
Hi,
We have a set of ranged situations So that only one will be active at a given poll interval. For example
Q_DEPTH_10% when (%full >= 10) and (%full < 20)
Q_DEPTH_20% when (%full >= 20) and (%full < 30)
We then use filters to restrict the queues that is fires for as we do not want these warnings on all queues.
The other way is to create a situation per warning.
Either way it can involve a lot of work. _________________ Keith Guttridge
-----------------
Using MQ since 1995
Yes the ranges look like a good idea to avoid duplicate alerts.
We would then still have a problem to filter thousands of queue names that we want to alert for each range.
I am going to try using a substring on the queue description.
Is there a way to display or edit the situation as a text string instead of having to click on things on the web portal ?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum