简体   繁体   English

用于Camel JMX监视的Munin插件

[英]Munin plugin for Camel JMX monitoring

Do we have any custom plugins for monitoring routes, processors,components of Camel? 我们是否有任何自定义插件来监视骆驼的路线,处理器,组件? I have configured Munin in one of the nodes and enabled JMX monitor plugin to capture the stats of my Java app which used Camel for routing. 我已经在其中一个节点上配置了Munin,并启用了JMX监视器插件来捕获我的Java应用程序的统计信息,该应用程序使用Camel进行路由。 I could capture the standard JVM stats using jmx_MultigraphAll. 我可以使用jmx_MultigraphAll捕获标准的JVM统计信息。 Unable to locate a plugin to capture Camel parameters. 无法找到插件来捕获骆驼参数。 Do we need to write a custom plugin? 我们需要编写自定义插件吗?

PS: I am able to view the MBeans in JConsole though. PS:我可以在JConsole中查看MBean。 How do I get my Munin node to capture the values? 我如何获得Munin节点来捕获值?

There is no camel-minin component for easy integration between the two of them. 两者之间没有易于集成的骆驼minin组件。 However as you say Camel exposes a lot of information as JMX as both attributes, and operations you can use. 但是,正如您所说的,Camel作为JMX公开了很多信息,既是属性,也是可以使用的操作。

If munin can integrate with JMX then you can use that to monitor your Camel applications. 如果munin可以与JMX集成,则可以使用它来监视您的Camel应用程序。

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

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