Open movergan opened 2 years ago
Looks like it fails to parse the following lines returned by Master:
slave0:ip=redis-node-0.redis-headless.d003.svc.cluster.local,port=6379,state=online,offset=11855465,lag=0
slave1:ip=redis-node-2.redis-headless.d003.svc.cluster.local,port=6379,state=online,offset=11855249,lag=1
Somewhere here: https://github.com/opserver/Opserver/blob/a47b1fc69b33fabbdeeed6b714e7afd17dcf544b/src/Opserver.Core/Data/Redis/RedisInfo.cs#L157
I have the following config:
If I go to any replicas, I get correct information, when I go to Master, I get this 500 error:
The same error is on the dashboard.
I use Redis server 1 master 2 replicas, installed via Bitnami helm chart in K8S. Image version is: "docker.io/bitnami/redis:6.2.6-debian-10-r146"