简体   繁体   中英

Java application monitoring via SNMP

Java application and monitoring via SNMP. I want to do possibilities to monitoring my Java application via SNMP. I think, i should write to MIB messages from my application. Is it right? And how it usually implemented this? Thanks!

If you're running your application on JBoss server 3.2 or above, you can use JBoss's JBossSNMPAdapter (see this link for more info).

The SNMPAdapter converts JMX notifications to SNMP traps, so this is probably only a good idea if you're already sending these from your application. Otherwise, sending SNMP traps directly from your application (See rsp's answer) is probably easier.

要从Java发送SNMP陷阱,您可以使用Westhawk的Java SNMP堆栈

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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