Code

{collectd,filters}.conf: Updated for 4.9.0.
[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_hashed
10 #LoadPlugin match_regex
11 #LoadPlugin match_timediff
12 #LoadPlugin match_value
14 #LoadPlugin target_notification
15 #LoadPlugin target_replace
16 #LoadPlugin target_scale
17 #LoadPlugin target_set
19 #<Chain "PreCache">
20 #       <Rule "no_fqdn">
21 #               <Match "regex">
22 #                       Host "^[^\.]*$"
23 #               </Match>
24 #               Target "stop"
25 #       </Rule>
26 #</Chain>
28 #<Chain "PostCache">
29 #       Target "write"
30 #</Chain>