From: Florian Forster Date: Sat, 2 Jun 2007 07:25:31 +0000 (+0200) Subject: collectd-unixsock(5): Corrected the information about the PUTVAL format. X-Git-Tag: collectd-4.0.0~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5b74a3450762fbd6a42e89fdbb2a834b6b085a91;p=collectd.git collectd-unixsock(5): Corrected the information about the PUTVAL format. --- diff --git a/src/collectd-unixsock.pod b/src/collectd-unixsock.pod index 55e46b84..7c0e316e 100644 --- a/src/collectd-unixsock.pod +++ b/src/collectd-unixsock.pod @@ -54,10 +54,11 @@ Example: Submits a value (identified by I, see below) to the daemon which will dispatch it to all it's write-plugins. The I is a -colon-seperated list of values, either an integer if the data-source is a -counter, of a double if the data-source if of type "gauge". You can submit an -undefined gauge-value by using B. When submitting B to a counter the -behavior is undefined. +colon-seperated list of the time and the values, each either an integer if the +data-source is a counter, of a double if the data-source if 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). Example: -> | PUTVAL testhost/interface/if_octets-test0 1179574444:123:456