[rhmessaging-commits] rhmessaging commits: r4202 - mgmt/newdata/cumin/model.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Aug 12 08:10:17 EDT 2010


Author: eallen
Date: 2010-08-12 08:10:16 -0400 (Thu, 12 Aug 2010)
New Revision: 4202

Modified:
   mgmt/newdata/cumin/model/rosemary.xml
Log:
Fix for BZ 623479: Override collector statistic names.

Modified: mgmt/newdata/cumin/model/rosemary.xml
===================================================================
--- mgmt/newdata/cumin/model/rosemary.xml	2010-08-11 21:51:23 UTC (rev 4201)
+++ mgmt/newdata/cumin/model/rosemary.xml	2010-08-12 12:10:16 UTC (rev 4202)
@@ -267,6 +267,22 @@
       <object>
         <title>%(Pool)s</title>
       </object>
+
+      <statistic name="HostsClaimed">
+        <title>Claimed Slots</title>
+      </statistic>
+
+      <statistic name="HostsUnclaimed">
+        <title>Unclaimed Slots</title>
+      </statistic>
+
+      <statistic name="HostsOwner">
+        <title>*Unavailable* Slots</title>
+      </statistic>
+
+      <statistic name="HostsTotal">
+        <title>Total Slots</title>
+      </statistic>
     </class>
 
     <class name="Slot">



More information about the rhmessaging-commits mailing list