projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c456bc
)
collectd.confpod: mention 2 new options to tail plugin
author
Marc Fournier
<marc.fournier@camptocamp.com>
Mon, 15 Dec 2014 16:25:34 +0000
(17:25 +0100)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Mon, 15 Dec 2014 16:25:34 +0000
(17:25 +0100)
... which were added in #673
src/collectd.conf.pod
patch
|
blob
|
history
diff --git
a/src/collectd.conf.pod
b/src/collectd.conf.pod
index
1c5d110
..
35c90b8
100644
(file)
--- a/
src/collectd.conf.pod
+++ b/
src/collectd.conf.pod
@@
-6091,6
+6091,8
@@
Use the last number found.
The matched number is a counter. Simply I<sets> the internal counter to this
value. Variants exist for C<COUNTER>, C<DERIVE>, and C<ABSOLUTE> data sources.
+=item B<GaugeAdd>
+
=item B<CounterAdd>
=item B<DeriveAdd>
@@
-6099,6
+6101,8
@@
Add the matched value to the internal counter. In case of B<DeriveAdd>, the
matched number may be negative, which will effectively subtract from the
internal counter.
+=item B<GaugeInc>
+
=item B<CounterInc>
=item B<DeriveInc>