From fba35a7954d2e6a14e14a9ee0c923ee43b8d3a79 Mon Sep 17 00:00:00 2001 From: Dagobert Michelsen Date: Fri, 28 Feb 2020 14:47:45 +0100 Subject: [PATCH] Add meta data documentation to exec and unixsock plugin docs --- src/collectd-exec.pod | 4 ++++ src/collectd-unixsock.pod | 4 ++++ 2 files changed, 8 insertions(+) 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 -- 2.47.3