[Check_mk (deutsch)] grafana plugin Fetch error: 404 Not Found Instantiating

CMK 21.0p9:
OS version: Debain 11

Error message: Fetch error: 404 Not Found Instantiating

Hallo,
ich versuche grafana plugin bei mir zu installieren, hab alles nach Einleitung durch geführt bekomme aber den oben genannten Fehler.

hier ein auszug aus der Log date von grafana
logger=context userId=1 orgId=1 uname=admin t=2022-08-09T12:17:59.3644149+02:00 level=info msg=“Request Completed” method=GET path=/public/app/plugins/datasource/dist/img/checkmk_logo.png status=404 remote_addr=192.168.133.101 time_ms=2 duration=2.3663ms size=34449 referer=“http://192.168.3.44:3000/datasources/new?utm_source=grafana_gettingstarted
logger=context userId=1 orgId=1 uname=admin t=2022-08-09T12:18:04.5879121+02:00 level=info msg=“Request Completed” method=GET path=/public/app/plugins/datasource/dist/module status=404 remote_addr=192.168.133.101 time_ms=2 duration=2.4026ms size=36066 referer=http://192.168.3.44:3000/datasources/edit/eNFk_Wi4k

Was auch komisch ist das laut der Anleitung der Plugin Ordner in diesen Pfad sich befindet ```
/var/lib/grafana/plugins

ist aber auf /usr/share/grafana/public/app/plugins/datasource/

hatte jemmand auch das Problem? oder muss ich auf eine ältere Version von grafana wechseln?

Welche Grafana Version verwendest du?
Welche Plugin Version verwendest du?
Wir haben gestern die 2.0.1 von grafana-checkmk-datasource veröffentlicht.
Hast du das Plugin frisch installiert, oder von einer älteren Version aktualisiert?

ich verwende grafana 9.0.6
und das plugin version ```
grafana-checkmk-datasource-2.0b2

ich hbae heute alles frisch aufgesetzt

  1. Install the plugin grafana-checkmk-datasource in directory /var/lib/grafana/plugins/datasource
  2. Make sure the plugins tree is owned by user + group grafana, i.e.

cd /var/lib/grafana

chown -R grafana:grafana plugins

  1. Add this line to the file /etc/grafana/grafana.ini :
    allow_loading_unsigned_plugins = tribe-29-checkmk-datasource
  2. Restart grafana-server:

    sudo systemctl restart grafana-server

directory /var/lib/grafana/plugins/datasource is not available?

Create that path:

sudo mkdir -p /var/lib/grafana/plugins/datasource

sudo chown -R grafana:grafana /var/lib/grafana/plugins

i did it and copy plugin inthis folder but still have this problem

the plugin has been removed from /usr/share/grafana/public/app/plugins/datasource ?

yes id do and now the plugin ist not more available

i thing since last update of grafana Pluing settings has been change.
Resources are diferent too. All plugins have the sttings of the src folder. Maybe you need to change for new version the code.

Ich habe es gerade noch mal ausprobiert: Version 2.0.1 des Plugins funktioniert zusammen mit Grafana 9.0.6
Bitter gehe nach der folgenden Anleitung vor, verwende aber die Version 2.0.1

1 Like

Running grafana-enterprise 9.0.5.1 with grafana-checkmk-datasource 2.0.1 on RedHat 7.9

Der Plugin Ordner befindet sich auch in /var/lib/grafana/plugins?
Danke

Welches Betriebssystem Debian oder Ubuntu?
bei mir kommt folgender Fehler
cd: /var/lib/grafana/plugins: Datei oder Verzeichnis nicht gefunden

where is the plugin folder i couldn’t find in ```
/var/lib/grafana/plugins

Thx all yes you need to create folder under sudo mkdir -p /var/lib/grafana/plugins/datasource
than copy new version in this folder.
So please add this in discription!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.