Code

control: Documented some B-Ds and collectd-core suggestions.
[pkg-collectd.git] / debian / thresholds.conf
index f7ec3d56b5851b9bba00637a4d3de2f220c20f73..c28bbe2468b89662fdfacaf2a65ba1990890f533 100644 (file)
 #              Instance "some_instance"
 #      </Type>
 #
+#      <Type "df">
+#              WarningMax 90
+#              Percentage true
+#      </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>