File: filters.conf

package info (click to toggle)
collectd 5.8.1-1.3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,516 kB
  • sloc: ansic: 98,848; sh: 15,356; perl: 9,968; php: 3,007; makefile: 2,016; java: 1,778; cpp: 625; python: 387; yacc: 232; sql: 198; lex: 142; ruby: 49; xml: 44
file content (34 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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>