下载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. 关于representation的理解

    目前见过的定义的比较确切的是Yoshua Bengio在ACL2010的一篇paper中关于word representation的定义: " A word Representation i ...

  2. XUtils——GET请求

    //HttpUtils实例化对象     HttpUtils http = new HttpUtils();       /*                *发送请求send(HttpMethod ...

  3. c# long转 datetime

    ; DateTime start = , , , , , , DateTimeKind.Utc); DateTime date = start.AddMilliseconds(time).ToLoca ...

  4. Hibernate QBC运算符

    HQL运算符 QBC运算符 含义 = Restrictions.eq() 等于equal <> Restrictions.ne() 不等于not   equal > Restrict ...

  5. C1000k 新思路:用户态 TCP/IP 协议栈

    现在的服务器支撑上百万个并发 TCP 连接已经不是新闻(余锋2010年的演讲,ideawu 的 iComet 开源项目,WhatsApp 做到了 2.5M).实现 C1000k 的常规做法是调整内核参 ...

  6. VS2012智能提示消失的解决方法

    1.点击电脑左下角的“开始菜单”->"所有程序"->Microsoft Visual Studio 2012->Visual Studio Tools->V ...

  7. url中,中文乱码的问题

    1// 在jsp中 String add = java.net.URLEncoder.encode("添加", "utf-8"); add = java.net ...

  8. C++实现简单的单链表

    下面实现的是一个简单的单链表 功能不多,学习使用 #pragma once #include <iostream> using namespace std; class ListEx { ...

  9. js模块和级联

    1.模块 模块模式的一般形式是:一个定义了私有变量和函数的函数,利用闭包创建可以访问私有变量和函数的特权函数,最后返回这个特权函数,或者把它们保存到一个可访问的地方.使用模块模式就可以摒弃全局变量的使 ...

  10. 从多列的DataTable里取需要的几列(转)

    方法一: 也是广为人知的一种: YourDataTable.Columns.Remove("列名"); 但是这种情况只适合于去掉很少列的情况. 如果有很多列我却只要一两列呢,那就得 ...