Plugin allows to use a flespi container as grafana datasource.
To install this plugin using the grafana-cli
tool:
sudo grafana-cli plugins install flespi-datasource
sudo service grafana-server restart
This plugin requires node 6.10.0
npm install -g yarn
yarn install
npm run build
To update dist automatically during development run:
grunt watch
1.0.0 Initial implementation