Code

added definition of N to collectd-exec
authorMichael Salmon <michael.salmon@ericsson.com>
Thu, 17 Mar 2016 13:18:04 +0000 (14:18 +0100)
committerMichael Salmon <michael.salmon@ericsson.com>
Thu, 17 Mar 2016 13:18:04 +0000 (14:18 +0100)
src/collectd-exec.pod

index 217b3ac0092495be6a84098f1d3bcf5be7ee9dc5..57e5b6e2e43a8ab2bb8b126dbbcd79565be2a5de 100644 (file)
@@ -94,7 +94,7 @@ I<Valuelist> 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<U>. When
 submitting B<U> to a counter the behavior is undefined. The time is given as
-epoch (i.E<nbsp>e. standard UNIX time).
+epoch (i.E<nbsp>e. standard UNIX time) or B<N> 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