ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build/etc/system.conf
Revision 1.58.2.2 - (view) (annotate) - [select for diffs]
Tue Feb 5 18:00:15 2002 UTC (22 years, 7 months ago) by tdb
Branch: SERVER_PIRCBOT
Changes since 1.58.2.1: +2 -1 lines
Diff to previous 1.58.2.1 , to branch point 1.58 , to next main 1.79
Mostly tidying of code and commenting. Now much more complete, although
there are still some issues with the underlying pircbot (sometimes hangs
when the help command is sent, for example).

Revision 1.58.2.1 - (view) (annotate) - [select for diffs]
Mon Feb 4 23:19:29 2002 UTC (22 years, 7 months ago) by tdb
Branch: SERVER_PIRCBOT
Changes since 1.58: +3 -3 lines
Diff to previous 1.58
Added comment about PircBot to the comment/finger information.

Revision 1.58 - (view) (annotate) - [select for diffs]
Mon Nov 26 12:56:33 2001 UTC (22 years, 9 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.57: +5 -1 lines
Diff to previous 1.57
Completing this feature request:
  [ #479631 ] heartbeat monitor - starting list

Adds hosts defined in this configuration value to the heartbeat monitor on
startup.

Monitor.Heartbeat.initialHosts=raptor.ukc.ac.uk;myrtle.ukc.ac.uk

This means the Heartbeat Monitor will generate heartbeat alerts if these
hosts don't send in a heartbeat within the expected time. This is useful in
situations where the i-scream server comes up after the hosts have gone
down, which usually wouldn't have generated an alert - because the server
would never have seen the hosts to know they're gone.

Revision 1.57 - (view) (annotate) - [select for diffs]
Wed Nov 7 17:51:41 2001 UTC (22 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56
Typo fixed in the configuration for the logging alerter. The message setting
was not being picked up, which resulted in the default being used. The default
was not overly useful :)

Revision 1.56 - (view) (annotate) - [select for diffs]
Wed Nov 7 16:44:10 2001 UTC (22 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55
Typo fixes.

Revision 1.55 - (view) (annotate) - [select for diffs]
Tue May 29 17:02:34 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.54: +5 -5 lines
Diff to previous 1.54
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.54 - (view) (annotate) - [select for diffs]
Thu May 24 14:11:32 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.53: +7 -2 lines
Diff to previous 1.53
A new alerter that writes alerts to the system logfile, thus keeping a permanent
record should the need arise to see "what happened" at some point in the past.

It currently logs at DEBUG level, although I propose a new level be introduced.
This will be discussed.

Revision 1.53 - (view) (annotate) - [select for diffs]
Sun May 13 01:52:45 2001 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52
The alerting level for the WebFeeder has been changed to have the format of the
other alerters (as it now extends the skeleton class for alerters). It therefore
requires a configuration value with a common format.

Revision 1.52 - (view) (annotate) - [select for diffs]
Fri Mar 23 05:05:10 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.51: +12 -1 lines
Diff to previous 1.51
Tidied ClientInterface and DBInterface sections.

Revision 1.51 - (view) (annotate) - [select for diffs]
Fri Mar 23 02:31:54 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.50: +3 -2 lines
Diff to previous 1.50
Added UserCount monitor to the list.

Revision 1.50 - (view) (annotate) - [select for diffs]
Fri Mar 23 01:17:08 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.49: +6 -1 lines
Diff to previous 1.49
Added new UserCount monitor. This one fires an alert if too many users are
logged into a machine at once.

Revision 1.49 - (view) (annotate) - [select for diffs]
Thu Mar 22 17:33:10 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.48: +3 -3 lines
Diff to previous 1.48
Changed the Queue thresholds to something more realistic.

Revision 1.48 - (view) (annotate) - [select for diffs]
Thu Mar 22 02:31:50 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.47: +3 -3 lines
Diff to previous 1.47
Slightly longer heartbeat timeout.

Revision 1.47 - (view) (annotate) - [select for diffs]
Thu Mar 22 02:18:05 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.46: +40 -127 lines
Diff to previous 1.46
Tidied up the Monitor's section. Alert timeouts are stored as defaults, which
can be overridden. This saves repeating the same values.
Also neatened the layout and comments. More detailed explanation could be given
in the user documentation.

Revision 1.46 - (view) (annotate) - [select for diffs]
Thu Mar 22 02:06:07 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.45: +20 -2 lines
Diff to previous 1.45
Added new Queue monitor.

Revision 1.45 - (view) (annotate) - [select for diffs]
Thu Mar 22 01:57:14 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44
Need to turn Process and Load Monitors on.

Revision 1.44 - (view) (annotate) - [select for diffs]
Thu Mar 22 01:05:45 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.43: +33 -1 lines
Diff to previous 1.43
Added config for Load and Process count Monitor's.

Revision 1.43 - (view) (annotate) - [select for diffs]
Thu Mar 22 00:05:59 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.42: +4 -1 lines
Diff to previous 1.42
Added Webfeeder alert level.

Revision 1.42 - (view) (annotate) - [select for diffs]
Mon Mar 19 20:57:41 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.41: +13 -6 lines
Diff to previous 1.41
More general changes to the configuration.

Revision 1.41 - (view) (annotate) - [select for diffs]
Mon Mar 19 17:26:30 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.40: +7 -2 lines
Diff to previous 1.40
new config

Revision 1.40 - (view) (annotate) - [select for diffs]
Fri Mar 16 15:15:27 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.39: +5 -2 lines
Diff to previous 1.39
Added extra Queue information.

Revision 1.39 - (view) (annotate) - [select for diffs]
Fri Mar 16 05:54:23 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.38: +3 -3 lines
Diff to previous 1.38
Halfed the OK/FINAL timeout periods. It's a bit hard to test with such long
intervals to wait :)

Revision 1.38 - (view) (annotate) - [select for diffs]
Fri Mar 16 05:28:00 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.37: +9 -5 lines
Diff to previous 1.37
Added a final timeout for services, as we're seeing a lot of them.
Also fixed a few bits in the Monitor.Heartbeat and Alerter.EMail.
Finally changed the EMail message to be more up-to-date.

Revision 1.37 - (view) (annotate) - [select for diffs]
Thu Mar 15 14:29:09 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.36: +8 -1 lines
Diff to previous 1.36
Added new values for the WebFeeder.

Revision 1.36 - (view) (annotate) - [select for diffs]
Wed Mar 14 23:25:18 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.35: +7 -7 lines
Diff to previous 1.35
The whole server package structure has been changed.
Old Package: uk.ac.ukc.iscream.*
New Package: uk.org.iscream.*

Revision 1.35 - (view) (annotate) - [select for diffs]
Sat Mar 10 04:09:22 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34
Added the Services Monitor to the config.

Revision 1.34 - (view) (annotate) - [select for diffs]
Fri Mar 9 03:36:47 2001 UTC (23 years, 6 months ago) by ajm
Branch: MAIN
Changes since 1.33: +23 -2 lines
Diff to previous 1.33
Added config for service checks

Revision 1.33 - (view) (annotate) - [select for diffs]
Fri Mar 9 01:23:16 2001 UTC (23 years, 6 months ago) by ajm
Branch: MAIN
Changes since 1.32: +18 -2 lines
Diff to previous 1.32
Now has the config for the new Disk monitor

Revision 1.32 - (view) (annotate) - [select for diffs]
Thu Mar 8 23:20:04 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.31: +10 -1 lines
Diff to previous 1.31
The WebFeeder now dumps Alert messages, and can be turned on and off.

Revision 1.31 - (view) (annotate) - [select for diffs]
Thu Mar 8 21:38:05 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
Got the filename wrong by mistake.

Revision 1.30 - (view) (annotate) - [select for diffs]
Thu Mar 8 21:05:19 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29
Added the WebFeeder "Monitor" and "Alerter" to the lists.

Revision 1.29 - (view) (annotate) - [select for diffs]
Thu Mar 8 20:57:47 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.28: +12 -1 lines
Diff to previous 1.28
Configuration start for WebFeeder.

Revision 1.28 - (view) (annotate) - [select for diffs]
Wed Mar 7 23:36:31 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
Added the Telnet service check.

Revision 1.27 - (view) (annotate) - [select for diffs]
Wed Mar 7 13:13:08 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
Opps, I didn't put FTP in !

Revision 1.26 - (view) (annotate) - [select for diffs]
Wed Mar 7 13:05:37 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
Added the new service checks.

Revision 1.25 - (view) (annotate) - [select for diffs]
Wed Mar 7 01:23:31 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.24: +4 -2 lines
Diff to previous 1.24
Added a comment to clarify the situation with heartbeat thresholds.

Revision 1.24 - (view) (annotate) - [select for diffs]
Tue Mar 6 23:52:57 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.23: +37 -3 lines
Diff to previous 1.23
Added Memory and Swap monitor configurations.

Revision 1.23 - (view) (annotate) - [select for diffs]
Tue Mar 6 02:35:18 2001 UTC (23 years, 6 months ago) by ajm
Branch: MAIN
Changes since 1.22: +25 -2 lines
Diff to previous 1.22
Has some comments for alerters, and new FINAL config

Revision 1.22 - (view) (annotate) - [select for diffs]
Mon Mar 5 13:40:48 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.21: +17 -3 lines
Diff to previous 1.21
Config for the heartbeat monitor.

Revision 1.21 - (view) (annotate) - [select for diffs]
Mon Mar 5 04:21:20 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
Changed the default filter to something more helpful.

Revision 1.20 - (view) (annotate) - [select for diffs]
Mon Mar 5 02:00:37 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
The alerter config now has a default destination list which hosts can override.

Revision 1.19 - (view) (annotate) - [select for diffs]
Sun Mar 4 05:35:55 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.18: +3 -2 lines
Diff to previous 1.18
Added IRC__Alerter's version command.

Revision 1.18 - (view) (annotate) - [select for diffs]
Sun Mar 4 05:27:49 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.17: +6 -2 lines
Diff to previous 1.17
Changed to reflect new IRC__Alerter.

Revision 1.17 - (view) (annotate) - [select for diffs]
Sun Mar 4 03:38:17 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.16: +14 -6 lines
Diff to previous 1.16
Changes to fit with the new IRC Alerter.

Revision 1.16 - (view) (annotate) - [select for diffs]
Sun Mar 4 02:45:14 2001 UTC (23 years, 6 months ago) by ajm
Branch: MAIN
Changes since 1.15: +35 -16 lines
Diff to previous 1.15
Modified the alert and monitor sections inline with new mechanism.
Created new section for misc configurations.

Revision 1.15 - (view) (annotate) - [select for diffs]
Sat Mar 3 15:29:12 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.14: +12 -7 lines
Diff to previous 1.14
Setup the host grouping.

Revision 1.14 - (view) (annotate) - [select for diffs]
Fri Mar 2 00:47:54 2001 UTC (23 years, 6 months ago) by ajm
Branch: MAIN
Changes since 1.13: +94 -14 lines
Diff to previous 1.13
New format, nicely laid out and fully configured

Revision 1.13 - (view) (annotate) - [select for diffs]
Fri Mar 2 00:25:15 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.12: +9 -3 lines
Diff to previous 1.12
Some configuration files that we've be running with.

Revision 1.12 - (view) (annotate) - [select for diffs]
Wed Feb 21 19:12:40 2001 UTC (23 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.11: +4 -1 lines
Diff to previous 1.11
Added the QueueMonitoring interval.

Revision 1.11 - (view) (annotate) - [select for diffs]
Tue Feb 13 00:41:28 2001 UTC (23 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
Lets run an SMTP check :)

Revision 1.10 - (view) (annotate) - [select for diffs]
Mon Feb 12 01:50:40 2001 UTC (23 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Yes, I think the test worked... but we probably don't need to keep doing it now
the HTTP thing is done ;)

Revision 1.9 - (view) (annotate) - [select for diffs]
Sun Feb 11 22:56:22 2001 UTC (23 years, 7 months ago) by ajm
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
added HTTP request

Revision 1.8 - (view) (annotate) - [select for diffs]
Sun Feb 11 20:36:32 2001 UTC (23 years, 7 months ago) by ajm
Branch: MAIN
Changes since 1.7: +5 -1 lines
Diff to previous 1.7
now has config for service checks

Revision 1.7 - (view) (annotate) - [select for diffs]
Mon Jan 22 21:23:16 2001 UTC (23 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
More reasonable update times that we'll use for testing.

Revision 1.6 - (view) (annotate) - [select for diffs]
Mon Jan 22 21:19:40 2001 UTC (23 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Activated the database now, as it seems to be working fine and more reliably.

Revision 1.5 - (view) (annotate) - [select for diffs]
Fri Jan 19 00:19:13 2001 UTC (23 years, 8 months ago) by tdb
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Better to run the TypeChecker first.

Revision 1.4 - (view) (annotate) - [select for diffs]
Fri Jan 19 00:08:44 2001 UTC (23 years, 8 months ago) by tdb
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Added the TypeChecker plugin to the list.

Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Jan 18 12:06:07 2001 UTC (23 years, 8 months ago) by tdb
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
Brought inline with the default.properties.

Revision 1.2 - (view) (annotate) - [select for diffs]
Wed Dec 13 18:34:16 2000 UTC (23 years, 9 months ago) by tdb
Branch: MAIN
Changes since 1.1: +45 -0 lines
Diff to previous 1.1
MERGE: Merged the SERVER_PACKAGEBUILD branch back into the HEAD trunk.

Revision 1.1
Tue Dec 12 19:00:44 2000 UTC (23 years, 9 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
FILE REMOVED
file system.conf was initially added on branch SERVER_PACKAGEBUILD.

Convenience Links

Links to HEAD: (view) (annotate) Links to SERVER_PIRCBOT: (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