summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9c456bc)
raw | patch | inline | side by side (parent: 9c456bc)
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 1c5d110a7af108df68646313f434ec7850d7c71a..35c90b8641586cf44c7b84f4bf15b8a452a121ea 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
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>
matched number may be negative, which will effectively subtract from the
internal counter.
+=item B<GaugeInc>
+
=item B<CounterInc>
=item B<DeriveInc>