summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: af62220)
raw | patch | inline | side by side (parent: af62220)
author | Michael Salmon <michael.salmon@ericsson.com> | |
Thu, 17 Mar 2016 13:18:04 +0000 (14:18 +0100) | ||
committer | Michael Salmon <michael.salmon@ericsson.com> | |
Thu, 17 Mar 2016 13:18:04 +0000 (14:18 +0100) |
src/collectd-exec.pod | patch | blob | history |
diff --git a/src/collectd-exec.pod b/src/collectd-exec.pod
index 217b3ac0092495be6a84098f1d3bcf5be7ee9dc5..57e5b6e2e43a8ab2bb8b126dbbcd79565be2a5de 100644 (file)
--- a/src/collectd-exec.pod
+++ b/src/collectd-exec.pod
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