73 |
|
# The internal Queue's can be monitored. This specifies |
74 |
|
# the interval, in seconds, at which their state should |
75 |
|
# be monitored. |
76 |
< |
Queue.MonitorInterval=15 |
76 |
> |
Queue.MonitorInterval=300 |
77 |
|
# The maximum size a Queue can be before items are |
78 |
|
# dropped when new ones arrive. |
79 |
|
Queue.SizeLimit=1000 |
211 |
|
Host.filter=filter1; |
212 |
|
|
213 |
|
# Hosts send data every UDPUpdateTime, in seconds. |
214 |
< |
Host.UDPUpdateTime=10 |
214 |
> |
Host.UDPUpdateTime=60 |
215 |
> |
|
216 |
> |
# How long a hosts config is valid for (a TTL effectively) |
217 |
> |
# after this time, in seconds, has passed a host should |
218 |
> |
# consider it's configuration invalid and check for a new |
219 |
> |
# configuration as soon as it can. |
220 |
> |
Host.ConfigTTL=3600 |
221 |
|
|
222 |
|
# We can run service checks on a host. The java package |
223 |
|
# which contains them is specified here. |