[ZBX-18935] Agent2 Redis Plugin does not support SSL Created: 2021 Jan 28 Updated: 2021 Feb 01 Resolved: 2021 Feb 01 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Agent2 plugin (G) |
Affects Version/s: | 5.2.4 |
Fix Version/s: | None |
Type: | Incident report | Priority: | Trivial |
Reporter: | Gavin Hill | Assignee: | Igor Gorbach (Inactive) |
Resolution: | Won't fix | Votes: | 0 |
Labels: | agent2, plugin, redis | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Description |
Steps to reproduce:
Result: |
Comments |
Comment by Igor Gorbach (Inactive) [ 2021 Feb 01 ] |
Hello! Please, provide agent configuration file (including redis plugin settings) Regards, Igor |
Comment by Gavin Hill [ 2021 Feb 01 ] |
Vanilla agent2.conf file with the following added: /etc/zabbix/zabbix_agent2.d/redis.conf Plugins.Redis.KeepAlive=300
zabbix_get -s 172.16.8.27 -p 10050 -k "redis.ping[Prod]"
Changing the port from 6380 to 6379 produces: zabbix_get -s 172.16.8.27 -p 10050 -k "redis.ping[Prod]"
Redis server is set to listen without SSL on port 6379 and with SSL on 6380
|
Comment by Igor Gorbach (Inactive) [ 2021 Feb 01 ] |
Hello! Template DB Redis was deployed before Redis 6th version ,where SSL support was featured, so it is not a Zabbix bug If you wanna to get SSL support feature for this template you're able to create Zabbix Feature request for plugin modifying
|