grafana / piechart-panel

Pie Chart Panel Plugin
MIT License
151 stars 101 forks source link

pie chart plugin not working #247

Open mukeshchhotmail opened 3 years ago

mukeshchhotmail commented 3 years ago

Facing problem with the latest plugin 1.6.0. Tried installing / uninstalling the plugin several times. Restart the Service and also the server. It still keeps showing the error message for the pie chart plugin. Any suggestions? The installation seems to complete fine:

root@DNS:/home/mukesh# grafana-cli plugins install grafana-piechart-panel 1.6.0 --debug getting plugin metadata from: https://grafana.com/api/plugins pluginId: grafana-piechart-panel installing grafana-piechart-panel @ 1.6.0 from: https://grafana.com/api/plugins/grafana-piechart-panel/versions/1.6.0/download into: /var/lib/grafana/plugins

Extracting archive /tmp/458214298.zip to /var/lib/grafana/plugins... ✔ Installed grafana-piechart-panel successfully

Restart grafana after installing plugins .

root@DNS:/home/mukesh# service grafana-server restart

mukeshchhotmail commented 3 years ago

For that matter none of the plugins are installing, even though the status says that they have been installed.

Regards, Mukesh


From: Douglas notifications@github.com Sent: Wednesday, September 2, 2020 4:08:38 AM To: grafana/piechart-panel piechart-panel@noreply.github.com Cc: mukeshchhotmail mukeshch.srivastava@hotmail.com; Author author@noreply.github.com Subject: Re: [grafana/piechart-panel] pie chart plugin not working (#247)

me too

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fgrafana%2Fpiechart-panel%2Fissues%2F247%23issuecomment-685041695&data=02%7C01%7C%7C677ad7ad6286404bab0408d84ea20d38%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637345805191908403&sdata=Bn3RBR9As%2BpOVd0ZkCSrrN4yf30AetJ8SqtuAmCMdeQ%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAP72DBBNTP2SWBGJXMHA47TSDU2CNANCNFSM4QLHCHBQ&data=02%7C01%7C%7C677ad7ad6286404bab0408d84ea20d38%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637345805191918395&sdata=JG5nAhUAgk9EzRAF9buKzY8Jd4VzKgh1C9H7bqopbuM%3D&reserved=0.

mpowelltech commented 3 years ago

Check /etc/grafana/grafana.ini and ensure you haven't set a custom plugin location. It should say plugins = /var/lib/grafana/plugins, though it may be commented out which should be fine, as long as it's not set to something else.

devopstt commented 3 years ago

Had the same issue. Plugin folder was correct as I sawin the logs. But still no plugin registration during service start. My fault was to remote copy another plugin from another server but without the folder. So it ended up with the plugin files in the plugin folder. It registered the wrong copied plugin but not the others (like pie chart) in the correct folder.

What worked: I removed everything from the plugin folder and installed the plugins again. Seems like I messed up the grafana plugin loader with my plugin files in the parent folder.