-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
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
zabbix discovery doesn't work. #13
Comments
Any updates or workaround for this? How to discover the Redis db? |
I have a fix on my working copy of the script for my own use by adding a new function for discovery. So in the python script, add this new function above list_key_space_db:
Making sure to add list_all_dbs_with_keys as a command line argument option:
And then in the zabbix_agent.d/zbx_redis.conf file change the line to read:
I also created a graph prototype with the 3 auto discover values in my template. You can if you want. Below is the output when I run the command, and zabbix happily discovers all of my DBs now.
|
good afternoon I do: redis_version:2.6.17 |
Is it normal, that you have discovery function for db, but it has been never used?
The text was updated successfully, but these errors were encountered: