Code

collectd.conf, thresholds.conf: Added new config options.
[pkg-collectd.git] / debian / thresholds.conf
1 # Threshold configuration for collectd(1).
2 #
3 # See the section "THRESHOLD CONFIGURATION" in collectd.conf(5) for details.
5 #<Threshold>
6 #       <Type "counter">
7 #               WarningMin 0.00
8 #               WarningMax 1000.00
9 #               FailureMin 0
10 #               FailureMax 1200.00
11 #               Invert false
12 #               Persist false
13 #               Instance "some_instance"
14 #       </Type>
15 #
16 #       <Type "df">
17 #               WarningMax 90
18 #               Percentage true
19 #       </Type>
20 #
21 #       <Type "load">
22 #               DataSource "midterm"
23 #               WarningMax 1
24 #               Hysteresis 0.3
25 #       </Type>
26 #
27 #       <Type "cpu">
28 #               Instance "user"
29 #               WarningMax 85
30 #               Hits 6
31 #       </Type>
32 #
33 #       <Plugin "interface">
34 #               Instance "eth0"
35 #               <Type "if_octets">
36 #                       DataSource "rx"
37 #                       FailureMax 10000000
38 #               </Type>
39 #       </Plugin>
40 #
41 #       <Host "hostname">
42 #               <Type "cpu">
43 #                       Instance "idle"
44 #                       FailureMin 10
45 #               </Type>
46 #
47 #               <Plugin "memory">
48 #                       <Type "memory">
49 #                               Instance "cached"
50 #                               WarningMin 100000000
51 #                       </Type>
52 #               </Plugin>
53 #       </Host>
54 #</Threshold>