-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error 502 Bad Gateway #265
Comments
Can you check if you can reach your Checkmk instance from inside the Grafana docker container? |
@BenediktSeidl hey. thanks for the fast answer. Pinging from docker works fine. Im also able to see the requests in our firewall. |
So you are using a self-signed certificate, but Grafana or the docker container does not trust the CA? Or something similar? |
Yes, it seems like grafana is not trusting the CA. To check that, is it possible to disable that security mechanism? |
I don't know, this is independent of the checkmk data source, we just use the Grafana API for this. But you can use something like https://mitmproxy.org/ and use a |
Hey guys,
i got the following issue:
using Grafana v11.2.0 (c57667e448)
grafana-checkmk-datasource 3.3.0
and
checkmk RAW 2.2.0p9
Im getting the error 502 Bad Gateway when im trying to test the grafana-checkmk-datasource connection to my checkmk instance.
The Firewall isnt blocking, grafana is running in a docker.
Does anyone have any idea what might be the issue?
The text was updated successfully, but these errors were encountered: