summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 24cc8fe)
raw | patch | inline | side by side (parent: 24cc8fe)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 15 Oct 2009 19:38:38 +0000 (21:38 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 15 Oct 2009 19:38:38 +0000 (21:38 +0200) |
debian/collectd.conf | patch | blob | history | |
debian/thresholds.conf | patch | blob | history |
diff --git a/debian/collectd.conf b/debian/collectd.conf
index 37b8dfd7fc6f6e3e0b49388794732420f4f89883..23eaa9de0d0d1a6044a9c3f33faa94a657f1876e 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
# MountPoint "/home"
# FSType "ext3"
# IgnoreSelected false
+# ReportByDevice false
#</Plugin>
#<Plugin disk>
#<Plugin dns>
# Interface "eth0"
# IgnoreSource "192.168.0.1"
+# SelectNumericQueryTypes false
#</Plugin>
#<Plugin email>
# </Listen>
# TimeToLive "128"
# Forward false
-# CacheFlush 1800
+# MaxPacketSize 1024
#</Plugin>
#<Plugin nginx>
# CacheTimeout 120
# CacheFlush 900
# WritesPerSecond 30
+# RandomTimeout 0
#
# The following settings are rather advanced
# and should usually not be touched:
diff --git a/debian/thresholds.conf b/debian/thresholds.conf
index bff223a67818ac8d8127a7d741333a1d08fa4375..c28bbe2468b89662fdfacaf2a65ba1990890f533 100644 (file)
--- a/debian/thresholds.conf
+++ b/debian/thresholds.conf
# 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">