Code

rules: avoid building synproxy plugin on kfreebsd-* archs
[pkg-collectd.git] / debian / thresholds.conf
index f7ec3d56b5851b9bba00637a4d3de2f220c20f73..2bd4f2c0452d90a77c33c1c44875147048d1293e 100644 (file)
@@ -1,8 +1,9 @@
 # Threshold configuration for collectd(1).
 #
-# See the section "THRESHOLD CONFIGURATION" in collectd.conf(5) for details.
+# See the collectd-threshold(5) manual page for details.
 
-#<Threshold>
+#LoadPlugin "threshold"
+#<Plugin "threshold">
 #      <Type "counter">
 #              WarningMin 0.00
 #              WarningMax 1000.00
 #              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>
@@ -33,5 +47,5 @@
 #                      </Type>
 #              </Plugin>
 #      </Host>
-#</Threshold>
+#</Plugin>