Code

Disable the netlink plugin, as it does not compile anyways
[pkg-collectd.git] / debian / thresholds.conf
index c28bbe2468b89662fdfacaf2a65ba1990890f533..53c62beebcc97c8103272212aff533e4e5c742ce 100644 (file)
@@ -2,7 +2,8 @@
 #
 # See the section "THRESHOLD CONFIGURATION" in collectd.conf(5) 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>