From 522c9cbb3d2223bb70a2e51dd69d55320d2a66a8 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 10 May 2009 21:29:10 +0200 Subject: [PATCH] collectd.conf: Added missing whitespace in sample table configuration. WTF happened there? ... --- src/collectd.conf.in | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index a6073b9e..6c5bc1eb 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -563,20 +563,20 @@ FQDNLookup true # # -# -# Instance"slabinfo" -# Separator"" +# +# Instance "slabinfo" +# Separator " " # -# Typegauge -# InstancePrefix"active_objs" -# InstancesFrom0 -# ValuesFrom1 +# Type gauge +# InstancePrefix "active_objs" +# InstancesFrom 0 +# ValuesFrom 1 # # -# Typegauge -# InstancePrefix"objperslab" -# InstancesFrom0 -# ValuesFrom4 +# Type gauge +# InstancePrefix "objperslab" +# InstancesFrom 0 +# ValuesFrom 4 # #
#
-- 2.11.0