X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-perl.pod;h=b8d72f06fd8605574acc5f4a5a87cb400252d85e;hb=7658e9919a3ac9efafe4c7c2c76112ec67eeee3b;hp=0f48ba58527faabc67fbd6f7bd1ca981bab8071d;hpb=eb4aab6b6d5af827b5c1fb2f7d2550b7de22fa90;p=collectd.git 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>