设为首页 收藏本站
查看: 5848|回复: 0

[经验分享] zabbix插件之grafana-zabbix实现炫酷图表

[复制链接]
累计签到:1 天
连续签到:1 天
发表于 2015-8-6 11:28:52 | 显示全部楼层 |阅读模式
Grafana-zabbix是zabbix的一个插件,通过调用API接口呈现酷炫的图表
系统:Centos6.
1、安装grafana
[iyunv@Monitor ~]# wget https://grafanarel.s3.amazonaws. ... -2.0.2-1.x86_64.rpm
[iyunv@Monitor ~]# yum –y install grafana-2.0.2-1.x86_64.rpm
安装之后会有如下文件
二进制文件    /usr/sbin/grafana-server
启动脚本        /etc/init.d/grafana-server
环境变量        /etc/sysconfig/grafana-server
配置文件        /etc/grafana/grafana.ini
systemd服务  grafana-server.service
日志                /var/log/grafana/grafana.log
sqlite3数据库  /var/lib/grafana/grafana.db
2、启动grafana服务
[iyunv@Monitor ~]# service grafana-serverstart
Starting Grafana Server: .... nohup: redirecting stderr to stdout
OK
[iyunv@Monitor ~]# chkconfig --addgrafana-server
[iyunv@Monitor ~]# chkconfig grafana-serveron
[iyunv@Monitor ~]# netstat -anpt | grepgrafana
tcp       0      0 :::3000                     :::*                        LISTEN      15444/grafana-serve
tcp       0      0::ffff:172.16.112.110:3000 ::ffff:172.16.113.23:60566 ESTABLISHED 15444/grafana-serve
nohup: redirectingstderr to stdout(可能启动脚本的变量重定向有点错误,但不影响的服务的开启)
            服务详情
启动用户 grafana
服务名称 grafana-server
默认端口 3000
账号        admin
密码        admin

3、 登录管理界面(至此grafana安装成功)
QQ截图20150806112652.png
4、安装grafana-zabbix插件
(也可通过下载源码包之后,解压https://github.com/alexanderzobn ... releases/tag/v2.0.1。这里采用git clone命令)

https://github.com/alexanderzobnin/grafana-zabbix

[iyunv@Monitor ~]# yum -y install git
[iyunv@Monitor ~]# git clone https://github.com/alexanderzobnin/grafana-zabbix/
Initialized empty Git repository in/root/grafana-zabbix/.git/
remote: Counting objects: 955, done.
remote: Compressing objects: 100% (18/18),done.
remote: Total 955 (delta 10), reused 0(delta 0), pack-reused 937
Receiving objects: 100% (955/955), 176.96KiB | 159 KiB/s, done.
Resolving deltas: 100% (606/606), done.

[iyunv@Monitor ~]# sudo cp -rgrafana-zabbix/zabbix/ /usr/share/grafana/public/app/plugins/datasource/

[iyunv@Monitor ~]# sudo vim/usr/share/grafana/public/app/plugins/datasource/zabbix/plugin.json
{
"pluginType": "datasource",
"name": "Zabbix",

"type": "zabbix",
"serviceName": "ZabbixAPIDatasource",

"module": "plugins/datasource/zabbix/datasource",

"partials": {
   "config":"app/plugins/datasource/zabbix/partials/config.html",
   "query":"app/plugins/datasource/zabbix/partials/query.editor.html",
   "annotations":"app/plugins/datasource/zabbix/partials/annotations.editor.html"
  },

"username": "zabbix",    #配置用户名,注意此用户在zabbix中存在,且对zabbix数据有只读权限(不需要写权限)
"password": "zabbix",    #配置密码

"trends": false,
"trendsFrom": "7d",

"limitmetrics": 100,

"metrics": true,
"annotations": true
}
QQ截图20150806112705.png
5、重启服务
[iyunv@Monitor ~]# service grafana-serverrestart
OKopping Grafana Server ...                                [  OK  ]
Starting Grafana Server: .... nohup:redirecting stderr to stdout
OK

修改Zabbix的API文件,由于Zabbix2.2支持跨域问题,故添加以下配置

#sudo vim /usr/share/zabbix/api_jsonrpc.php

header('Access-Control-Allow-Origin: *');

header('Access-Control-Allow-Headers: Content-Type');

header('Access-Control-Allow-Methods: POST');

header('Access-Control-Max-Age: 1000');

if ($_SERVER['REQUEST_METHOD'] === 'OPTIONS') {

    return;

}

#添加(2.2已经有了,不用添加了)

require_once dirname(__FILE__).'/include/func.inc.php';

require_oncedirname(__FILE__).'/include/classes/core/CHttpRequest.php';


6、配置grafana
添加Datasource数据源
其中http settiong
Usrl:http://172.16.112.110/zabbix/api_jsonrpc.php
QQ截图20150806112714.png
7、接下来就是添加grafana图形
参考https://github.com/alexanderzobnin/grafana-zabbix/wiki/Usage
QQ截图20150806112832.png


运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-94764-1-1.html 上篇帖子: 如何用zabbix监控informix数据库 下篇帖子: 为zabbix增加服务器信息统计(服务器品牌、型号、SN号等)
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表