yum install -y https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-5.1.3-1.x86_64.rpm
yum install fontconfig freetype* urw-fonts -y
systemctl enable grafana-server
启动服务
systemctl start grafana-server
查看服务是否正常启动
systemctl status grafana-server
查看插件grafana-cli plugins list-remote
grafana-cli plugins install alexanderzobnin-zabbix-app
grafana-cli plugins install grafana-clock-panel
systemctl restart grafana-server
登录
http://Grafana_IP:3000
默认用户和密码:admin/admin
image.png
image.png
增加数据源
image.png
image.png
http://192.168.4.47/zabbix/api_jsonrpc.php
image.png
效果
image.png