]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Add meta data documentation to exec and unixsock plugin docs
authorDagobert Michelsen <dam@opencsw.org>
Fri, 28 Feb 2020 13:47:45 +0000 (14:47 +0100)
committerDagobert Michelsen <dam@opencsw.org>
Fri, 28 Feb 2020 13:47:45 +0000 (14:47 +0100)
src/collectd-exec.pod
src/collectd-unixsock.pod

index b878657957a5614146cd8cd4891ed0cdf79a5b3d..dc79e37e4b87d84cc54608c0c00facef7b44ad8c 100644 (file)
@@ -110,6 +110,10 @@ The currently defined B<Options> are:
 Gives the interval in which the data identified by I<Identifier> is being
 collected.
 
+=item meta:B<key>=I<value>
+
+Add meta data with the key B<key> and the value I<value>.
+
 =back
 
 Please note that this is the same format as used in the B<unixsock plugin>, see
index db7000a1d791c742e47c195369653fc86c60b2e4..225d1985610bd513b15a7b22f04d7b90292a2fef 100644 (file)
@@ -120,6 +120,10 @@ The currently defined B<Options> are:
 Gives the interval in which the data identified by I<Identifier> is being
 collected.
 
+=item meta:B<key>=I<value>
+
+Add meta data with the key B<key> and the value I<value>.
+
 =back
 
 Please note that this is the same format as used in the B<exec plugin>, see