Code

control: Let collectd-dev depend on collectd << 4.9~.
[pkg-collectd.git] / debian / filters.conf
1 # Filter configuration for collectd(1).
2 #
3 # See the section "FILTER CONFIGURATION" in collectd.conf(5) for details.
5 #PreCacheChain "PreCache"
6 #PostCacheChain "PostCache"
8 #LoadPlugin match_empty_counter
9 #LoadPlugin match_regex
10 #LoadPlugin match_timediff
11 #LoadPlugin match_value
13 #LoadPlugin target_notification
14 #LoadPlugin target_replace
15 #LoadPlugin target_set
17 #<Chain "PreCache">
18 #       <Rule "no_fqdn">
19 #               <Match "regex">
20 #                       Host "^[^\.]*$"
21 #               </Match>
22 #               Target "stop"
23 #       </Rule>
24 #</Chain>
26 #<Chain "PostCache">
27 #       Target "write"
28 #</Chain>