File: thresholds.conf

package info (click to toggle)
collectd 5.12.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,332 kB
  • sloc: ansic: 120,838; perl: 20,684; php: 3,007; makefile: 2,461; java: 1,713; javascript: 920; python: 892; sh: 859; cpp: 638; yacc: 231; sql: 198; lex: 146; ruby: 49; xml: 44
file content (51 lines) | stat: -rw-r--r-- 836 bytes parent folder | download | duplicates (11)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Threshold configuration for collectd(1).
#
# See the collectd-threshold(5) manual page for details.

#LoadPlugin "threshold"
#<Plugin "threshold">
#	<Type "counter">
#		WarningMin 0.00
#		WarningMax 1000.00
#		FailureMin 0
#		FailureMax 1200.00
#		Invert false
#		Persist false
#		Instance "some_instance"
#	</Type>
#
#	<Type "load">
#		DataSource "midterm"
#		WarningMax 1
#		Hysteresis 0.3
#	</Type>
#
#	<Type "cpu">
#		Instance "user"
#		WarningMax 85
#		Hits 6
#	</Type>
#
#	<Plugin "interface">
#		Instance "eth0"
#		<Type "if_octets">
#			DataSource "rx"
#			FailureMax 10000000
#		</Type>
#	</Plugin>
#
#	<Host "hostname">
#		<Type "cpu">
#			Instance "idle"
#			FailureMin 10
#		</Type>
#
#		<Plugin "memory">
#			<Type "memory">
#				Instance "cached"
#				WarningMin 100000000
#			</Type>
#		</Plugin>
#	</Host>
#</Plugin>