Code

Remove the wheezy-security changelog entry.
[pkg-collectd.git] / debian / thresholds.conf
index bff223a67818ac8d8127a7d741333a1d08fa4375..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">
@@ -34,5 +47,5 @@
 #                      </Type>
 #              </Plugin>
 #      </Host>
-#</Threshold>
+#</Plugin>