安装grafana并且安装插件
安装:到清华源去下载
Index of /grafana/yum/rpm/Packages/ | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror
安装:yum localinstall grafana-6.3.0-1.x86_64.rpm -y
Complete!
[root@zabbix-server ~]# grafana-
grafana-cli grafana-server
[root@zabbix-server ~]# systemctl start grafana-server
[root@zabbix-server ~]# systemctl enable grafana-server
Created symlink from /etc/systemd/system/multi-user.target.wants/grafana-server.service to /usr/lib/systemd/system/grafana-server.service.
访问地址:http://192.168.8.110:3000
grafana默认账号:admin admin会提示修改密码
新账号admin 密码:123456
调整亮度:
实现效果如下:
查看zabbix插件
[root@zabbix-server ~]# grafana-cli plugins list-remote |grep zabbix
id: alexanderzobnin-zabbix-app version: 4.0.1
[root@zabbix-server ~]#
网页下载:
https://grafana.com/api/plugins/alexanderzobnin-zabbix-app/versions/4.0.1/download
应该这样:
wget https://grafana.com/api/plugins/alexanderzobnin-zabbix-app/versions/4.0.1/download -O zabbix.zip
systemctl restart grafana-server
#######################################################
#########################################################
监测CPU实例