From: Sebastian Harl Date: Mon, 16 Feb 2009 21:16:22 +0000 (+0100) Subject: collectd.conf(5): Fixed some typos. X-Git-Tag: collectd-4.6.0^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dd836cfe45ef3c59ac3d29396115f18c043bb692;p=collectd.git collectd.conf(5): Fixed some typos. --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index e323c36c..2d5edaa3 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -529,7 +529,7 @@ than those of other plugins. It usually looks something like this: MinVersion 50000 Type "gauge" - InstancePrefix "out_of_stock" + InstancePrefix "out_of_stock" InstancesFrom "category" ValuesFrom "value" @@ -656,13 +656,13 @@ There must be exactly one B option inside each B block. Prepends I to the type instance. If B (see below) is not given, the string is simply copied. If B is given, I and all strings returned in the appropriate columns are concatenated together, -separated by dahes I<("-")>. +separated by dashes I<("-")>. =item B I [I ...] Specifies the columns whose values will be used to create the "type-instance" for each row. If you specify more than one column, the value of all columns -will be join together with the dahes I<("-")> as separation character. +will be join together with the dashes I<("-")> as separation character. The plugin itself does not check whether or not all built instances are different. It's your responsibility to assure that each is unique. This is