Code

changelog: Released 4.10.7-2.
[pkg-collectd.git] / debian / filters.conf
index c0b8ad35e753dd7993ee7641e3af33711db92191..1304b6ff0c375560e3423461ca2e12e462ca133d 100644 (file)
@@ -5,18 +5,22 @@
 #PreCacheChain "PreCache"
 #PostCacheChain "PostCache"
 
+#LoadPlugin match_empty_counter
+#LoadPlugin match_hashed
 #LoadPlugin match_regex
 #LoadPlugin match_timediff
 #LoadPlugin match_value
 
 #LoadPlugin target_notification
 #LoadPlugin target_replace
+#LoadPlugin target_scale
 #LoadPlugin target_set
 
 #<Chain "PreCache">
 #      <Rule "no_fqdn">
 #              <Match "regex">
 #                      Host "^[^\.]*$"
+#                      Invert false
 #              </Match>
 #              Target "stop"
 #      </Rule>