X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd-exec.pod;h=654db4088bb794516b621d5fb10d52aa87f3f835;hb=c89182b424bb4184bd7da3f2ab687b542ed7eea3;hp=217b3ac0092495be6a84098f1d3bcf5be7ee9dc5;hpb=f8de611986ecf2fd6f1108c6511480e8deaee21f;p=collectd.git diff --git a/src/collectd-exec.pod b/src/collectd-exec.pod index 217b3ac0..654db408 100644 --- a/src/collectd-exec.pod +++ b/src/collectd-exec.pod @@ -94,7 +94,7 @@ I is a colon-separated list of the time and the values, each either an integer if the data-source is a counter, or a double if the data-source is of type "gauge". You can submit an undefined gauge-value by using B. When submitting B to a counter the behavior is undefined. The time is given as -epoch (i.Ee. standard UNIX time). +epoch (i.Ee. standard UNIX time) or B to use the current time. You can mix options and values, but the order is important: Options only effect following values, so specifying an option as last field is allowed, but @@ -169,6 +169,19 @@ table. All the options are optional, but B without B or B without B doesn't make much sense and should be avoided. +=item BI + +Sets user defined meta information. The B key is a single character +defining the type of the meta information. + +The current supported types are: + +=over 8 + +=item B A string passed as-is. + +=back + =back =back @@ -293,6 +306,6 @@ L, L =head1 AUTHOR -Florian Forster Eocto@verplant.orgE +Florian Forster Eocto@collectd.orgE =cut