zabbix3.4.9和grafana5.1.3的整合
官方文档:http://docs.grafana.org/installation/rpm/
本次介绍两种安装方法,其他的方法请查看官方文档:
第一种:直接rpm下载安装稳定版
sudo yum install https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-5.1.3-1.x86_64.rpm
第二种:可以安装到最新稳定版(CentOS7)
$ wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-5.1.3-1.x86_64.rpm $ sudo yum install initscripts fontconfig $ sudo rpm -Uvh grafana-5.1.3-1.x86_64.rpm
2、安装服务端图像呈现组件
yum install fontconfig yum install freetype* yum install urw-fonts
3、启动服务
systemctl daemon-reload systemctl start grafana-server systemctl status grafana-server systemctl enable grafana-server.service 或 /etc/init.d/grafana-server start 方式启动服务
安装信息
安装二进制文件 /usr/sbin/grafana-server init.d脚本 /etc/init.d/grafana-server 默认文件(环境变量) /etc/sysconfig/grafana-server 配置文件 /etc/grafana/grafana.ini systemd服务(如果systemd可用)名称 grafana-server.service 默认配置使用一个日志文件 /var/log/grafana/grafana.log 默认配置指定一个sqlite3数据库 /var/lib/grafana/grafana.db
4、结果测试:
地址:http://ServerIP:3000(默认端口) 默认登录用户名密码:admin/admin
基本设置:
1、结合zabbix实现可视化图形监控
1.1、获取可用插件列表
grafana-cli plugins list-remote
[root@zabbix-server ~]#grafana-cli plugins list-remote id: abhisant-druid-datasource version: 0.0.5 id: alexanderzobnin-zabbix-app version: 3.9.1 id: ayoungprogrammer-finance-datasource version: 1.0.0 id: belugacdn-app version: 1.2.0 id: bessler-pictureit-panel version: 1.0.0 id: blackmirror1-singlestat-math-panel version: 1.0.0 id: blackmirror1-statusbygroup-panel version: 1.1.1 id: bosun-app version: 0.0.28 id: briangann-datatable-panel version: 0.0.6 id: briangann-gauge-panel version: 0.0.6 id: btplc-alarm-box-panel version: 1.0.6 id: btplc-peak-report-panel version: 0.2.3 id: btplc-status-dot-panel version: 0.2.3 id: btplc-trend-box-panel version: 0.1.8 id: camptocamp-prometheus-alertmanager-datasource version: 0.0.5 ......
1.2、安装grafana-zabbix、grafana-clock-panel插件
grafana-cli plugins install alexanderzobnin-zabbix-app
grafana-cli plugins install grafana-clock-panel
1.3、重启grafana服务
/etc/init.d/grafana-server restart
2、网站管理控制台启用zabbix插件
2.1、设置源数据