redis plugin: polished a bit
authorPavel Rochnyack <pavel2000@ngs.ru>
Mon, 28 May 2018 11:52:27 +0000 (18:52 +0700)
committerPavel Rochnyack <pavel2000@ngs.ru>
Mon, 28 May 2018 11:52:27 +0000 (18:52 +0700)
src/collectd.conf.in
src/collectd.conf.pod

index 715a186..925d7d6 100644 (file)
 #      Port "6379"
 #      Timeout 2000
 #      <Query "LLEN myqueue">
-#        Database 0
+#        #Database 0
 #        Type "queue_length"
 #        Instance "myqueue"
 #      <Query>
index c097a48..cb18247 100644 (file)
@@ -7276,7 +7276,7 @@ which configures the connection parameters for this node.
         Port "6379"
         Timeout 2000
         <Query "LLEN myqueue">
-          Database 0
+          #Database 0
           Type "queue_length"
           Instance "myqueue"
         <Query>
@@ -7324,7 +7324,7 @@ There may be an arbitrary number of queries to execute.
 
 =item B<Database> I<Index>
 
-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<Type> I<Collectd type>