filters.conf.j2 743 B

1234567891011121314151617181920212223242526272829303132333435
  1. # This file is managed by ansible, don't make changes here - they will be overwritten.
  2. # Filter configuration for collectd(1).
  3. #
  4. # See the section "FILTER CONFIGURATION" in collectd.conf(5) for details.
  5. #PreCacheChain "PreCache"
  6. #PostCacheChain "PostCache"
  7. #LoadPlugin match_empty_counter
  8. #LoadPlugin match_hashed
  9. #LoadPlugin match_regex
  10. #LoadPlugin match_timediff
  11. #LoadPlugin match_value
  12. #LoadPlugin target_notification
  13. #LoadPlugin target_replace
  14. #LoadPlugin target_scale
  15. #LoadPlugin target_set
  16. #LoadPlugin target_v5upgrade
  17. #<Chain "PreCache">
  18. # <Rule "no_fqdn">
  19. # <Match "regex">
  20. # Host "^[^\.]*$"
  21. # Invert false
  22. # </Match>
  23. # Target "stop"
  24. # </Rule>
  25. #</Chain>
  26. # Default behavior:
  27. #<Chain "PostCache">
  28. # Target "write"
  29. #</Chain>