Code

Released changelog.
[pkg-collectd.git] / debian / thresholds.conf
index c28bbe2468b89662fdfacaf2a65ba1990890f533..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 "df">
-#              WarningMax 90
-#              Percentage true
-#      </Type>
-#
 #      <Type "load">
 #              DataSource "midterm"
 #              WarningMax 1
@@ -51,5 +47,5 @@
 #                      </Type>
 #              </Plugin>
 #      </Host>
-#</Threshold>
+#</Plugin>