Java中的SNMP,具体为JMX适配器

发布于 2024-08-10 19:24:19 字数 266 浏览 3 评论 0原文

我有一些使用 JMX 监控的 JAVA 应用程序。

我想为这些应用程序编写一个 SNMP 客户端,它包装了 JMX 接口,并通过 SNMP 发现公开了 JMX 中公开的相同属性。

如果我只是弄清楚如何用 JAVA 编写 SNMP 客户端,那么我编写客户端没有问题。有没有免费的 JAVA SNMP 库可供我使用? 有没有适合 JMX 的免费 SNMP 适配器? (尝试“WebNMS SNMP Adapter for JMX”试用失败)

谢谢!

I have a few JAVA application that I monitor using JMX.

I would like to write an SNMP client for these applications that wraps the JMX interface and by discovery exposes the same attributes that are exposed in JMX, through SNMP.

I have no problem writing the client if I just figure out how to write SNMP clients in JAVA. Is there a free SNMP library for JAVA that I can use?
Is there a good free SNMP adapter for JMX? (Tried "WebNMS SNMP Adapter for JMX" trial unsuccessfully)

Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

怀里藏娇 2024-08-17 19:24:19

SNMP4J 是 Java 中 SNMP 的开源 API。你可以尝试一下。
就 JMX 的 SNMP 适配器而言,为什么 WebNMS 不起作用?您是否签出 JBossSNMPAdapter

SNMP4J is an opensoure API for SNMP in Java. You can try that.
As far as SNMP adapter for JMX is concerned, why does WebNMS not work. Did you checkout JBossSNMPAdapter

我偏爱纯白色 2024-08-17 19:24:19

老东西了。

SNMP 监视内置于 Java 6 中。

SNMP 监视和管理

Old stuff.

SNMP monitoring is built-in on Java 6.

SNMP Monitoring and Management

凉薄对峙 2024-08-17 19:24:19

您还可以尝试SNAMP 软件(也是开源的)。它充当 JMX 和 SNMP 之间的软件协议桥梁。

You also can try SNAMP software (open source as well). It acts as a software protocol bridge between JMX and SNMP.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文