Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找在 Java 中使用 SNMP 为项目设置监控。我一直在环顾四周,发现了一些软件包:JBossSNMPAdapter和SNMP4J-Agent。我不确定这两者之间有什么区别。
SNMP4j-Agent 本身不支持 JMX,它只帮助实现工作的通用 SNMP 部分。有一个 SNMP4j-Agent-JMX 包,但它不是免费的。这对您来说可能是最重要的区别。