Code

control, rules: Reintroduced a work around for #474087.
[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 #       <Plugin "interface">
17 #               Instance "eth0"
18 #               <Type "if_octets">
19 #                       DataSource "rx"
20 #                       FailureMax 10000000
21 #               </Type>
22 #       </Plugin>
23 #
24 #       <Host "hostname">
25 #               <Type "cpu">
26 #                       Instance "idle"
27 #                       FailureMin 10
28 #               </Type>
29 #
30 #               <Plugin "memory">
31 #                       <Type "memory">
32 #                               Instance "cached"
33 #                               WarningMin 100000000
34 #                       </Type>
35 #               </Plugin>
36 #       </Host>
37 #</Threshold>