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.10 by tdb, Fri Mar 23 05:21:22 2001 UTC vs.
Revision 1.11 by tdb, Fri Mar 23 18:07:42 2001 UTC

# Line 128 | Line 128 | public class Queue__Monitor extends MonitorSkeleton {
128                      String strCheckValue = nf.format(checkValue);
129  
130                      // say which disk had the problem
131 <                    String attributeName = "Size of queue " + type + " in " + queueName + " " + dataKey.substring(dataKey.lastIndexOf('.'));
131 >                    String attributeName = "Size of queue " + type + " in " + queueName + " " + dataKey.substring(dataKey.lastIndexOf('.')+1);
132                                              
133                      processAlert(newThreshold, attributeName, reg, SOURCE, strCheckValue);
134                    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines