ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/client/monitors/Queue__Monitor.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/client/monitors/Queue__Monitor.java (file contents):
Revision 1.6 by tdb, Thu Mar 22 19:23:54 2001 UTC vs.
Revision 1.7 by ajm, Thu Mar 22 22:34:18 2001 UTC

# Line 101 | Line 101 | public class Queue__Monitor extends MonitorSkeleton {
101                      double checkValue;
102                      String type;
103                      if(useValue) {
104 <                        // kb disk in use
104 >                        // queue count
105                          checkValue = qSize;
106                          type = "count";
107                      } else {
108 <                        // % disk in use
108 >                        // % of queue
109                          checkValue = (qSize / qMax) * 100;
110                          type = "%";
111                      }
# Line 119 | Line 119 | public class Queue__Monitor extends MonitorSkeleton {
119                      String strCheckValue = nf.format(checkValue);
120  
121                      // say which disk had the problem
122 <                    String attributeName = "Size of queue " + type + " in " + queueName;
122 >                    String attributeName = "Size of queue " + type + " in " + queueName + " " + dataKey.substring(dataKey.lastIndexOf('.'));
123                                              
124                      processAlert(newThreshold, attributeName, reg, SOURCE, strCheckValue);
125                    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines