The conf xml tags seems to have got dropped.The descriptors r as bellow.

  | jboss-service.xml
  | -------------------------------------------------------------------------
  | <service>
  |  <!-- The SNMP adaptor MBean -->
  |   <mbean code="org.jboss.jmx.adaptor.snmp.agent.SnmpAgentService"
  |          name="jboss.jmx:name=SnmpAgent,service=snmp,type=adaptor">
  |     <attribute 
name="RequestHandlerClassName">org.jboss.jmx.adaptor.snmp.agent.RequestHandlerSupport</attribute>
       
  |     <attribute 
name="TrapFactoryClassName">org.jboss.jmx.adaptor.snmp.agent.TrapFactorySupport</attribute>
  |     <attribute name="NotificationMapResName">/notifications.xml</attribute>
  |     <attribute name="ManagersResName">/managers.xml</attribute>
  |     <attribute name="HeartBeatPeriod">0</attribute>
  |     <attribute name="Port">1161</attribute>
  |     <attribute name="DynamicSubscriptions">false</attribute>
  |     <attribute name="SubscriptionList">
  |       <subscription-list>
  |           <mbean 
name="jboss.jmx:name=HelloWorld,service=test,type=testBroadcaster"/>
  |       </subscription-list>
  |     </attribute>
  |   </mbean>
  | </service>
  | --------------------------------------------------------------------------
  | notifications.xml
  | --------------------------------------------------------------------------
  | <notification-map-list>
  | <mapping>
  |           <notification-type>com.acme.jmx-smnp.test</notification-type>
  |           <generic>0</generic>
  |           <specific>0</specific>
  |           <enterprise> .1.3.6.1.4.1.2162.500.1.1</enterprise>
  |           <var-bind-list 
wrapper-class="org.jboss.jmx.adaptor.snmp.agent.NotificationWrapperSupport">
  |           <var-bind>
  |                   <tag>n:message</tag>
  |                   <oid>.1.3.6.1.4.1.2162.500.1.1.2</oid>
  |           </var-bind>
  |          </var-bind-list>               
  |       </mapping>  
  | </notification-map-list>
  | --------------------------------------------------------------------------
  | managers.xml
  | --------------------------------------------------------------------------
  | <manager-list>
  | <manager>
  |     <address>172.19.22.250</address>
  |     <port>162</port>
  |     <local-address></local-address>
  |     <local-port></local-port>
  |     <version>1</version>
  |   </manager>
  | </manager-list>
  | --------------------------------------------------------------------------
  | 

looking forward for your thoughts,
KaranUK

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to