78 |
|
# The default parent filter (should almost always be the same as Filter.rootFilter) |
79 |
|
Filter.parentFilter=root |
80 |
|
|
81 |
+ |
# The input methods to activate |
82 |
+ |
# (comment or set to 0 to disable) |
83 |
+ |
Filter.ActivateTCPReader=1 |
84 |
+ |
Filter.ActivateUDPReader=1 |
85 |
+ |
Filter.ActivateCORBAReader=1 |
86 |
|
|
87 |
|
|
88 |
|
############################################################ |
126 |
|
# The default update times for a new host |
127 |
|
Host.UDPUpdateTime=10 |
128 |
|
Host.TCPUpdateTime=60 |
124 |
– |
Host.AveragerUpdateTime=5 |
129 |
|
|
130 |
|
# The services checks to run on a host |
131 |
|
Host.serviceChecksPackage=uk.org.iscream.cms.server.filter.plugins |