From: Pierre-Yves Ritschard Date: Mon, 28 Oct 2013 13:18:02 +0000 (+0100) Subject: Add documentation bits for the new 'Attribute' directive X-Git-Tag: collectd-5.5.0~336^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F459%2Fhead;p=thirdparty%2Fcollectd.git Add documentation bits for the new 'Attribute' directive --- diff --git a/src/collectd.conf.in b/src/collectd.conf.in index d4d5a205b..4542a4b59 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -1177,6 +1177,7 @@ # AlwaysAppendDS false # # Tag "foobar" +# Attribute "foo" "bar" # ############################################################################## diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 691a7494f..fe72534eb 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -6288,6 +6288,7 @@ Synopsis: TTLFactor 2.0 Tag "foobar" + Attribute "foo" "bar" The following options are understood by the I: @@ -6348,6 +6349,11 @@ default value. Add the given string as an additional tag to the metric being sent to I. +=item B I I + +Consider the two given strings to be the key and value of an additional +attribute for each metric being sent out to I. + =back =head1 THRESHOLD CONFIGURATION