
1、插件安装
#Zabbix-web目录
cd /opt/nginx/html/zabbix
# 下载Graphtree补丁包
wget https://raw.githubusercontent.com/OneOaaS/graphtrees/master/graphtree3-0-1.patch
# 安装Linux下打补丁命令patch
yum -y install patch
# 打补丁
patch -Np0 < graphtree3-0-1.patch

1、删除提示信息
vim /opt/nginx/html/zabbix/graphtree.right.php
#具体路径刷新Zabbix-web会出现提示信息,请参考自己的路径。
d7d #删除344-350行
2、重新载入Zabbix-web,可以看到Graphtree已出效果。

本文原创地址:http://www.linuxprobe.com/zabbix-patch-graphtree.html