clickhouse-grafana icon indicating copy to clipboard operation
clickhouse-grafana copied to clipboard

Error: ✗ Plugin isn't available for your version of Grafana

Open vavilenski opened this issue 3 years ago • 1 comments

When I try to update my kubernetes grafana instance, I get next error in logs::

✔ Downloaded camptocamp-prometheus-alertmanager-datasource v1.2.1 zip successfully

Please restart Grafana after installing plugins. Refer to Grafana documentation for instructions if necessary.

✔ Downloaded grafana-piechart-panel v1.6.2 zip successfully

Please restart Grafana after installing plugins. Refer to Grafana documentation for instructions if necessary.

✔ Downloaded vertamedia-clickhouse-datasource v2.5.0 zip successfully

Please restart Grafana after installing plugins. Refer to Grafana documentation for instructions if necessary.

Error: ✗ Plugin isn't available for your version of Grafana (Grafana v9.0.0 linux-amd64)

Will this plugin work for Grafana >= 9.0.0 ? Thank's for your time.

vavilenski avatar Aug 04 '22 13:08 vavilenski

I have the same problem grafana v9.0.6 vertamedia-clickhouse-datasource v2.5.0 vertamedia-clickhouse-datasource

Zeratyl06 avatar Aug 15 '22 05:08 Zeratyl06

looks strange altinity grafana plugin tested with Grafana 9.x and should works fine image

Could you provide more context? how do you try to install this plugin in your environment?

Slach avatar Aug 21 '22 12:08 Slach

Of course. The plugin doesn't work for me, with an error in the grafana ui "Failed to evaluate queries and expressions: failed to execute conditions: plugin unavailable".

x-services-options: &service_options
  restart: unless-stopped
  cap_drop:
    - NET_ADMIN
    - SYS_ADMIN
  security_opt:
    - no-new-privileges

services:
  grafana:
    <<: *service_options
    container_name: grafana
    image: grafana/grafana:9.0.6
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - ./grafana/ldap.toml:/etc/grafana/ldap.toml:ro
      - ./grafana/data:/var/lib/grafana
    environment:
      GF_INSTALL_PLUGINS: vertamedia-clickhouse-datasource,grafana-piechart-panel,flant-statusmap-panel,camptocamp-prometheus-alertmanager-datasource,alexanderzobnin-zabbix-app
      GF_SERVER_ROOT_URL: 'https://{{ nginx_site_fqdn }}'
      GF_SESSION_COOKIE_SECURE: 'true'
      GF_SECURITY_ADMIN_USER: admin
      GF_SECURITY_ADMIN_PASSWORD: '{{ grafana_admin_password }}'
      GF_SECURITY_COOKIE_SECURE: 'true'
      GF_USERS_ALLOW_SIGN_UP: 'false'
      GF_AUTH_LDAP_ENABLED: 'true'
      GF_AUTH_LDAP_CONFIG_FILE: '/etc/grafana/ldap.toml'
      GF_LOG_CONSOLE_FORMAT: json
      GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS: 'vertamedia-clickhouse-datasource'

image

Zeratyl06 avatar Aug 21 '22 13:08 Zeratyl06

In your screenshot you see "plugin successuflly installed and available"

I tried to reproduce your docker-compose https://gist.github.com/cd1b0ceb7b95855a625eb14c3e743173 all works fine

could you provide more context?

Slach avatar Aug 23 '22 09:08 Slach

Ubuntu 20.04.4 Docker version 20.10.7, build f0df350 Docker Compose version v2.2.2 grafana_debug_log.txt

Zeratyl06 avatar Aug 23 '22 13:08 Zeratyl06

Works correctly with this section in docker-compose.yml

    security_opt:
      - seccomp:unconfined

Zeratyl06 avatar Aug 23 '22 14:08 Zeratyl06

so, @Zeratyl06 looks like your default docker seccomp profile is too strict

I tested on ubuntu 20.04.4 + docker 22.06.0-beta.0 + docker-compose version 1.29.2

@vavilenski is issue still relevant for you or we can close?

Slach avatar Aug 23 '22 16:08 Slach

close issue after inactivity from topic starter

Slach avatar Sep 05 '22 03:09 Slach