projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae966c6
)
collectd-perl(5): Add the DERIVE and ABSOLUTE data source types.
author
Florian Forster
<octo@huhu.verplant.org>
Wed, 1 Jul 2009 14:10:26 +0000
(16:10 +0200)
committer
Florian Forster
<octo@noris.net>
Wed, 1 Jul 2009 14:10:26 +0000
(16:10 +0200)
src/collectd-perl.pod
patch
|
blob
|
history
diff --git
a/src/collectd-perl.pod
b/src/collectd-perl.pod
index
0f48ba5
..
b8d72f0
100644
(file)
--- 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<DS_TYPE_GAUGE>
+=item B<DS_TYPE_DERIVE>
+
+=item B<DS_TYPE_ABSOLUTE>
+
=back
=item B<:log>