zabbix結合grafana打造炫酷監控界面

1、grafana介紹git

grafana是一個開源的數據展現工具, 是一個開箱即用的可視化工具,具備功能齊全的度量儀表盤和圖形編輯器,有靈活豐富的圖形化選項,能夠混合多種風格,支持多個數據源特色。github

zabbix監控性能毋庸置疑,但也有不少人說zabbix圖形顯示過於簡單、醜,所以用grafana顯示zabbix中的數據再好不過了。web

grafana使用超級簡單,安裝完成後登錄grafana添加數據源便可,後面的事情就是添加圖表等工做了。bash

2、grafana安裝app

#安裝grafana
yum install initscripts fontconfig -y
wget https://mirrors.tuna.tsinghua.edu.cn/grafana/yum/el6/grafana-4.5.1-1.x86_64.rpm -P /download/
cd /download
rpm -ivh grafana-4.5.1-1.x86_64.rpm
/sbin/chkconfig --add grafana-server
chkconfig grafana-server on
service grafana-server start

http://192.168.119.130:3000  #登錄查看grafana web頁面,默認用戶名&密碼爲admin

#安裝zabbix插件
grafana-cli plugins list-remote
grafana-cli plugins install alexanderzobnin-zabbix-app
service grafana-server restart
cd /var/lib/grafana/plugins/
git clone https://github.com/alexanderzobnin/grafana-zabbix-app
service grafana-server restart
cd grafana-zabbix-app/
git pull
service grafana-server restart

3、配置grafana 編輯器

如下兩個連接介紹安裝和建立圖表很是詳細 工具

https://yq.aliyun.com/articles/60738性能

http://www.jianshu.com/p/6eec985c5c94插件

 4、儀表盤顯示模板rest

相關文章
相關標籤/搜索