collectd.conf(5): Don't mix spaces and tabs in configuration examples.
authorSebastian Harl <sh@tokkee.org>
Thu, 5 Mar 2009 10:49:17 +0000 (11:49 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 5 Mar 2009 10:49:17 +0000 (11:49 +0100)
src/collectd.conf.pod

index 26e1ea5..43946bd 100644 (file)
@@ -454,7 +454,7 @@ finance page and dispatch the value to collectd.
       <Match>
         Regex "<span +class=\"pr\"[^>]*> *([0-9]*\\.[0-9]+) *</span>"
         DSType "GaugeAverage"
-       # Note: `stock_value' is not a standard type.
+        # Note: `stock_value' is not a standard type.
         Type "stock_value"
         Instance "AMD"
       </Match>