collectd.confpod: mention 2 new options to tail plugin
authorMarc Fournier <marc.fournier@camptocamp.com>
Mon, 15 Dec 2014 16:25:34 +0000 (17:25 +0100)
committerMarc 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

index 1c5d110..35c90b8 100644 (file)
@@ -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>