Grafana插件扩展之SimpleJson安装

在线安装SimpleJson

官网:https://grafana.com/grafana/plugins/grafana-simple-json-datasource

# grafana-cli plugins install grafana-simple-json-datasource
# systemctl restart grafana-server

离线安装SimpleJson

自行编译

# cd /var/lib/grafana/plugins/
# git clone https://github.com/bergquist/fake-simple-json-datasource
# yarn
# yarn build
# systemctl restart grafana-server

官方编译

参考:https://grafana.com/grafana/plugins/grafana-simple-json-datasource/installation

已编译zip包:https://grafana.com/api/plugins/grafana-simple-json-datasource/versions/1.4.0/download

# unzip -q grafana-simple-json-datasource-87ced44.zip
# mv grafana-simple-json-datasource-87ced44 grafana-simple-json-datasource
# mv grafana-simple-json-datasource /var/lib/grafana/plugins/
# systemctl restart grafana-server

版权声明:
作者:Joe.Ye
链接:https://www.appblog.cn/index.php/2023/03/25/grafana-plugin-extension-simplejson-installation/
来源:APP全栈技术分享
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
打赏
海报
Grafana插件扩展之SimpleJson安装
在线安装SimpleJson 官网:https://grafana.com/grafana/plugins/grafana-simple-json-datasource # grafana-cli plugins install grafana-simple-json-dataso……
<<上一篇
下一篇>>
文章目录
关闭
目 录