lepus3.7和lepus3.8beat版本就是在监控redis时候发现后台会报这个错误。 /usr/lib/python2.6/site-packages/redis-2.10.3-py2.6.egg/redis/client.py:404: DeprecationWarning: "charset" is deprecated. Use "encoding" instead 

提示说编码不对,我按照群里朋友提示,修改check_redis.py里面的charset='utf-8'修改成encoding='utf-8',问题解决


[root@cacti lepus]# find / -name "check_redis.py"

/data/soft/lepus_v3.7/python/check_redis.py

/usr/local/lepus/check_redis.py