#Redhat & Centos(64 Bit)
wget -c https://dl.grafana.com/oss/release/grafana-6.4.4-1.x86_64.rpm
sudo yum localinstall grafana-6.4.4-1.x86_64.rpm
#启动grafana
systemctl start grafana-server
#设置开机自启
systemctl enable grafana-server
#登录
http://localhost:3000 账密:admin/admin
#安装需要的插件 https://grafana.com/grafana/plugins
#安装zabbix插件
grafana-cli plugins install alexanderzobnin-zabbix-app
#安装时钟插件
grafana-cli plugins install grafana-clock-panel
#安装饼图插件
grafana-cli plugins install grafana-piechart-panel