Grafana_Status_panel
Grafana_Status_panel copied to clipboard
Version 1.0.8 doesn't work with grafana 5.2.1
I got this error after upgrade :
Plugin Error Fetch error: 401 Authorization Required Instantiating https://grafana.example.com/grafana/public/vendor/plugin-css/css.js Loading https://grafana.example.com/grafana/public/vendor/plugin-css/css.js Instantiating https://grafana.example.com/grafana/public/plugins/vonage-status-panel/css/status_panel.css!https://grafana.example.com/grafana/public/vendor/plugin-css/css.js Loading https://grafana.example.com/grafana/public/plugins/vonage-status-panel/status_ctrl.js Loading plugins/vonage-status-panel/module
reverting to grafana 5.0.x fixed the issue.
Note that I've a reverse proxy in front (apache 2.2) with basic auth enabled and grafana use ldap auth also
@ggenot I suspect this is to do with your auth setup. See these discussions for a potential fix: https://github.com/grafana/grafana/issues/9692 https://github.com/grafana/grafana/issues/9509
FWIW, we're running Grafana v5.2.1 and v1.0.8 of the plugin without issues.
Can this be closed? v5.2 is not an up-to-date Grafana version