X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectdctl.pod;h=21c0b500c37d36c55b7d90a97674206a8065f876;hb=e6f09ba88ed8258e5bc3eb3834fb841eba77da39;hp=65d4e051cdfed71924779e8dd7936dbe3dc347ae;hpb=666394e4a4fe8efe6a98266b9dbac32e30064f45;p=collectd.git diff --git a/src/collectdctl.pod b/src/collectdctl.pod index 65d4e051..21c0b500 100644 --- a/src/collectdctl.pod +++ b/src/collectdctl.pod @@ -117,10 +117,11 @@ limitation in the C library). A value list describes one data-set as handled by collectd. It is a colon (C<:>) separated list of the time and the values. Each value is either given as an integer if the data-type is a counter, or as a double if the data-type -is a gauge value. The number of values and the data-types have to match the -type specified in the identifier (see L for details). The time is -specified as epoch (i.Ee., standard UNIX time) or as a literal C -which will be interpreted as now. +is a gauge value. A literal C is interpreted as an undefined gauge value. +The number of values and the data-types have to match the type specified in +the identifier (see L for details). The time is specified as +epoch (i.Ee., standard UNIX time) or as a literal C which will be +interpreted as now. =head1 EXAMPLES