1、Install Stable

You can install Grafana using Yum directly.

$ sudo yum install https://grafanarel.s3.amazonaws.com/builds/grafana-4.1.2-1486989747.x86_64.rpm

Or install manually using rpm.

On CentOS / Fedora / Redhat:

$ sudo yum install initscripts fontconfig
$ sudo rpm -Uvh grafana-4.1.2-1486989747.x86_64.rpm


2、yum install

Install via YUM Repository

Add the following to a new file at /etc/yum.repos.d/grafana.repo

[grafana]
name=grafana
baseurl=https://packagecloud.io/grafana/stable/el/6/$basearch
repo_gpgcheck=1
enabled=1
gpgcheck=1
gpgkey=https://packagecloud.io/gpg.key https://grafanarel.s3.amazonaws.com/RPM-GPG-KEY-grafana
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt

There is also a testing repository if you want beta or release candidates.

baseurl=https://packagecloud.io/grafana/testing/el/6/$basearch

Then install Grafana via the yum command.

$ sudo yum install grafana


2、

Grafana的Zabbix插件(http://zsmlinux.org/2016/08/26/grafana-zabbix-插件安装和使用配置/)

cd /var/lib/grafana/plugins git clone 
https://github.com/alexanderzobnin/grafana-zabbix

http://www.cnblogs.com/linuxprobe/p/5699594.html
http://docs.grafana.org/installation/rpm/
https://grafana.com/grafana/download?platform=linux
http://docs.grafana-zabbix.org/installation/
posted on 2017-02-24 18:02  牛B大王  阅读(379)  评论(0)    收藏  举报