Hi,
Having some problems with getting web-service to work. Zabbix 6.0
Currently running web-service as an deployment in k8s based on an container made from https://github.com/zabbix/zabbix-doc...service/alpine
Whatever I do I get this error message:
2024/06/05 11:41:25.166244 starting Zabbix web service │
│ 2024/06/05 11:42:08.929360 received report request from 10.68.15.231:47877 │
│ 2024/06/05 11:42:40.146989 error while dashboard was getting ready: Execution context was destroyed. (-32000), url:"https://valid-url/to/dashboard".
The Kubernetes deployment does have access to the zabbix dashboard.
Any idea what this error message could mean? I'm stuck since I do not see any more helpful logs than this.
I did try to run this same setup on an Linux VM using docker-compose. But I get the same error message.
Any ideas?
/Jo Christian
Having some problems with getting web-service to work. Zabbix 6.0
Currently running web-service as an deployment in k8s based on an container made from https://github.com/zabbix/zabbix-doc...service/alpine
Whatever I do I get this error message:
2024/06/05 11:41:25.166244 starting Zabbix web service │
│ 2024/06/05 11:42:08.929360 received report request from 10.68.15.231:47877 │
│ 2024/06/05 11:42:40.146989 error while dashboard was getting ready: Execution context was destroyed. (-32000), url:"https://valid-url/to/dashboard".
The Kubernetes deployment does have access to the zabbix dashboard.
Any idea what this error message could mean? I'm stuck since I do not see any more helpful logs than this.
I did try to run this same setup on an Linux VM using docker-compose. But I get the same error message.
Any ideas?
/Jo Christian
Comment