collectd.conf: Added missing whitespace in sample table configuration.
authorSebastian Harl <sh@tokkee.org>
Sun, 10 May 2009 19:29:10 +0000 (21:29 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 11 May 2009 09:36:56 +0000 (11:36 +0200)
WTF happened there? ...

src/collectd.conf.in

index a6073b9..6c5bc1e 100644 (file)
@@ -563,20 +563,20 @@ FQDNLookup   true
 #</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>