Hello everyone,
I'm currently running Zabbix and Grafana in Docker containers on the same network. However, I'm facing issues when trying to connect Zabbix to Grafana. Here are the details:
- Setup: Both Zabbix and Grafana are running in separate Docker containers on the same Docker network.
- Problem: When attempting to connect Zabbix to Grafana, I encounter various errors.
- I get a error when trying to access . This indicates that the endpoint might not be correctly configured or available.404 Not Foundhttp://172.19.0.4:8080/zabbix/api_jsonrpc.php
- I have tried various IP addresses and configurations to access the Zabbix API, but none of them work.
- I have tried different commands to test connectivity and endpoints, but I'm not getting the expected responses.curl
Thank you in advance for your help!
Comment