[jboss-cvs] JBossAS SVN: r111546 - branches/snmp4j-int/varia/src/resources/services/snmp/deploy.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 7 15:17:14 EDT 2011


Author: thauser at redhat.com
Date: 2011-06-07 15:17:14 -0400 (Tue, 07 Jun 2011)
New Revision: 111546

Modified:
   branches/snmp4j-int/varia/src/resources/services/snmp/deploy/attributes.xml
Log:
change the default OIDs to something more sane.

Modified: branches/snmp4j-int/varia/src/resources/services/snmp/deploy/attributes.xml
===================================================================
--- branches/snmp4j-int/varia/src/resources/services/snmp/deploy/attributes.xml	2011-06-07 19:17:02 UTC (rev 111545)
+++ branches/snmp4j-int/varia/src/resources/services/snmp/deploy/attributes.xml	2011-06-07 19:17:14 UTC (rev 111546)
@@ -12,7 +12,7 @@
 <attribute-mappings>
    
    <!-- basic system information -->
-   <mbean name="jboss.system:type=ServerInfo" oid-prefix=".1.3.6.1.4.1.2312.100.1">
+   <mbean name="jboss.system:type=ServerInfo" oid-prefix="1.3.6.1.4.1.2312.100.1">
       <attribute name="ActiveThreadCount" oid=".1"/>
       <attribute name="FreeMemory" oid=".2"/>
       <attribute name="MaxMemory" oid=".3"/>
@@ -20,7 +20,7 @@
 
    <!-- tomcat global http request processing -->
    <mbean name="jboss.web:name=http-0.0.0.0-8080,type=GlobalRequestProcessor">
-      <attribute name="requestCount" oid=".1.2.3.4.1.5"/>
+      <attribute name="requestCount" oid=".1.3.6.1.4.1.2312.100.1.5"/>
    </mbean>
    
    <!-- Tx Manager statistics -->
@@ -31,13 +31,13 @@
    </mbean>
    
    <!-- DefaultDS statistics -->
-   <mbean name="jboss.jca:name=DefaultDS,service=ManagedConnectionPool" oid-prefix=".1.3.6.1.4.1.2312.100.1">
+   <mbean name="jboss.jca:name=DefaultDS,service=ManagedConnectionPool" oid-prefix="1.3.6.1.4.1.2312.100.1">
       <attribute name="InUseConnectionCount" oid=".9"/>
 	  <attribute name="MaxConnectionsInUseCount" oid=".10"/>
    </mbean>
 
    <!-- system information group see RFC-1213 -->
-   <mbean name="jboss.jmx:name=SnmpAgent,service=MIB2SystemGroup" oid-prefix=".1.3.6.1.2.1.1">
+   <mbean name="jboss.jmx:name=SnmpAgent,service=MIB2SystemGroup" oid-prefix="1.3.6.1.2.1.1">
       <attribute name="SysDescr" oid=".1" mode="rw"/> <!-- can be modified over snmp -->
       <attribute name="SysObjectId" oid=".2"/>
       <attribute name="SysUpTime" oid=".3"/>



More information about the jboss-cvs-commits mailing list