| 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. |