summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cb62220)
raw | patch | inline | side by side (parent: cb62220)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 10 May 2009 19:29:10 +0000 (21:29 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 11 May 2009 09:36:56 +0000 (11:36 +0200) |
WTF happened there? ...
src/collectd.conf.in | patch | blob | history |
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index a6073b9e3b69e8d170f4f86d1facd847aaedf275..6c5bc1ebddb1c43c8c7a32335f105a4efe2791b6 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
#</Plugin>
#<Plugin "table">
-# <Table"/proc/slabinfo">
-# Instance"slabinfo"
-# Separator""
+# <Table "/proc/slabinfo">
+# Instance "slabinfo"
+# Separator " "
# <Result>
-# Typegauge
-# InstancePrefix"active_objs"
-# InstancesFrom0
-# ValuesFrom1
+# Type gauge
+# InstancePrefix "active_objs"
+# InstancesFrom 0
+# ValuesFrom 1
# </Result>
# <Result>
-# Typegauge
-# InstancePrefix"objperslab"
-# InstancesFrom0
-# ValuesFrom4
+# Type gauge
+# InstancePrefix "objperslab"
+# InstancesFrom 0
+# ValuesFrom 4
# </Result>
# </Table>
#</Plugin>