[jboss-user] [Management, JMX/JBoss] - Enable remote SNMP access?

djkrite do-not-reply at jboss.com
Thu Nov 20 16:34:04 EST 2008


Hello,

I'm running:

JBoss 4.2.2 and Java 5. I've been successful in setting up Cacti to get SNMP data from JBoss via, the snmp-adaptor on my local machine (localhost). However I have been unsuccessful get the data into Cacti from a remote JBoss server. How do enable remote SNMP access for the snmp-adaptor? Here is my current managers.xml:


  | <?xml version="1.0"?>
  | <manager-list>
  |   <manager>
  |     <address>localhost</address>
  |     <port>1162</port>
  |     <local-address></local-address>
  |     <local-port></local-port>
  |     <version>1</version>
  |   </manager>
  |   <manager>
  |     <address>192.168.1.1</address>
  |     <port>162</port>
  |     <local-address></local-address>
  |     <local-port></local-port>
  |     <version>1</version>
  |   </manager>
  | </manager-list>
  | 

Thank you,

TK

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191051#4191051

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191051



More information about the jboss-user mailing list