I use flume,the metric has the flume channel size metric data,but not alerts about it,so I want to add an alert to it ,but I could not found the alert of it.
So, Is there a easy way to add an alert from mertic data??
There are only limited set of predefined alerts available with ambari, However if you want to have your own custom alert the ambari provides an option to the users to created their own custom ambari alerts.
However you will need to write the python script/logic to get the desired data and it should return CRITICAL/WARN/OK kind of responses when invoked based on the conditions that you want to add.