From: Florian Forster Date: Wed, 1 Jul 2009 14:10:26 +0000 (+0200) Subject: collectd-perl(5): Add the DERIVE and ABSOLUTE data source types. X-Git-Tag: collectd-4.8.0~92 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=e81c851023c889ecbfacf2d2c9c02afd7dc4596f collectd-perl(5): Add the DERIVE and ABSOLUTE data source types. --- diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod index 0f48ba58..b8d72f06 100644 --- a/src/collectd-perl.pod +++ b/src/collectd-perl.pod @@ -182,7 +182,7 @@ structure. The general layout looks like this: [{ name => 'data_source_name', - type => DS_TYPE_COUNTER || DS_TYPE_GAUGE, + type => DS_TYPE_COUNTER || DS_TYPE_GAUGE || DS_TYPE_DERIVE || DS_TYPE_ABSOLUTE, min => value || undef, max => value || undef }, ...] @@ -569,6 +569,10 @@ available (B<:all> will export all of them): =item B +=item B + +=item B + =back =item B<:log>