Grafana version 10.2.2
I am trying to configure this zabbix plugin to communicate to the zabbix api
But after configuring the plugin and pressing the “test and save” button it eventually times out:
Post “https://hostip/zabbix/api_jsonrpc.php”: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
I have been able to get a response from the api using curl from the grafana host to the zabbix host so there is no issue with routing.
I am unable to see the attempt in the zabbix access logs which I was able to see for the curl test. This would suggest that its falling over somewhere between grafana and zabbix.
I was able to successfully test the plugin from a local installation of grafana which only uses local user accounts so I suspect its our implementation of Okta OIDC authentication which is causing the issue, but im not sure what.
I have attached the grafana log file and Grafana Okta config.
Any more information, please let me know.