简体   繁体   English

监控ActiveMQ

[英]Monitoring ActiveMQ

I have ingestion pipeline source --> ActiveMQ --> Storm --> HDFS. 我有摄取管道源-> ActiveMQ->风暴-> HDFS。 Now I want to monitor ActiveMQ queue so as to detect failures and send email to concerned person. 现在,我想监视ActiveMQ队列,以便检测故障并将电子邮件发送给有关人员。

I haven't used it before so I'm looking at options that can be used for monitoring these queues. 我以前没有使用过它,因此我正在研究可用于监视这些队列的选项。 Can somebody suggest suitable tools ? 有人可以建议合适的工具吗?

See http://activemq.apache.org/how-can-i-monitor-activemq.html . 参见http://activemq.apache.org/how-can-i-monitor-activemq.html But here you only see information how to access the data. 但是,在这里您仅看到有关如何访问数据的信息。

With the jolokia interface you have a REST api which access all jmx values. 使用jolokia界面,您可以使用REST api来访问所有jmx值。

Check for existing monitoring application you already have and let's see if they can do REST requests or jmx. 检查您已经拥有的现有监视应用程序,让我们看看它们是否可以执行REST请求或jmx。 Eg you could use Graphite, Kibana, monitis. 例如,您可以使用Graphite,Kibana,monitis。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM