1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-03 00:33:55 +00:00
dockerfiles/collectd/data/conf.d/filters.conf

35 lines
656 B
Plaintext
Raw Normal View History

2017-03-19 14:22:54 +00:00
# Filter configuration for collectd(1).
#
# See the section "FILTER CONFIGURATION" in collectd.conf(5) for details.
#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>