22 |
|
# Comment either of these (or delete them) and |
23 |
|
# that interface won't be started |
24 |
|
RootFilter.realtimeInterfaceName=realtimeclients |
25 |
< |
#RootFilter.dbInterfaceName=database |
25 |
> |
RootFilter.dbInterfaceName=database |
26 |
|
|
27 |
|
# The port for the client interface to listen on |
28 |
|
ClientInterface.listenPort=4510 |
31 |
|
Filter.parentFilter=root |
32 |
|
|
33 |
|
# The default filter for a new host |
34 |
< |
Host.filter=filter1 |
34 |
> |
Host.filter=computingFilter |
35 |
|
|
36 |
+ |
config.Host.killigrew.ukc.ac.uk=killigrew.conf |
37 |
+ |
|
38 |
|
# The default update times for a new host |
39 |
< |
Host.UDPUpdateTime=5 |
39 |
> |
Host.UDPUpdateTime=10 |
40 |
|
Host.TCPUpdateTime=60 |
41 |
|
|
42 |
|
# Plugin Information |
43 |
|
Filter.PluginsPackage=uk.ac.ukc.iscream.filter.plugins |
44 |
< |
Filter.Plugins=EnforceEssentialData;TypeChecker |
44 |
> |
Filter.Plugins=TypeChecker;EnforceEssentialData |
45 |
|
|
46 |
+ |
# The services checks to run on a host |
47 |
+ |
Host.serviceChecksPackage=uk.ac.ukc.iscream.filter.plugins |
48 |
+ |
Host.serviceChecks=HTTP;SMTP |
49 |
+ |
|
50 |
|
# mySQL Details |
51 |
|
config.mySQL=mySQL.conf |
52 |
+ |
|
53 |
+ |
# The time interval at which the Queue's should be monitored |
54 |
+ |
Queue.MonitorInterval=15 |
55 |
+ |
|
56 |
+ |
group.rocks=Host.slate.ukc.ac.uk |
57 |
+ |
config.rocks=rocks.conf |
58 |
+ |
|