michaeldmoore / michaeldmoore-multistat-panel

A smart table display panel with fixed, updating rows (or columns)
MIT License
58 stars 14 forks source link

Panel plugin not found: michaeldmoore-multistat-panel #55

Closed lchtbruno closed 4 years ago

lchtbruno commented 4 years ago

Using grafanaversion 6.1.0, the plugin does not work. I can select the Multistat panel under visualisation:

image

However, if I aim to create the panel, it spits out this error:

Panel plugin not found: michaeldmoore-multistat-panel

image

michaeldmoore commented 4 years ago

What version of Multistat are you using? And while you're at it, what is your environment (OS etc.)?

I had to make some significant changes to support Grafana 7.x.x due to a change in their API - as far as I know, these changes should have been backwards-compatible and when testing, it seemed OK with Grafana 6.5.0, but it is possible something I added before the release has broken this for some old versions of Grafana..

The best thing (for me, at least) would be to upgrade your installation to the current version of Grafana. If this is not possible, see if you can get an earlier version of Multistat from the github archive. If you can't do either of these, let me know and I'll see if there is a simple work around for your situation. Shouldn't be too hard. Michael Moore

On Wed, Aug 19, 2020 at 11:47 AM bruno notifications@github.com wrote:

Using grafanaversion 6.1.0, the plugin does not work. I can select the Multistat panel under visualisation:

[image: image] https://user-images.githubusercontent.com/43037659/90619454-91672980-e211-11ea-9b1c-3ea1970a5e62.png

However, if I aim to create the panel, it spits out this error:

Panel plugin not found: michaeldmoore-multistat-panel

[image: image] https://user-images.githubusercontent.com/43037659/90619554-ad6acb00-e211-11ea-9ea2-00720739ac6c.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/michaeldmoore/michaeldmoore-multistat-panel/issues/55, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA4NLLWJQL52UPKTLBMTNJ3SBONUBANCNFSM4QEX4SVA .

lchtbruno commented 4 years ago

Updating grafana to the latest version did resolve the issue. Thx!