From 0fa02dfe46b82d720bc5aecccb723002babca3ff Mon Sep 17 00:00:00 2001 From: Tomofumi Hayashi Date: Thu, 28 Sep 2017 12:57:46 +0900 Subject: [PATCH] write_redis_plugin: Add document for MaxSetDuration This change adds description for MaxSetDuration, which is introduced at #2440. --- src/collectd.conf.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 91d53817..fdbe1956 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -9323,6 +9323,7 @@ Synopsis: Prefix "collectd/" Database 1 MaxSetSize -1 + MaxSetDuration -1 StoreRates true @@ -9385,6 +9386,12 @@ to C<0>. The B option limits the number of items that the I can hold. Negative values for I sets no limit, which is the default behavior. +=item B I + +The B option limits the duration of items that the +I can hold. Negative values for I sets no duration, which +is the default behavior. + =item B B|B If set to B (the default), convert counter values to rates. If set to -- 2.11.0