侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

Zabbix 图像集中展示-Graphtrees

2023-11-13 星期一 / 0 评论 / 0 点赞 / 54 阅读 / 2569 字

Zabbix图像集中展示-Graphtrees 功能一、集中展示所有分组设备二、集中展示一个分组图像三、集中展示一个设备图像四、展示设备下的Application五、展示每个Application下的

Zabbix图像集中展示-Graphtrees 

功能一、集中展示所有分组设备二、集中展示一个分组图像三、集中展示一个设备图像四、展示设备下的Application五、展示每个Application下的图像六、展示每个Application下的日志七、对原生无图的监控项进行绘图注意问题:    在组和主机级别,默认只显示系统配置的graph    点击application后,会显示3种数据:    1. 系统默认有graph的;    2. 系统默认无graph的;    3. 日志类的Function:Zabbix graph tree  Display all monitor things in one page.1.All group graph 2.One Application graph 3.One group graph4.One host graph5.All Application one host6.All Application log text 7.draw graph if no exist graph in host if item type is Numeric Note:   click group and host,display graph in host graph   click Application,dispaly 3 types:   1.default graph   2.Draw graph for not exist graph(item type is Numeric)   4.item tpye is Character/Log/Textzabbix web version >=3.0.0安装注意:如果你用过3.0.1的patch,需要重新下载zabbix的源码包,请用第一种方法安装How to Install:1.if you have not installed zabbix webwget http://sourceforge.net/projects/zabbix/files/ZABBIX%20Latest%20Stable/3.0.4/zabbix-3.0.4.tar.gztar xf zabbix-3.0.4.tar.gzcd frontends/phpZBXVERSION=3.0.4wget https://raw.githubusercontent.com/OneOaaS/graphtrees/master/graphtree${ZBXVERSION}.patch#yum install -y patchpatch  -Np0 <graphtree${ZBXVERSION}.patchchown -R ${WEB_USER} oneoaascd ../mv php /usr/share/zabbix (Web root should be /usr/share/zabbix)#注意此处的权限,必须和nginx或者apache的用户一致,如用的是apache,则此处为chown -R apache:apache oneoaas/2.If you have already installed zabbix web RPM repo #从未使用过3.0.1的patchcd /usr/share/zabbixZBXVERSION=3.0.4#Update it sometimes.wget https://raw.githubusercontent.com/OneOaaS/graphtrees/master/graphtree${ZBXVERSION}.patchyum install -y patchpatch  -Np0 <graphtree${ZBXVERSION}.patchchown -R www:www oneoaas#注意此处的权限,必须和nginx或者apache的用户一致,如用的是apache,则此处为chown -R apache:apache oneoaas/3.Apache Issue +#vim /etc/httpd/conf.d/zabbix.conf      Alias /oneoaas /usr/share/zabbix/oneoaas        Alias /zabbix /user/share/zabbix   删除提示信息sed -i '63,84d' /home/wwwroot/zabbix/oneoaas/templates/graphtree/graphtr

 

广告 广告

评论区