wslsg 发表于 2018-1-1 10:24:05

grafana 安装+zabbix

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
  

  
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>  

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/iyunv/p/5699594.html
  http://docs.grafana.org/installation/rpm/
  https://grafana.com/grafana/download?platform=linux
  http://docs.grafana-zabbix.org/installation/
页: [1]
查看完整版本: grafana 安装+zabbix