From: Dagobert Michelsen Date: Fri, 28 Feb 2020 13:47:45 +0000 (+0100) Subject: Add meta data documentation to exec and unixsock plugin docs X-Git-Tag: collectd-5.11.0~20^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fba35a7954d2e6a14e14a9ee0c923ee43b8d3a79;p=thirdparty%2Fcollectd.git Add meta data documentation to exec and unixsock plugin docs --- diff --git a/src/collectd-exec.pod b/src/collectd-exec.pod index b87865795..dc79e37e4 100644 --- a/src/collectd-exec.pod +++ b/src/collectd-exec.pod @@ -110,6 +110,10 @@ The currently defined B are: Gives the interval in which the data identified by I is being collected. +=item meta:B=I + +Add meta data with the key B and the value I. + =back Please note that this is the same format as used in the B, see diff --git a/src/collectd-unixsock.pod b/src/collectd-unixsock.pod index db7000a1d..225d19856 100644 --- a/src/collectd-unixsock.pod +++ b/src/collectd-unixsock.pod @@ -120,6 +120,10 @@ The currently defined B are: Gives the interval in which the data identified by I is being collected. +=item meta:B=I + +Add meta data with the key B and the value I. + =back Please note that this is the same format as used in the B, see