From 7554d50adcf313f18404046debd9d1764be76faf Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Tue, 24 Jun 2014 15:50:03 +0200 Subject: [PATCH] remove quotes in example config to make all statements consistent --- 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 1e292c1a..3e2ddeef 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -192,7 +192,7 @@ # ription of those options is available in the collectd.conf(5) manual page. # ############################################################################## -# +# # # #Host "unspecified" # Plugin "cpu" @@ -212,7 +212,7 @@ # # -# +# # # Host "localhost" # Port "5672" @@ -252,7 +252,7 @@ # CACert "/etc/ssl/ca.crt" # -# +# # URL "http://localhost:8053/" # ParseTime false # OpCodes true @@ -334,7 +334,7 @@ # # -# +# # # Host "my_host" # Instance "some_instance" @@ -429,7 +429,7 @@ # # -# +# # MCReceiveFrom "239.2.11.71" "8649" # # Type "swap" @@ -473,7 +473,7 @@ # IgnoreSelected true # -# +# # JVMArg "-verbose:jni" # JVMArg "-Djava.class.path=@prefix@/share/collectd/java/collectd-api.jar" # @@ -984,14 +984,14 @@ # TimerPercentile 90.0 # -# +# # ReportByDevice false # ReportBytes true # ValuesAbsolute true # ValuesPercentage false # -# +# # # Instance "slabinfo" # Separator " " @@ -1010,7 +1010,7 @@ #
#
-# +# # # Instance "exim" # Interval 60 @@ -1030,7 +1030,7 @@ # # -# +# # # Type "percent" # Instance "dropped" @@ -1246,7 +1246,7 @@ ############################################################################## #@BUILD_PLUGIN_THRESHOLD_TRUE@LoadPlugin "threshold" -# +# # # WarningMin 0.00 # WarningMax 1000.00 -- 2.11.0