Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't install the plugin on raspberry-hosted grafana using CLI commands #39

Open
mo802 opened this issue Sep 9, 2021 · 17 comments
Open

Comments

@mo802
Copy link

mo802 commented Sep 9, 2021

hello,
i'm trying to install the plugin on raspberry-hosted grafana using CLI commands but i get an error message.
the CLI command and the error message are shown bellow
plugin error

@Garridus
Copy link

Garridus commented Sep 9, 2021

The sudo command allows users to gain administrative or root access
$ sudo grafana-cli

@mo802
Copy link
Author

mo802 commented Sep 9, 2021

yeah really thanks, i think it successfully installed.
plugin solved

but where i can find this panel on grafana dashboard ?

@mo802
Copy link
Author

mo802 commented Sep 9, 2021

i have found it but with a signature error !!
plugin sign error

how could i solve this

@Garridus
Copy link

Garridus commented Sep 9, 2021

Edit grafana.ini
allow_loading_unsigned_plugins
Enter a comma-separated list of plugin identifiers to identify plugins to load even if they are unsigned.

[plugins]
enable_alpha = true

;app_tls_skip_verify_insecure = false

Enter a comma-separated list of plugin identifiers to identify plugins that are allowed to be loa>

allow_loading_unsigned_plugins = geekrus-mqtt-panel

Enable or disable installing plugins directly from within Grafana.

plugin_admin_enabled = false
;plugin_admin_external_manage_enabled = false
;plugin_catalog_url = https://grafana.com/grafana/plugins/

@mo802
Copy link
Author

mo802 commented Sep 9, 2021

sorry i'm totally beginner to this. i'd be so grateful if you clarify more how to do that!
i'm searching on how to edit grafana.ini but i found "INI customizations are not available under the Free version" !!!

@Garridus
Copy link

Garridus commented Sep 9, 2021

/etc/grafana/grafana.ini

@mo802
Copy link
Author

mo802 commented Sep 9, 2021

ok i opened it
ini file grafana

what should i do next ?

@Garridus
Copy link

Garridus commented Sep 9, 2021

uncommnet and add:
allow_loading_unsigned_plugins = geekrus-mqtt-panel

@mo802
Copy link
Author

mo802 commented Sep 9, 2021

i know that uncomment is to delete the ; char ..
so, what is the line i should to uncomment ?!

@Garridus
Copy link

Garridus commented Sep 9, 2021

allow_loading_unsigned_plugins

@mo802
Copy link
Author

mo802 commented Sep 9, 2021

aha ok , i made it . just save and restart grafana ? or there are any other configuration steps ??

@Garridus
Copy link

Garridus commented Sep 9, 2021

Only restart

@mo802
Copy link
Author

mo802 commented Sep 9, 2021

i get the same error message !
plugin sign error

@mo802
Copy link
Author

mo802 commented Sep 9, 2021

that's my grafana.ini
ini

@Garridus
Copy link

Garridus commented Sep 9, 2021

geeksrus-mqtt-panel

@mo802
Copy link
Author

mo802 commented Sep 10, 2021

right. the plugin is added correctly. i'm really so grateful for your help. the only last thing is how to connect it to my switch. i'm using a sonoff switch flashed with tasmota firmware. i should change the server ip and the subscribe and publish topic, right?
grafana switch server

@FlorianMESSINA
Copy link

FlorianMESSINA commented Jun 21, 2022

Hi all,

I'm using docker in order to test mqtt-panel plugin :
docker run -d -p 3000:3000 -e "GF_INSTALL_PLUGINS=https://github.com/geeks-r-us/mqtt-panel/releases/download/v1.0.7/geeksrus-mqtt-panel-1.0.7.zip;mqtt-panel" --name=grafana grafana/grafana

I don't see the plugin in grafana, never ....

Someone could help me please ?

using : v8.5.0 grafana

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants