Monitoring a JVM with SNMP
问题 I'm using snmp to monitore some servers (win2k3 mostly) and during my journey on internet, I found a MIB done by Oracle for monitoring a JVM, JVM-MANAGEMENT-MIB. What I did so far to use it is : Configure the JVM with snmp.acl and management.properties Compile the JVM-MANAGEMENT-MIB with mibcc and replace the mib.bin. With those steps, I think I'm good to try. So I made a java program with snmp4j and when I try to call an OID from the JVM mib, I have got an error Request timed out . The weird