summaryrefslogtreecommitdiffstats
path: root/conf.d/python.d
diff options
context:
space:
mode:
authorliu lei <leolovenet@gmail.com>2016-10-19 14:24:52 +0800
committerliu lei <leolovenet@gmail.com>2016-10-19 14:24:52 +0800
commitc335489138f329e4dbcda92b0957b45c201d1b29 (patch)
treec05594b189f1fc66b61b7af04c85236282437d62 /conf.d/python.d
parentc9e318603b7cbfa65203d38431f43c5375f0118c (diff)
1. changed arguments from decode() in base.py to support versions of Python 2.6
2. added pass parameters to redis for AUTH command 3. optimized nginx.chart.py and phpfpm.chart.py submenu name 4. optimized phpfpm.chart.py average display
Diffstat (limited to 'conf.d/python.d')
-rw-r--r--conf.d/python.d/redis.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf.d/python.d/redis.conf b/conf.d/python.d/redis.conf
index e1ce2de2e6..983fbfbdb3 100644
--- a/conf.d/python.d/redis.conf
+++ b/conf.d/python.d/redis.conf
@@ -62,6 +62,8 @@
# host: 'IP or HOSTNAME' # the host to connect to
# port: PORT # the port to connect to
#
+# and
+# pass: 'password' # the redis password to use for AUTH command
#
# ----------------------------------------------------------------------
@@ -71,27 +73,33 @@
socket1:
name : 'local'
socket : '/tmp/redis.sock'
+ # pass : ''
socket2:
name : 'local'
socket : '/var/run/redis/redis.sock'
+ # pass : ''
socket3:
name : 'local'
socket : '/var/lib/redis/redis.sock'
+ # pass : ''
localhost:
name : 'local'
host : 'localhost'
port : 6379
+ # pass : ''
localipv4:
name : 'local'
host : '127.0.0.1'
port : 6379
+ # pass : ''
localipv6:
name : 'local'
host : '::1'
port : 6379
+ # pass : ''