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 |
+ |
# Access control list for the TCP and UDP inputs |
88 |
+ |
Filter.TCPACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW |
89 |
+ |
Filter.UDPACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW |
90 |
|
|
91 |
+ |
|
92 |
+ |
|
93 |
|
############################################################ |
94 |
|
#### Root filter interfaces configuration |
95 |
|
############################################################ |
131 |
|
# The default update times for a new host |
132 |
|
Host.UDPUpdateTime=10 |
133 |
|
Host.TCPUpdateTime=60 |
124 |
– |
Host.AveragerUpdateTime=5 |
134 |
|
|
135 |
|
# The services checks to run on a host |
136 |
|
Host.serviceChecksPackage=uk.org.iscream.cms.server.filter.plugins |
275 |
|
Alerter.IRC.nickList = iscreamBot;_iscreamBot;i-screamBot |
276 |
|
Alerter.IRC.user = i-scream |
277 |
|
Alerter.IRC.comment = i-scream alerting bot (based on PircBot) |
278 |
+ |
Alerter.IRC.finger = i-scream alerting bot (based on PircBot) |
279 |
|
Alerter.IRC.channel = #i-scream |
280 |
|
Alerter.IRC.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% - time till next alert (should one occur), %timeTillNextAlert% |
281 |
|
Alerter.IRC.reconnectDelay = 30 |