到官网找到最新版本源码下载地址https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tgz[root@lxy-zabbix Downloads]# wget https://www.python.org/ftp/python/3.5.1/Pytho...
分类:
编程语言 时间:
2015-12-30 23:38:23
阅读次数:
266
zabbix内置模板无带cpu占用,需自己添加在TemplateOSLinux中,添加ITEM,我直接在Processorload那clone出来修改,key修改为system.cpu.util[,,],Units改成%2.在TemplateOSLinux中,添加graph,creategraph,选择刚刚修改添加的item,YaxisMINvalue改为fixed0,加个name,就可..
分类:
其他好文 时间:
2015-12-29 17:48:00
阅读次数:
183
一、文档官方文档:https://www.zabbix.com/documentation/2.4/manual/installation/install下载地址:http://www.zabbix.com/download.php数据库文档:https://www.zabbix.com/documentation/2.4/manual/appendix/install/db_scripts二、zabbix安装1.解压zabbixtar-zxvfzabbix...
分类:
其他好文 时间:
2015-12-29 16:28:46
阅读次数:
191
一、Zabbix简介 Zabbix是一个基于WEB界面的提供分布式系统监视以及网络监视功能的企业级的开源解决方案。 Zabbix能监视各种网络参数,保证服务器系统的安全运营;并提供灵活的通知机制以让系统管理员快速定位/解决存在的各种问题。 Zabbix由2部分构成,zabbix server与...
分类:
其他好文 时间:
2015-12-29 14:26:46
阅读次数:
220
1zabbixagent安装可以写如下脚本#!/bin/sh
#Description:trytoinstallzabbix_agentwithsourcepackage.
v120151019byliuliancao
#Usage:twoinstallationstyles:
#1.Zabbix-Serverchecksyou,bothyouandtheZabbix_Servermusthaveapublicip(butourserverdonothave^_^)oryouhavedire..
分类:
其他好文 时间:
2015-12-28 12:35:58
阅读次数:
166
一、在Linux上安装zabbix Agent1、创建组和用户groupadd zabbixuseradd -g zabbix zabbix2、安装yum install gcc gcc-c++tar zabbix-2.4.7.tar.gzcd zabbix-2.4.7./configure --....
分类:
其他好文 时间:
2015-12-27 17:44:32
阅读次数:
171
#!/bin/shuseradd-p"zabbix"zabbixrpm-ivhhttp://repo.zabbix.com/zabbix/2.4/rhel/6/x86_64/zabbix-release-2.4-1.el6.noarch.rpmyuminstallzabbix-agentsed-i‘s/^Server=.*$/Server=192.168.8.107/g’/etc/zabbix/zabbix_agent.confservicezabbix-agentstartchkconfigzabbix-..
分类:
其他好文 时间:
2015-12-26 23:48:06
阅读次数:
340
一、故障现象使用脚本:#!/bin/bash
declare-aarr
arr=($(echo"showslavestatus\G"|/usr/local/mysql/bin/mysql-uroot-pDdFour_123|grep-E‘Running|Error‘|awk‘{print$2}‘))
if[${arr[0]}==‘No‘-o${arr[1]}==‘No‘];then
zabbix_sender-z172.16.200.46-p10051-sdd4_mysql_slav..
分类:
数据库 时间:
2015-12-24 19:30:40
阅读次数:
861
windowssccreatesvnservebinpath="C:\ProgramFiles\Subversion\bin\svnserve.exe‘start=autoscstartsvnservepause注意,服务是每个等号前边不能有空格,后面必须有空格2.1配置zabbixagent相关配置。找到conf下的配置文件zabbix_agentd.win.conf,修改LogFile、Server、Hostnam..
分类:
其他好文 时间:
2015-12-24 18:02:22
阅读次数:
191
单纯为了自己记录方便以后查看# This is a configuration file for Zabbix Server process# To get more information about Zabbix,# visit http://www.zabbix.com############...
分类:
其他好文 时间:
2015-12-24 09:23:43
阅读次数:
546