|
From: Heiko W. R. <hw...@pi...> - 2006-07-10 14:41:51
|
User: pilhuhn
Date: 06/07/10 10:41:46
Modified: varia/src/resources/services/snmp/deploy Tag: Branch_4_0
attributes.xml
Log:
Finally SNMP-nodes can have an index larger than 9. See JBAS-3178.
Revision Changes Path
No revision
No revision
1.1.2.3 +2 -1 contrib/varia/src/resources/services/snmp/deploy/attributes.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: attributes.xml
===================================================================
RCS file: /cvsroot/jboss/contrib/varia/src/resources/services/snmp/deploy/attributes.xml,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- attributes.xml 7 May 2006 16:38:28 -0000 1.1.2.2
+++ attributes.xml 10 Jul 2006 14:41:46 -0000 1.1.2.3
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
- $Id: attributes.xml,v 1.1.2.2 2006/05/07 16:38:28 dimitris Exp $
+ $Id: attributes.xml,v 1.1.2.3 2006/07/10 14:41:46 pilhuhn Exp $
This configuration file controls the mapping of JMX mbean attributes
to SNMP OIDs accessible through the snmp-adapter.
@@ -37,6 +37,7 @@
<!-- DefaultDS statistics -->
<mbean name="jboss.jca:name=DefaultDS,service=ManagedConnectionPool" oid-prefix=".1.2.3.4.1">
<attribute name="InUseConnectionCount" oid=".9"/>
+ <attribute name="MaxConnectionsInUseCount" oid=".10"/>
</mbean>
<!-- system information group see RFC-1213 -->
|