下载graphtree3.0.4

wget https://raw.githubusercontent.com/OneOaaS/graphtrees/master/graphtree3-0-1.patch –P /usr/local/nginx/html/zabbix/

安装patch:

yum –y install patch

进入zabbix web根目录:

[root@zabbixserver ~]# cd /usr/local/nginx/html/zabbix/
[root@zabbixserver zabbix]# patch -Np0 < graphtree3.0.4.patch //导入graphtree
patching file ./oneoaas/libs/sysplugins/smarty_internal_testinstall.php
patching file ./oneoaas/libs/sysplugins/smarty_internal_undefined.php
patching file ./oneoaas/libs/sysplugins/smarty_resource.php
patching file ./oneoaas/libs/sysplugins/smarty_resource_custom.php
patching file ./oneoaas/libs/sysplugins/smarty_resource_recompiled.php
patching file ./oneoaas/libs/sysplugins/smarty_resource_uncompiled.php
patching file ./oneoaas/libs/sysplugins/smarty_security.php
patching file ./oneoaas/libs/sysplugins/smarty_template_cached.php
patching file ./oneoaas/libs/sysplugins/smarty_template_compiled.php
patching file ./oneoaas/libs/sysplugins/smarty_template_config.php
patching file ./oneoaas/libs/sysplugins/smarty_template_resource_base.php
patching file ./oneoaas/libs/sysplugins/smarty_template_source.php
patching file ./oneoaas/libs/sysplugins/smarty_undefined_variable.php
patching file ./oneoaas/libs/sysplugins/smarty_variable.php
patching file ./oneoaas/libs/sysplugins/smartycompilerexception.php
patching file ./oneoaas/libs/sysplugins/smartyexception.php
patching file ./oneoaas/templates/graphtree/graphtree.tpl
patching file ./oneoaas/templates/header.tpl

[root@zabbixserver zabbix]# chown -R nginx.nginx oneoaas/   权限设置为nginx访问

重启nginx:

[root@zabbixserver zabbix]# service nginx restart
Restarting nginx (via systemctl): [ OK ]

查看:

删除3.0.4广告信息:
 
[root@zabbixserver zabbix]#cd /usr/local/nginx/html/zabbix/oneoaas/templates/graphtree
[root@zabbixserver graphtree]# vim graphtree.tpl

删除63行下的广告信息即可.当然也可以通过编辑成自己的访问方式.

zabbix3.2安装graphtree3.0.4的更多相关文章

  1. centos7 安装zabbix3.0 安装zabbix4.0 yum安装zabbix 国内源安装zabbix 阿里云服务器安装zabbix

    首先,此篇文章是有原因的. 刚开始也和大家一样来学习安装zabbix 奈何网上的教程和现实出现不一样的情况 在安装zabbix过程中,因为zabbix下载源是在国外,下载途中会出现终止下载的情况 tr ...

  2. Zabbix3.x安装图解教程

    准备知识: Zabbix3.x比较之前的2.0界面有了很大的变化,但是安装部署过程与2.x基本完全一样. 1.Zabbix2.x安装图解教程 http://www.osyunwei.com/archi ...

  3. Centos7下Zabbix3.4至Zabbix4.0的升级步骤

    点击返回:自学Zabbix之路 点击返回:自学Zabbix4.0之路 点击返回:自学zabbix集锦 Centos7下Zabbix3.4至Zabbix4.0的升级步骤 查看现在centos版本和zab ...

  4. 实战:CentOS 7.2 / Zabbix3.4安装graphtrees

    众所周知的 Zabbix图形显示问题,决定使用graphtrees 插件. 环境:CentOS7.2 + Zabbix 3.4 1)首先切换到root用户以获得足够的权限将资源下载到 /usr/sha ...

  5. Zabbix3.4安装部署

    Zabbix3.4安装部署 一.系统环境 cat /etc/redhat-release  CentOS Linux release 7.3.1611 (Core)  关闭防火墙及selinux sy ...

  6. 编译安装 varnish-4.1.2和yum 安装 varnish-4.0.3

    vanish可以让用户自己选择缓存数据是存于内存还是硬盘,存于内存一般基于二八法则即常访问的数据是磁盘存储的总数据五分之一,因此内存也应该是硬盘文件大概五分之一.如果有多台vanish则,总内存满足即 ...

  7. Ubuntu14.04 64位机上安装cuda8.0 cudnn5.0操作步骤 - 网络资源是无限的

    查看Ubuntu14.04 64位上显卡信息,执行: lspci | grep -i vga lspci -v -s 01:00.0 nvidia-smi 第一条此命令可以显示一些显卡的相关信息:如果 ...

  8. win7中VS2010中安装CSS3.0问题解决方法

    win7中VS2010中安装CSS3.0问题解决方法   在安装Standards Update for VS2010 SP1后,VS2010中没有CSS3.0问题,以下是我的解决方法 1.首先去官网 ...

  9. CentOS_7.2安装Redis_3.0

    一.安装依赖包和开发工具: yum install vim vim-enhanced wget zip unzip telnet ntsysv compat* apr* nasm* gcc gcc* ...

随机推荐

  1. ubuntu14.04 安装系统

    p { margin-bottom: 0.1in; line-height: 120% } code.cjk { font-family: "Droid Sans Fallback" ...

  2. sap 常用表

    MM    表名 EBAN 采购申请

  3. 简单的XML操作类

    /// <summary> /// XmlHelper 的摘要说明. /// xml操作类 /// </summary> public class XmlHelper { pr ...

  4. C#中 字符串转换为计算公式

    //方法一 利用DataTable中的Compute方法 例如:1*2-(4/1)+2*4=6 string formulate = string.Format("{0}*{1} - {2} ...

  5. ABAP 动态内表添加单元格颜色字段

    *动态内表alv显示时要求某些单元格显示颜色 *wa_fldcat-datatype不能添加LVC_T_SCOL类型,在创建好内表之后,再添加颜色列. DATA: wa_fldcat TYPE lvc ...

  6. nginx php-fpm安装配置

    nginx本身不能处理PHP,它只是个web服务器,当接收到请求后,如果是php请求,则发给php解释器处理,并把结果返回给客户端. nginx一般是把请求发fastcgi管理进程处理,fascgi管 ...

  7. Linux 安装git

    0.安装git前: 先去git 官网上看一眼,Linux怎么安装git , 原来非常简单,只需要输入命令即可,但是不同的linux 版本对应的命令不一样: 命令行查看Linux版本: $ cat /e ...

  8. Python编写邮件群发(qq邮箱)

    #电子邮件操作 import poplib import smtplib from email.header import decode_header from email.mime.text imp ...

  9. [Note] FrameFab Interesting Cut Results

    onelayer search really smart, good result in short time

  10. Http协议的常见参数

    Requests部分 Header 解释 示例 Accept 指定客户端能够接收的内容类型 Accept: text/plain, text/html Accept-Charset 浏览器可以接受的字 ...