Is there any open source redis monitoring tool in linux?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi @abab3d70ecbb4009bf3f31f732ee9,
A tool to monitor only redis, I’m not sure however as already mentioned, you can use tools like Nagios, Sensu, Icinga2 to implement a monitoring solution for all your services and droplets.
Hi there,
It would depend a bit on what monitoring solutions you are already using.
For example, if you are already using Nagios, there is Nagios Redis check that you could use:
https://exchange.nagios.org/directory/Plugins/Databases/check_redis-2Epl/details
If you are already using New Relic, they also offer Redis monitorig:
https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/redis/redis-integration/
Do you already have a monitoring solution in place?
Best,
Bobby