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.79 - (view) (annotate) - [select for diffs]
Mon Nov 27 11:30:47 2006 UTC (17 years, 9 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.78: +4 -4 lines
Diff to previous 1.78
Fix typo in config for MailQ monitor.

Revision 1.78 - (view) (annotate) - [select for diffs]
Mon Nov 27 10:51:54 2006 UTC (17 years, 9 months ago) by tdb
Branch: MAIN
Changes since 1.77: +8 -2 lines
Diff to previous 1.77
Add monitor to analyse mail queue sizes.

Revision 1.77 - (view) (annotate) - [select for diffs]
Sun Aug 1 10:40:39 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.76: +2 -2 lines
Diff to previous 1.76
Catch a lot of old URL's and update them. Also remove a couple of old files
that aren't used.

Revision 1.76 - (view) (annotate) - [select for diffs]
Thu Jan 15 13:41:46 2004 UTC (20 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.75: +29 -1 lines
Diff to previous 1.75
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.75 - (view) (annotate) - [select for diffs]
Mon May 5 22:04:59 2003 UTC (21 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.74: +13 -26 lines
Diff to previous 1.74
Tidy up of the client interface code - more commonly known as the
"right hand side of the server". Right since the start the filter
side of the server has been nice and tree like - every Filter sent
data to another Filter. At the top of the tree there was a "special"
Filter known as the RootFilter, which to the other Filters just
looked like a normal Filter. This was nice, and simple, and expandable.

The Client Interface on the other hand was messy. The root filter
had some hacky wrapper threads which pulled from a queue and pushed
to the relevant client interfaces (one for real time stuff, and the
other for databases). There was no simple room for expandability -
it was all hardwired to do just what was needed at the time.

This commit changes that. A Client Interface now connects to another
Client Interface, with a special one being found in the RootFilter
(yes, maybe that needs a name change now :-). So we can chain client
interfaces, and move other bits and bobs around in the server - for
example, alerting no longer needs to be connected to the Client
Interface, it can connect straight to the RootFilter (or, wherever
the config tells it ;).

Hopefully this sanitizes the underlying layout of the server a bit.

As a final note, I dropped the DBInterface. This used to insert
data in to a MySQL database. We've long since stopped using that,
and it's fallen behind and is way out of date. For now, it's gone
in to the attic.

Revision 1.74 - (view) (annotate) - [select for diffs]
Sun Mar 9 21:49:12 2003 UTC (21 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.73: +22 -2 lines
Diff to previous 1.73
Added support for all the new stuff that ihost provides us with. Ideally
this lot needs to be revamped some day, but for now this brings it all back
up to date.

The biggest change is in the Disk monitor. It wasn't overly neat before,
so I've tidied that up, and also added support for inode monitoring.

Created the DiskIO, NetIO, and Paging monitors to support new types of data
we now handle. The first two sprung from the Disk monitor, whilst the last
is pretty normal.

Configuration has been updated to support the new monitors, although I
don't really have a feel for thresholds for the new types of data.

Revision 1.73 - (view) (annotate) - [select for diffs]
Fri Feb 28 15:19:09 2003 UTC (21 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.72: +2 -2 lines
Diff to previous 1.72
Changed queue monitoring period from 15 seconds to 5 minutes. Makes sense
to do this now we've dramatically reduced the flow of packets.

Revision 1.72 - (view) (annotate) - [select for diffs]
Thu Feb 27 22:08:03 2003 UTC (21 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.71: +8 -2 lines
Diff to previous 1.71
Changed the host UDPUpdateTime from 10 seconds to 60 seconds!
Also added ConfigTTL for the host, which defaults to an hour. This setting
defines the time a configuration is considered valid for. After this time
the host should make an effort to check if the config is still valid. And,
thus the loop continues ;)

Revision 1.71 - (view) (annotate) - [select for diffs]
Mon Feb 24 20:18:45 2003 UTC (21 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.70: +8 -21 lines
Diff to previous 1.70
Fairly major commit. This will break the current version of ihost, but this
had to be done really to give Pete something to test the new ihost against.

The main change here is removal of the TCP Heartbeat functionality from the
filter. This meant the following features stopped working :-
  - Heartbeat testing
  - Configuration checking
  - Service checks

The heartbeat testing, specifically the monitor, now looks at the presence
of UDP packets instead. Before it just looked for the presence of a TCP
heartbeat packet, so the change their is fairly negligible. Of course this
means heartbeat testing now relies on the UDP working... but I don't see
this as a problem.

Configuration checking has been repositioned in to the filtermanager. This
is a backwards compatible change - the filtermanager should still perform
as it should for older hosts. But now there's an extra command to check the
configuration is up-to-date, with a similar format to the old TCP protocol
in the filter. (although we may optimise this soon)

The service checks are broken. This isn't a major issue for us as they were
pretty useless in the first place. The concept is good, but the checks are
just far too primitive. I expect at some point I'll work on a seperate
component that just monitors services, which will replace this function.

Further changes in the server include removal of the key checking code,
as this relied on a bolt on to the TCP heartbeat protocol to ship the
key. This got more akward than originally planned, so I'm happy to drop the
idea. In the long term we hope to replace this with a public key systems
for signing and even encryption.

Finally, general tidy up to remove other bits of code that check for
TCP heartbeat packets when they don't need to any more.

Revision 1.70 - (view) (annotate) - [select for diffs]
Sun Feb 23 12:45:21 2003 UTC (21 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.69: +216 -116 lines
Diff to previous 1.69
Attempted to turn the configuration in to something more self explanatory,
and hopefully more useful to a new user. Somewhat better than the older
configuration which still waffles on about raptor, rocks, and the library!

Revision 1.69 - (view) (annotate) - [select for diffs]
Sat Feb 22 18:31:02 2003 UTC (21 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68
By default we don't activate the DBInterface. I'll try and craft this in
to a better "default" config at some point.

Revision 1.68 - (view) (annotate) - [select for diffs]
Sat Oct 12 21:56:37 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.67: +6 -1 lines
Diff to previous 1.67
Added a default configuration option for the new XMLCache.

Revision 1.67 - (view) (annotate) - [select for diffs]
Tue May 28 17:11:01 2002 UTC (22 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.66: +4 -1 lines
Diff to previous 1.66
Added support for taking "cache" memory as being free, for the purpose of
generating alerts. This is useful on platforms such as FreeBSD and linux
where the OS holds on to free'd memory as cache.

Revision 1.66 - (view) (annotate) - [select for diffs]
Fri Mar 22 14:22:58 2002 UTC (22 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.65: +4 -1 lines
Diff to previous 1.65
Made the key length configurable.

Revision 1.65 - (view) (annotate) - [select for diffs]
Thu Mar 21 17:44:51 2002 UTC (22 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.64: +6 -2 lines
Diff to previous 1.64
Initial work on host authentication for the server. Until I can get ihost
doing it's side of the host authentication I can't really test any further.
It seems to work, as in it filters data which isn't authenticated when told
to do so in the config :)

Revision 1.64 - (view) (annotate) - [select for diffs]
Wed Mar 20 16:32:37 2002 UTC (22 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.63: +6 -2 lines
Diff to previous 1.63
New filter plugin to remove packets that don't match a given ACL. This
allows filtering to be done based on ACL's at any point during a filter
chain (rather than just the ends).
This also semi-solves the problem of not being able to do an ACL on the
CORBA input to a Filter (well, not easily afaik).

Revision 1.63 - (view) (annotate) - [select for diffs]
Wed Mar 20 12:56:37 2002 UTC (22 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.62: +8 -1 lines
Diff to previous 1.62
Added Access Control Lists to all parts of the server that listen for
either TCP or UDP connections.

Revision 1.62 - (view) (annotate) - [select for diffs]
Tue Mar 19 17:22:12 2002 UTC (22 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.61: +6 -1 lines
Diff to previous 1.61
Added ACL support to the TCP and UDP parts of the Filter. Not so sure about
doing the same to the CORBA input bit though :)

Revision 1.61 - (view) (annotate) - [select for diffs]
Tue Mar 19 16:37:28 2002 UTC (22 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.60: +6 -1 lines
Diff to previous 1.60
New options added to the configuration to permit activiation of individual
input feeds in the Filter. You could, for example, disable the CORBA feed
on all filters that have no children.

Revision 1.60 - (view) (annotate) - [select for diffs]
Mon Feb 11 15:16:35 2002 UTC (22 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.59: +1 -2 lines
Diff to previous 1.59
Seem to recall this 'averager' option being related to the C++ host. I'm
pretty sure we don't need it now.

Revision 1.59 - (view) (annotate) - [select for diffs]
Thu Feb 7 17:15:19 2002 UTC (22 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.58: +4 -3 lines
Diff to previous 1.58
Merged in changes from the SERVER_PIRCBOT branch. The IRC__Alerter now uses
pircbot (www.jibble.org/pircbot.php) for it's IRC connectivity. All the
features from the old version have been moved across to the new one, with a
few minor changes.

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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 6 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, 7 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, 7 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, 7 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.2.1 - (view) (annotate) - [select for diffs]
Tue Dec 12 19:00:44 2000 UTC (23 years, 9 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1: +43 -0 lines
Diff to previous 1.1 , to next main 1.79
Moved to a new location.

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)

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