Grafana
System Requirements
- Grafana 6.4.4 - 8.1.6
- SimPod JSON data source matching with the according Grafana Version (0.1.4 or newer: https://grafana.com/grafana/plugins/simpod-json-datasource/)
Installation Steps
The build (HAKOM.Framework.Services.Extensions.Grafana.dll) must be copied into WebTSM Services\extensions folder.
Afterwards, the service must be restarted.
Installation of the JSON Data Source
In Grafana the Simpod JSON Data Source plug-in must be installed. This can be done in the following ways:
Grafana-CLI Tool
See: https://grafana.com/grafana/plugins/simpod-json-datasource/?tab=installation
grafana-cli plugins install simpod-json-datasource
Docker Plug-in Integration
See: https://grafana.com/docs/grafana/latest/installation/docker/#installing-grafana-plugins
Example:
docker run -d -p 3000:3000 --name=grafana -e "GF_INSTALL_PLUGINS=simpod-json-datasource" grafana/grafana