Code

Disable the varnish plugin for now.
[pkg-collectd.git] / debian / filters.conf
index c0b8ad35e753dd7993ee7641e3af33711db92191..5dbf89003be9aebd196cb75cbc6c8f89fef05ac6 100644 (file)
@@ -5,23 +5,29 @@
 #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
+#LoadPlugin target_v5upgrade
 
 #<Chain "PreCache">
 #      <Rule "no_fqdn">
 #              <Match "regex">
 #                      Host "^[^\.]*$"
+#                      Invert false
 #              </Match>
 #              Target "stop"
 #      </Rule>
 #</Chain>
 
+# Default behavior:
 #<Chain "PostCache">
 #      Target "write"
 #</Chain>