Grafana插件扩展之Zabbix安装

在线安装Zabbix

官网:https://grafana.com/grafana/plugins/alexanderzobnin-zabbix-app

# grafana-cli plugins install alexanderzobnin-zabbix-app
# systemctl restart grafana-server

离线安装Zabbix

自行编译

# cd /var/lib/grafana/plugins/
# git clone https://github.com/alexanderzobnin/grafana-zabbix
# yarn
# yarn build
# systemctl restart grafana-server

官方编译

参考:https://grafana.com/grafana/plugins/alexanderzobnin-zabbix-app/installation

已编译zip包:https://grafana.com/api/plugins/alexanderzobnin-zabbix-app/versions/3.10.3/download

# unzip -q alexanderzobnin-grafana-zabbix-v3.10.3-1-g362e0a7.zip
# mv alexanderzobnin-grafana-zabbix-362e0a7 alexanderzobnin-grafana-zabbix
# mv alexanderzobnin-grafana-zabbix /var/lib/grafana/plugins/
# systemctl restart grafana-server

开启Zabbix插件

Plugins -> Zabbix -> Config -> Enable

上一篇 Grafana插件扩展之Clock安装
下一篇 grafana-cli命令
目录
文章列表
1 Magento使用Redis
Magento使用Redis
2
matplotlib之plt.subplot
matplotlib之plt.subplot
3
设计模式(8)状态模式
设计模式(8)状态模式
4
Swift UI - 使用UIScrollView实现页面滚动切换
Swift UI - 使用UIScrollView实现页面滚动切换
5
Python搭建HTTP服务器:PyCharm安装Flask等库
Python搭建HTTP服务器:PyCharm安装Flask等库
最新评论
一位WordPress评论者
一位WordPress评论者
2月12日
您好,这是一条评论。若需要审核、编辑或删除评论,请访问仪表盘的评论界面。评论者头像来自 Gravatar。