Code

collectd.conf: Added missing whitespace in sample table configuration.
[collectd.git] / src / collectd.conf.in
index a6073b9e3b69e8d170f4f86d1facd847aaedf275..6c5bc1ebddb1c43c8c7a32335f105a4efe2791b6 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>