From e81c851023c889ecbfacf2d2c9c02afd7dc4596f Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 1 Jul 2009 16:10:26 +0200 Subject: [PATCH] collectd-perl(5): Add the DERIVE and ABSOLUTE data source types. --- src/collectd-perl.pod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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> -- 2.30.2