How can I integrate iReasoning SNMP agent with JBoss?
A. Check out java code and jboss config file (jboss-service.xml) contained in jboss.zip. Basically, a MBean is created and then registered during jboss startup. And SNMP agent is started in this MBean’s start method. snmpagent.jar needs to be included in the classpath of JBoss, for example, it can be put in the …/server/default/lib directory. The MBeanServer object (“server”) must be passed to Agent’s constructor. Otherwise a new MBeanServer will be created during agent startup and it will cause JBoss to behave differently. Q. The passwords are stored in plain text in the config file, this could pose a security risk if someone were to casually open them up or break into a machine that was the DMZ host and also running an agent. So how can I make passwords encrypted in config file? A. All the passwords and community names can be optionally encrypted. To do that, you need to set “encryptPasswordAndCommunity” to “yes” in config file. Enter your desired unencrypted passwords and communit