We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问下大神你这个redis监控脚本是用python哪个版本写的?
我用python2.6运行有如下提示,zabbix上的数据也采集不到。 ./redis.py -p 6379 -k used_memory_rss /opt/zabbix/scripts/qiueer/python/slog.py:53: DeprecationWarning: object.new() takes no parameters slog.__logger = object.new(cls, *args, **kwd)
模板关联后,提示不支持item key
The text was updated successfully, but these errors were encountered:
python 2.7
Sorry, something went wrong.
同样的问题
No branches or pull requests
请问下大神你这个redis监控脚本是用python哪个版本写的?
我用python2.6运行有如下提示,zabbix上的数据也采集不到。
./redis.py -p 6379 -k used_memory_rss
/opt/zabbix/scripts/qiueer/python/slog.py:53: DeprecationWarning: object.new() takes no parameters
slog.__logger = object.new(cls, *args, **kwd)
模板关联后,提示不支持item key
The text was updated successfully, but these errors were encountered: