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.5 by tdb, Thu Mar 22 18:59:08 2001 UTC vs.
Revision 1.6 by tdb, Thu Mar 22 19:23:54 2001 UTC

# Line 30 | Line 30 | public class Queue__Monitor extends MonitorSkeleton {
30      
31      public final String DESC = "Who watches the watchmen?";
32      
33 +    private final String SOURCE = "i-scream-server";
34 +    
35   //---STATIC METHODS---
36  
37   //---CONSTRUCTORS---
# Line 119 | Line 121 | public class Queue__Monitor extends MonitorSkeleton {
121                      // say which disk had the problem
122                      String attributeName = "Size of queue " + type + " in " + queueName;
123                                              
124 <                    processAlert(newThreshold, attributeName, reg, "Internal", strCheckValue);
124 >                    processAlert(newThreshold, attributeName, reg, SOURCE, strCheckValue);
125                    
126                  }
127              }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines