cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is it possible to create an alert when no readers/consumers on the IBM queues?

Sisapy09
Guide

if we can find consumer service count for queue with DQL also will be available. if anyone knows, please guide me

3 REPLIES 3

erh_inetum
Champion

Hi @Sisapy09 ,

I think you can create a metric event using a metric from confluence or kafka extensiones.

For example, you can create an alert from metric event using this query:

kafka.consumer.successful.authentication.total.count

In DQL, you could use this metric in Anomaly Detector:

fetch events
| filter matchesValue(event.kind, "DAVIS_EVENT")
| filter matchesValue(event.type, "AVAILABILITY_EVENT")
| filter matchesValue(event.status, "ACTIVE")
| limit 20

 

Hope it helps.

Regards,

Elena.

i am looking for consumer service count on IBM MQ queues, not related Kafka consumers

Kaladhar
Frequent Guest

Hi @Sisapy09 ,

'ibmmq.queue.open_input_handles' is the metric you are looking for. You can use this metric in a query in 'advance mode' of Data explorer or in DQL for dashboards.

And for alerts, use the metric with desired threshold value. 

For Example

IPPROCS eq 0 for 5 mins.

 

Thanks,

 

Featured Posts