summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 54daa5d)
raw | patch | inline | side by side (parent: 54daa5d)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 26 May 2008 16:20:37 +0000 (18:20 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 26 May 2008 16:20:37 +0000 (18:20 +0200) |
This provides an example for the new feature to ignore certain disks.
debian/collectd.conf | patch | blob | history |
diff --git a/debian/collectd.conf b/debian/collectd.conf
index 57e667b0440ee487747182673b3cf6b4d340333f..1b88777801853ba883073778fd4c43c11e58293c 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
# IgnoreSelected false
#</Plugin>
+#<Plugin disk>
+# Disk "hda"
+# Disk "/sda[23]/"
+# IgnoreSelected false
+#</Plugin>
+
#<Plugin dns>
# Interface "eth0"
# IgnoreSource "192.168.0.1"