Code

Re-enable the varnish plugin
[pkg-collectd.git] / debian / filters.conf
index cc63f69cdf5628f6bdb4ec599a3f01777c10a91b..5dbf89003be9aebd196cb75cbc6c8f89fef05ac6 100644 (file)
@@ -5,15 +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>