zabbix 连接Grafana
1.下载安装Grafana
wget http://dl.grafana.com/oss/release/grafana-6.2.1-1.x86_64.rpm
yum localinstall grafana-6.2.1-1.x86_64.rpm
systemctl enable grafana-server
systemctl start grafana-server
2.安装 zabbix 插件
grafana-cli plugins install alexanderzobnin-zabbix-app
systemctl restart grafana-server
3.浏览器访问
http://IP:3000 IP为安装grafana主机的IP地址
Grafana默认用户名:admin,密码:admin。需重置
4.添加源
输入zabbix连接地址 账号和密码 ,保存
默认地址为http://zabbix-serverIP/zabbix/api_jsonrpc.php
5.添加zabbix dashboard
http://grafana.com/dashboards/8677
点击import dashboard 输入8677添加
zabbix 连接Grafana
http://www.jcwit.com/article/315/