From 5b74a3450762fbd6a42e89fdbb2a834b6b085a91 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 2 Jun 2007 09:25:31 +0200 Subject: [PATCH] collectd-unixsock(5): Corrected the information about the PUTVAL format. --- src/collectd-unixsock.pod | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.30.2