From f9a0faefa82ff02ee938758981b54b5f39348d8e Mon Sep 17 00:00:00 2001 From: Pavel Rochnyack Date: Mon, 28 May 2018 18:52:27 +0700 Subject: [PATCH] redis plugin: polished a bit --- src/collectd.conf.in | 2 +- src/collectd.conf.pod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 715a1864..925d7d65 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -1265,7 +1265,7 @@ # Port "6379" # Timeout 2000 # -# Database 0 +# #Database 0 # Type "queue_length" # Instance "myqueue" # diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index c097a488..cb18247b 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -7276,7 +7276,7 @@ which configures the connection parameters for this node. Port "6379" Timeout 2000 - Database 0 + #Database 0 Type "queue_length" Instance "myqueue" @@ -7324,7 +7324,7 @@ There may be an arbitrary number of queries to execute. =item B I -This index selects the redis database to use for queries. Defaults +This index selects the Redis logical database to use for query. Defaults to C<0>. =item B I -- 2.11.0