From dd836cfe45ef3c59ac3d29396115f18c043bb692 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 16 Feb 2009 22:16:22 +0100 Subject: [PATCH] collectd.conf(5): Fixed some typos. --- src/collectd.conf.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.11.0