I’m encountering an issue with the REST API; they are telling me there might be a problem with the versions or the edition of Checkmk. I tried getting the latest version of the Grafana Checkmk Datasource plugin, version 3.3.0 (more precisely this plugin: https://github.com/Checkmk/grafana-checkmk-datasource/releases/download/v3.3.0/tribe-29-checkmk-datasource-3.3.0.zip) . Despite this, it seems that the API route isn’t up-to-date. Consequently, I’m unable to connect my Checkmk server to Grafana v11.1.0.
Should I wait for a plugin update? Or is there possibly an error in how I’m setting things up?
Hello
Please, check your config. It seems you are using Checkmk 2.2.0p23 Raw edition (cre), so you must fill this information:
URL: http:///
Edition: Raw Edition
Version: >= 2.2
Also check the credentials you are using.
I was following the Checkmk Grafana Integration documentation and identified a key issue: the address for the Checkmk data source must include the port 5000 in the format http://127.0.0.1:5000/<checkmk_site>. Additionally, Grafana must be running on the same server as Checkmk for the integration to work; otherwise, it won’t function.
Moreover, you’ll need to set several environment variables for proper operation. These can either be exported directly in your environment or defined in a .env file for convenience.