首页 > 代码库 > CentOS7安装grafana

CentOS7安装grafana


1、安装grafana

yum install initscripts fontconfig

rpm -Uvh grafana-4.0.2-1481203731.x86_64.rpm



2、列出插件安装插件

grafana-cli plugins list-remote


3、安装插件

grafana-cli plugins install alexanderzobnin-zabbix-app



4、启动grafana服务

systemctl daemon-reload

systemctl start grafana-server

systemctl status grafana-server


本文出自 “zengestudy” 博客,请务必保留此出处http://zengestudy.blog.51cto.com/1702365/1882536

CentOS7安装grafana