X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-perl.pod;h=85e7a8a78d27153dcf647b17e33bd9acfab96236;hb=dbe559f1627d886078d27c59f21f4f6572c00f0b;hp=0f48ba58527faabc67fbd6f7bd1ca981bab8071d;hpb=eb4aab6b6d5af827b5c1fb2f7d2550b7de22fa90;p=collectd.git diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod index 0f48ba58..85e7a8a7 100644 --- a/src/collectd-perl.pod +++ b/src/collectd-perl.pod @@ -163,7 +163,7 @@ and collectd: =item Config-Item -A config-item is one structure which keeps the informations provided in the +A config-item is one structure which keeps the information provided in the configuration file. The array of children keeps one entry for each configuration option. Each such entry is another config-item structure, which may nest further if nested blocks are used. @@ -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>