参考博客:http://blog.chinaunix.net/uid/26118446.html小钻风http://www.iyunv.com/thread-61736-1-1.html运维网论坛帖子搭建好zabbix监控服务系统后,就是增加邮件报警功能,还是费了点时间,因为先是能发送到163邮箱,不能发送到QQ邮箱,后又是以附件的形式发送邮件,而不..
分类:
其他好文 时间:
2016-08-12 21:51:01
阅读次数:
289
Centos6.8下部署安装zabbix3.0: 环境要求 PHP >= 5.4 (CentOS6默认为5.3.3,需要更新) curl >= 7.20 (如需支持SMTP认证,需更新) 安装MySQL(已安装的忽略此步骤,最好5.6以上版本) rpm -ivh http://dev.mysql.c ...
分类:
其他好文 时间:
2016-08-12 14:47:43
阅读次数:
264
centos7下面yum安装zabbix31、安装zabbix的yum源#yuminstallhttp://repo.zabbix.com/zabbix/3.0/rhel/7/x86_64/zabbix-release-3.0-1.el7.noarch.rpm或者rpm-ivhzabbix-release-3.0-1.el7.noarch.rpm2、安装zabbix各组件#yuminstall-yzabbix-agentzabbix-getzabbix-java-gatewa..
分类:
其他好文 时间:
2016-08-12 06:47:06
阅读次数:
169
脚本作者:火星小刘web:www.huoxingxiaoliu.comemail:xtlyk@163.com要求纯净centos6/7系统关闭防火墙关闭selinuxphp>=5.6运行"server-install.sh"安装zabbix服务器端由于zabbix3需要php5.6以上,因此脚本会删除原有php环境从新安装mysql默认root密码123321zabbix数据库名称za..
分类:
其他好文 时间:
2016-08-11 23:24:24
阅读次数:
329
zabbix 3.0安装:1、环境要求:php >= 5.4 (centos 6 默认5.3.3 需更新)curl >= 7.20 (如需支持smtp认证,需更新)# yum install net-snmp-devel libssh2-devel libssh2 tree nmap lrzsz d ...
分类:
其他好文 时间:
2016-08-10 14:17:51
阅读次数:
246
系统:CentOS7.0全部使用yum安装方式1、安装zabbix的yum源#yuminstallhttp://repo.zabbix.com/zabbix/3.0/rhel/7/x86_64/zabbix-release-3.0-1.el7.noarch.rpm2、安装zabbix各组件#yuminstall-yzabbix-agentzabbix-getzabbix-java-gatewayzabbix-server-mysqlzabbix-webzabbix-..
分类:
其他好文 时间:
2016-08-09 00:49:47
阅读次数:
469
根据Percona官方提供的方案来做对MySQL数据库的监控,具体请参考:https://www.percona.com/doc/percona-monitoring-plugins/1.1/zabbix/index.html1、首先安装Percona源#yuminstallhttp://www.percona.com/downloads/percona-release/redhat/0.1-3/percona-release-0.1-3.noar..
分类:
数据库 时间:
2016-08-09 00:49:27
阅读次数:
317
Zabbix监控交换机设置方法 Zabbix邮件报警设置方法 ...
分类:
其他好文 时间:
2016-08-08 22:32:28
阅读次数:
116
一、目的编译php5.6版本,给zabbix3.0使用二、环境Apache,使用yum安装,省时省力;php,手动编译安装,因为5.6yum源安装的是5.3的php版本三、编译php1、编译参数./configure--prefix=/usr/local/php56--with-config-file-path=/usr/local/php56/etc--enable-inline-optimizatio..
分类:
Web程序 时间:
2016-08-08 19:34:52
阅读次数:
158
#zabbix作用:数据采集(存储),邮件报警,数据展示 服务端 预安装 #确保iptables策略允许,selinux关闭 #确保mysql、php、httpd已安装 #同步时间 #确保服务端与客户端时间一致且为正确 crontab-e */30****/usr/sbin/ntpdatetime.nist.gov;hwclock-w yum源配..
分类:
其他好文 时间:
2016-08-05 01:07:22
阅读次数:
153