Dear Grafana community,
as stated in the title I’m starting grafana with:
grafana-server.exe --config=C:\path\to\custom.ini
while in this .ini I’m specifying a precise directory for plugins with:
[paths]
…
plugins = C:\Monitoring\config\grafana_plugins
I then start grafana but the plugin is not available.
If I run:
server-cli.exe plugins ls
it returns:
Restart grafana after installing plugins .
and even if I started grafana after dropped the plugin in the right directory, I restarted again and it doesn’t work.
Since the plugin directory is actually there I then tried to run the following command:
grafana-cli plugins uninstall natel-discrete-panel
and it returned:
Removing plugin: plugin-name
Error: ✗ CreateFile …/data/plugins/plugin-name: The system cannot find the file specified.
thus, instead of looking the plugins path specified in the [paths] section of my custom.ini, it is looking on conf/data/default.ini.
Should the custom.ini override the default.ini as stated in the documentation? What I’m doing wrong?
Any help is appreciated :)!
Regards