安装PHP、mysqlyum install php php-cli php-common php-devel php-pear php-gd php-mbstring php-mysql php-xml mysql-server更改PHP设置:sed -i "s/;date.timezone =/...
分类:
其他好文 时间:
2015-07-01 15:30:50
阅读次数:
138
热门推荐
LNMP环境搭建——Nginx篇
在RHEL6.5中配置本地YUM源
Ubuntu下Zabbix安装及使用问题
MySQL双主热备问题处理
Rsync同步错误处理...
分类:
其他好文 时间:
2015-06-26 11:12:24
阅读次数:
118
zabbix使用一 zabbix server编译安装monitor shang3年前 (2012-11-21)4023浏览0评论说明:zabbix由2部分构成,zabbix server与可选组件zabbix agent。zabbix server可以通过SNMP,zabbix agent,pin...
分类:
其他好文 时间:
2015-06-23 19:51:24
阅读次数:
151
zabbix_agentd.log里面有出现host[]notfound错误的解决tail-f/usr/local/zabbix/logs/zabbix_agentd.log12965:20150601:164955.060StartingZabbixAgent[123.56.46.172].Zabbix2.0.6(revision35158).12969:20150601:164955.061agent#3started[listener]12970:20150601:164955.06..
分类:
其他好文 时间:
2015-06-21 23:56:16
阅读次数:
530
1.configure: error: MySQL library not found MySQL library not found
apt-get install libmysqlclient-dev
2.configure: error: Invalid Net-SNMP directory - unable to find net-snmp-config
apt-get install...
分类:
系统相关 时间:
2015-06-15 16:25:26
阅读次数:
177
zabbix客户端安装zabbix版本为:zabbix-2.4.51.防火墙开启iptables-AINPUT-ptcp--dport10050-jACCEPTiptables-AINPUT-pudp--dport10050-jACCEPT2.安装zabbix####zabbix安装包可去zabbix.com官网上下载tarzxvfzabbix-2.4.5.tar.gz-C/usr/src/cd/usr/src/zabbix-2.4.5/./configur..
分类:
其他好文 时间:
2015-06-12 22:28:49
阅读次数:
162
环境:centos7已安装数据库mariadb使用yum解决依赖关系yuminstall-yphp-mysql.x86_64重启apche服务和sql服务如果不重启的话下一步连接sql会报错,即使你的帐号密码都是对的systemctlrestartmariadb.serviceservicehttpdrestart然后网页重试一下
分类:
数据库 时间:
2015-06-12 22:25:44
阅读次数:
2894
1.configure: error: MySQL library not found MySQL library not found
apt-get install libmysqlclient-dev
2.configure: error: Invalid Net-SNMP directory - unable to find net-snmp-config
apt-get install...
分类:
系统相关 时间:
2015-06-11 19:32:32
阅读次数:
176
一、基础环境说明1、zabbix官网www.zabbix.com2、zabbix介绍Zabbixistheultimateenterprise-levelsoftwaredesignedformonitoringavailabilityandperformanceofITinfrastructurecomponents.Zabbixisopensourceandcomesatnocost.3、当前版本cat/etc/debian_version7.84、共安装三..
分类:
其他好文 时间:
2015-06-06 15:12:01
阅读次数:
168
目的实现zabbix查看图形简单直观,减少不必要的操作实施方案插件的安装及使用(操作之前,最好先备份原目录,以备出错时,可以还原)我的zabbix安装在/var/www/html目录下#cd/var/www/html/zabbix#cp-rfzabbix./zabbix.bak1、下载文件#yuminstall-ygit#gitclonehttps://github...
分类:
其他好文 时间:
2015-06-05 00:59:14
阅读次数:
709