Checkmk / grafana-checkmk-datasource

CheckMK data source for Grafana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data source does not appear in grafana

rimkov opened this issue · comments

commented

Hello,
i'm using grafana 8.5.2 (docker) and i followed the check_mk documentation with the git clone method but the data source does not appear in grafana :(
https://docs.checkmk.com/latest/en/grafana.html
what could i have forgotten ?

thank you for your help :)

I had the same problem with my Docker setup.
The problem for me was that since my configuration was almost empty, I didn't have the predefined sections in the .ini file.

It worked for me by making the

allow_loading_unsigned_plugins = checkmk-datasource

to

[plugins]
allow_loading_unsigned_plugins = checkmk-datasource
commented
commented

it seems that the plugin ID is not checkmk-datasource but tribe-29-checkmk-datasource ! after compilation everything is ok.
the correct line is :

[plugins]
allow_loading_unsigned_plugins = tribe-29-checkmk-datasource

checkmk documentation is not correct.

You followed the 2.0.0 version of the documentation, https://docs.checkmk.com/master/en/grafana.html should describe the correct way to set up the data source but it's still work in progress.
I've created two internal issues for our knowledge-team to update the documentation to make it more clear which version of the data source plugin will be installed.