zoukankan      html  css  js  c++  java
  • zabbix3.4+grafana5.0.1数据可视化

    我已经安装完成zabbix3.4下面我们来安装grafana

    第一步安装grafana5.0.1


    • 官网下载grafana
      wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-5.0.1-1.x86_64.rpm
    • 安装
      yum -y install grafana-5.0.1-1.x86_64.rpm
    • 安装完成以后启动grafna,命令:
      /etc/init.d/grafnan-server start
      要安装一下grafana-zabbix插件,否则无法添加zabbix,命令:
      获取插件列表,命令:
      grafana-cli plugins list-remote
      列表:
    id: abhisant-druid-datasource version: 0.0.5
    id: adremsoft-netcrunch-app version: 1.0.0
    id: alexanderzobnin-zabbix-app version: 3.8.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: bosun-app version: 0.0.28
    id: briangann-datatable-panel version: 0.0.6
    id: briangann-gauge-panel version: 0.0.5
    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.3
    id: citilogics-geoloop-panel version: 1.1.1
    id: cloudflare-app version: 0.1.2
    id: crate-datasource version: 0.5.1
    id: dalmatinerdb-datasource version: 1.0.5
    id: ddurieux-glpi-app version: 1.1.0
    id: devicehive-devicehive-datasource version: 2.0.1
    id: digiapulssi-breadcrumb-panel version: 1.1.1
    id: digiapulssi-organisations-panel version: 1.0.1
    id: digrich-bubblechart-panel version: 1.1.0
    id: fastweb-openfalcon-datasource version: 1.0.0
    id: fetzerch-sunandmoon-datasource version: 0.1.2
    id: foursquare-clouderamanager-datasource version: 0.9.2
    id: fzakaria-simple-annotations-datasource version: 1.0.0
    id: gnocchixyz-gnocchi-datasource version: 1.6.2
    id: grafana-azure-monitor-datasource version: 0.0.9
    id: grafana-clock-panel version: 0.0.9
    id: grafana-example-app version: 1.0.1
    id: grafana-influxdb-08-datasource version: 1.0.2
    id: grafana-kairosdb-datasource version: 2.0.1
    id: grafana-kubernetes-app version: 1.0.1
    id: grafana-piechart-panel version: 1.2.0
    id: grafana-simple-json-datasource version: 1.3.5
    id: grafana-worldmap-panel version: 0.0.21
    id: gridprotectionalliance-openhistorian-datasource version: 1.0.2
    id: gridprotectionalliance-osisoftpi-datasource version: 1.0.3
    id: hawkular-datasource version: 1.1.1
    id: ibm-apm-datasource version: 0.4
    id: jasonlashua-prtg-datasource version: 4.0.3
    id: jdbranham-diagram-panel version: 1.4.4
    id: kentik-app version: 1.2.4
    id: linksmart-hds-datasource version: 0.3.0
    id: michaeldmoore-annunciator-panel version: 1.0.0
    id: monasca-datasource version: 1.0.0
    id: monitoringartist-monitoringart-datasource version: 1.0.0
    id: moogsoft-aiops-app version: 1.0.6
    id: mtanda-google-calendar-datasource version: 1.0.4
    id: mtanda-heatmap-epoch-panel version: 0.1.7
    id: mtanda-histogram-panel version: 0.1.6
    id: natel-discrete-panel version: 0.0.6
    id: natel-influx-admin-panel version: 0.0.4
    id: natel-plotly-panel version: 0.0.4
    id: natel-usgs-datasource version: 0.0.1
    id: neocat-cal-heatmap-panel version: 0.0.3
    id: novalabs-annotations-panel version: 0.0.1
    id: ns1-app version: 0.0.7
    id: ntop-ntopng-datasource version: 1.0.0
    id: opennms-helm-app version: 1.0.0
    id: percona-percona-app version: 1.0.0
    id: petrslavotinek-carpetplot-panel version: 0.1.1
    id: praj-ams-datasource version: 1.0.1
    id: rackerlabs-blueflood-datasource version: 0.0.2
    id: radensolutions-netxms-datasource version: 1.1.0
    id: raintank-snap-app version: 0.0.5
    id: raintank-worldping-app version: 1.2.3
    id: ryantxu-ajax-panel version: 0.0.3
    id: satellogic-3d-globe-panel version: 0.1.0
    id: savantly-heatmap-panel version: 0.2.0
    id: sidewinder-datasource version: 0.0.1
    id: skydive-datasource version: 1.0.1
    id: sni-pnp-datasource version: 1.0.5
    id: stagemonitor-elasticsearch-app version: 0.83.2
    id: udoprog-heroic-datasource version: 0.1.0
    id: vertamedia-clickhouse-datasource version: 1.3.1
    id: vonage-status-panel version: 1.0.7
    id: voxter-app version: 0.0.1

    我们看到第三个插件alexanderzobnin-zabbix-app version: 3.8.1是我们要安装的zabbix插件,命令:
    grafana-cli plugins install alexanderzobnin-zabbix-app

    installing alexanderzobnin-zabbix-app @ 3.8.1
    from url: https://grafana.com/api/plugins/alexanderzobnin-zabbix-app/versions/3.8.1/download
    into: /var/lib/grafana/plugins
    
    ✔ Installed alexanderzobnin-zabbix-app successfully 
    
    Restart grafana after installing plugins . <service grafana-server restart>
    
    

    显示安装成功。

    配置grafana并添加mysql和zabbix插件


    • 重启grafana-server,用浏览器打开服务器的3000端口,http://ip:3000 进行登录。登录名密码默认都是admin如图:
      这里写图片描述

    • 登录完成之后的界面,并点击红色箭头这里启用zabbix插件:
      这里写图片描述
      这里写图片描述


    • 我们现在来创建zabbix-mysql数据库的连接,这步可选可不选,选择的好处是更快更省资源,不选的话,用zabbix-api来通信。
      这里写图片描述
      这里写图片描述


    • 接下来我们创建zabbix数据源,这里要注意一下,类型选择这类如果没有zabbix说明上面的步骤没有成功,请重新按以上步骤启用zabbix插件即可。url要填写zabbix目录下的api_jsonrpc.php,格式为http://192.168.1.1/php/api_jsonrpc.php,下面的选项按实际情况填写,我的zabbix没有proxy,所以选直接连接direct
      用户名密码填写zabbix的用户名和密码。Direct DB Connection这里可选可不选,选择的好处是
      Select SQL Data Source for Zabbix database. In order to use this feature you should create and configure it first. Zabbix plugin uses this data source for querying history data directly from database. This way usually faster than pulling data from Zabbix API, especially on the wide time ranges, and reduces amount of data transfered.
      大概是说直接连接数据库获取数据比zabbix-api的方式要更快,更加节省资源。因为刚才我已经创建了zabbix-mysql所以我选择了直连mysql,如果没创建mysql的话SQL Data Source这里是没有数据库选项的。
      这里写图片描述这里写图片描述
      这里写图片描述
      这里写图片描述

  • 相关阅读:
    sharepoint2010无法连接到配置数据库。
    多选框加和单选框一样的控制,只能选一个
    Windows Server 2008 网站访问PHP响应慢的解决方法
    Windows下的PHP安装文件线程安全和非线程安全的区别
    Apache+PHP 环境上传文件配置
    出现 HTTP Error 503. The service is unavailable 错误
    IIS7 上传 下载文件大小限制的设置
    php 错误信息配置
    新篇章
    面向对象
  • 原文地址:https://www.cnblogs.com/lixuebin/p/10808475.html
Copyright © 2011-2022 走看看