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
Revision 1.18 - (view) (annotate) - [select for diffs]
Sun Aug 1 10:40:45 2004 UTC (19 years, 9 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
Catch a lot of old URL's and update them. Also remove a couple of old files
that aren't used.

Revision 1.17 - (view) (annotate) - [select for diffs]
Thu Jan 15 13:41:48 2004 UTC (20 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.16: +5 -2 lines
Diff to previous 1.16
Assuming I can still program in Java, these changes allow monitoring to
be disabled at a per-host level or a per-host-per-monitor level.

Revision 1.16 - (view) (annotate) - [select for diffs]
Wed Feb 5 16:43:46 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.15: +4 -4 lines
Diff to previous 1.15
Changed the server to use the external util package. Quite a minor change,
but does affect a lot of files.

Revision 1.15 - (view) (annotate) - [select for diffs]
Tue May 21 16:47:16 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.14: +3 -2 lines
Diff to previous 1.14
Added URL to GPL headers.

Revision 1.14 - (view) (annotate) - [select for diffs]
Sat May 18 18:16:00 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.13: +22 -3 lines
Diff to previous 1.13
i-scream is now licensed under the GPL. I've added the GPL headers to every
source file, and put a full copy of the license in the appropriate places.
I think I've covered everything. This is going to be a mad commit ;)

Revision 1.13 - (view) (annotate) - [select for diffs]
Tue May 29 17:02:34 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.12: +8 -8 lines
Diff to previous 1.12
Major change in the java package naming. This has been held off for some time
now, but it really needed doing. The future packaging of all i-scream products
will be;

uk.org.iscream.<product>.<subpart>.*

In the case of the central monitoring system server this will be;

uk.org.iscream.cms.server.*

The whole server has been changed to follow this structure, and tested to a
smallish extent. Further changes in other parts of the CMS will follow.

Revision 1.12 - (view) (annotate) - [select for diffs]
Wed May 23 18:29:36 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.11: +10 -4 lines
Diff to previous 1.11
A small fix that should have been done ages ago. It deals with the following
error message;

[5/23/01 6:49:04 PM] [WARNING] Queue{client.monitors.Queue__Monitor(v1.11)}:
Received packet from 6844289 with bad queue information:
java.lang.NumberFormatException: [deleted]

A queue size of "[deleted]" may be generated when a slot in a queue becomes
empty. This often only happens once after which point the Queue is deleted,
but it could easily be a regular occurance. We just silently drop this item.

Maybe a better solution would be to send -1, so it would still parse as an
integer value, yet clearly be wrong. That's a Queue issue anyway.

Revision 1.11 - (view) (annotate) - [select for diffs]
Fri Mar 23 18:07:42 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
We were naming the queue ".queueN" rather than "queueN". This is because
substring is inclusive on the first character :)

Revision 1.10 - (view) (annotate) - [select for diffs]
Fri Mar 23 05:21:22 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
Bah... Register does config lookups too.

Revision 1.9 - (view) (annotate) - [select for diffs]
Fri Mar 23 04:46:52 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
Arg... what are we doing sending a hashcode as a config name !? It now sends
_name (which is Queue unfortunately) as the config name... and the property
as before.

Revision 1.8 - (view) (annotate) - [select for diffs]
Fri Mar 23 02:32:49 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.7: +35 -7 lines
Diff to previous 1.7
Fully javadoc'd all the monitors. Also made a few little changes here and there,
removing code that had been duplicated by copying other monitors, and tidying
up any silly little things (such has hardcoded integer values).

Revision 1.7 - (view) (annotate) - [select for diffs]
Thu Mar 22 22:34:18 2001 UTC (23 years, 1 month ago) by ajm
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6
Now sends a nicer alert identifier, passes the queue number that rasied the alert.

Revision 1.6 - (view) (annotate) - [select for diffs]
Thu Mar 22 19:23:54 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.5: +6 -4 lines
Diff to previous 1.5
A more meaningful name.

Revision 1.5 - (view) (annotate) - [select for diffs]
Thu Mar 22 18:59:08 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
Opps... the hashcode as a source isn't helpful :)

Revision 1.4 - (view) (annotate) - [select for diffs]
Thu Mar 22 17:57:06 2001 UTC (23 years, 1 month ago) by ajm
Branch: MAIN
Changes since 1.3: +8 -3 lines
Diff to previous 1.3
Modified to use the new style queuing in the local client

Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Mar 22 17:32:34 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.2: +4 -6 lines
Diff to previous 1.2
Some major bugs in here meaning it would never actually look at queueStat the
queueStat packets!

Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Mar 22 01:55:18 2001 UTC (23 years, 1 month ago) by ajm
Branch: MAIN
Changes since 1.1: +6 -6 lines
Diff to previous 1.1
should work now ;p

Revision 1.1 - (view) (annotate) - [select for diffs]
Thu Mar 22 01:51:51 2001 UTC (23 years, 1 month ago) by ajm
Branch: MAIN
initial checkin...should work ;-)

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a