Code

rules: Fix the arch selection for enabling the gRPC plugin.
[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
18 #LoadPlugin target_v5upgrade
20 #<Chain "PreCache">
21 #       <Rule "no_fqdn">
22 #               <Match "regex">
23 #                       Host "^[^\.]*$"
24 #                       Invert false
25 #               </Match>
26 #               Target "stop"
27 #       </Rule>
28 #</Chain>
30 # Default behavior:
31 #<Chain "PostCache">
32 #       Target "write"
33 #</Chain>