Code

po/: Updated Swedish debconf translation; thanks to Martin Bagge.
[pkg-collectd.git] / debian / thresholds.conf
index f7ec3d56b5851b9bba00637a4d3de2f220c20f73..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 "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>