97 |
|
|
98 |
|
# The port for the client interface to listen on |
99 |
|
ClientInterface.listenPort=4510 |
100 |
+ |
# The name for the client interface |
101 |
+ |
ClientInterface.name=realtimeclients |
102 |
|
|
103 |
|
|
104 |
|
|
105 |
|
############################################################ |
106 |
+ |
#### Database interface configuration |
107 |
+ |
############################################################ |
108 |
+ |
|
109 |
+ |
# The name for the Database interface |
110 |
+ |
DBInterface.name=database |
111 |
+ |
|
112 |
+ |
|
113 |
+ |
|
114 |
+ |
############################################################ |
115 |
|
#### Host Configuration |
116 |
|
############################################################ |
117 |
|
|
134 |
|
|
135 |
|
## The monitors to run |
136 |
|
Monitor.PluginsPackage=uk.org.iscream.client.monitors |
137 |
< |
Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;Heartbeat;Queue;WebFeeder; |
137 |
> |
Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;\ |
138 |
> |
Heartbeat;Queue;UserCount;WebFeeder; |
139 |
|
|
140 |
|
## Default alert timeouts |
141 |
|
# these can be override on a per-monitor basis |
175 |
|
# Swap monitor threshold values |
176 |
|
Monitor.Swap.threshold.LOWER=80 |
177 |
|
Monitor.Swap.threshold.UPPER=90 |
178 |
+ |
|
179 |
+ |
|
180 |
+ |
# UserCount monitor threshold values |
181 |
+ |
Monitor.UserCount.threshold.LOWER=100 |
182 |
+ |
Monitor.UserCount.threshold.UPPER=200 |
183 |
|
|
184 |
|
|
185 |
|
# Disk monitor threshold values |