Support Questions

Find answers, ask questions, and share your expertise

Who agreed with this topic

Trigger works but not sending alerts

avatar
Contributor

I created a trigger for a flume in cloudera manager, with a certain condition (Eps drops to < 5). Here is the condition:

 

SELECT event_put_success_rate_across_flume_channels WHERE entityName="flume" AND last(event_put_success_rate_across_flume_channels) <= 5.

 

It is triggering now as seen in the CM UI. However I was expecting it to also send alert by email, which it does not. I am getting alerts by email on other things but not the custom triggers. What am I missing in configuring my trigger/alert?

I restarted Flume, Alert Publisher and the CM service management as well. Anything else I am missing?

 

Thank you!

 

 

Who agreed with this topic