grafana / opcua-datasource

An OPC UA datasource for reading from OPC UA servers (DA/HDA/AE) into Grafana directly
GNU Affero General Public License v3.0
54 stars 10 forks source link

install question #12

Closed stigersmile closed 3 years ago

stigersmile commented 4 years ago

Hi Thank you for your toolkit,

But after I run follow your installation guide and restart my grafana yarn install to install dependencies yarn build | yarn dev to build the plugin make build to build the backend component I didn't see any new datasouce plugin in? (will it plugin automatically or should I manually add some plugin in to grafana?) my grafana version is V7.1.0

dvdjda commented 4 years ago

I got the same, after all no plugin appeared in grafana

MrLight commented 4 years ago

You have to add an exception into the configuration to allow loading unsigned plugins.

allow_loading_unsigned_plugins = grafana-opcua-datasource

After that the plugin shows up in the list of datasources.

alydersen commented 3 years ago

I'm closing this due to lack of response. Thanks to @MrLight for answering.