You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@eagle.apache.org by "vikash kumar (JIRA)" <ji...@apache.org> on 2017/05/18 13:07:04 UTC

[jira] [Created] (EAGLE-1026) Alert issue and alert_detail_alert_detail table issue

vikash kumar created EAGLE-1026:
-----------------------------------

             Summary: Alert issue and alert_detail_alert_detail table issue
                 Key: EAGLE-1026
                 URL: https://issues.apache.org/jira/browse/EAGLE-1026
             Project: Eagle
          Issue Type: Bug
            Reporter: vikash kumar


Hi,
I was experimenting with "Hadoop Metrics Monitor" applcation. I could install "Hadoop Metrics Monitor" as well as "Alert Engine". All the relevant table got created in mysql db. Now when i am running the hadoop_jmx_collector  nothing is being written in "alert_detail_alert_detail" table. I manually entered one record in "alert_detail_alert_detail" then i received alert as a notification but it wasn't visible in alert box. Please look into it and suggest me possible solution. 

My policy is having following query:
from HADOOP_JMX_METRIC_STREAM_SANDBOX[metric=="cpu.usage"]
select site,host,component,value
insert into HADOOP_CPU_USAGE_GT_90_ALERT;

so ideally everything will be considered as alert but unfortunately nothing is coming.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)