设置主机名: vi /etc/hosts 10.0.0.252 zabbix-server hostnamectl set-hostname   关闭防火墙: systemctl stop firewalld.service systemctl disable firewalld.service   关闭selinux: [root@localhost ~]# setenforce 0 [root@localhost ~]# sed -i '/SELINUX/s/enforcing/disabl…
参考文档: https://www.zabbix.com/download?zabbix=4.0&os_distribution=centos&os_version=7&db=mysql 1. httpd 和 php的安装 yum -y install httpd php 2. mysql的安装    略 3. Install Zabbix repository rpm -Uvh https://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/za…
安装zabbix源 1.rpm -Uvh https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm2.yum clean all 安装zabbix server和agent 1.yum install zabbix-server-mysql zabbix-agent 安装scl软件集 1.yum install centos-release-scl 修改镜像源配置,设置zabbix-f…
参考网站: https://www.cnblogs.com/xiewenming/p/7732144.html https://www.cnblogs.com/clsn/p/7885990.html                Zabbix 3.0 从入门到精通(zabbix使用详解) https://yq.aliyun.com/articles/43308 https://yq.aliyun.com/articles/94733 https://www.zabbix.com/document…
实验条件: Zabbix监控服务器.客户端都已经部署完成,被监控主机已添加完成,Zabbix监控运行正常. 实现目的: Zabbix监控服务器设置邮件报警,当被监控主机宕机或达到触发器预设值进,会自动发送报警邮件到指定的邮箱. 概念补充: 什么是MTA?什么是MUA? 通俗的说MUA就是用户使用的客户端,而MTA则是真正发送邮件的发送进程,MUA编写的邮件最终也交由MTA发送至目标端. mailx即为负责查看.编写邮件和向MTA发送邮件的MUA. Sendmail和postfix即为负责邮件在网…
解决CentOS 7安装zabbix 3.0 无法启动zabbix-server的问题 [root@localhost sbin]# service zabbix-server start Redirecting to /bin/systemctl start zabbix-server.service Job for zabbix-server.service failed. See 'systemctl status zabbix-server.service' and 'journalct…
RHEL7或CentOS7安装11.2.0.4 RAC碰到的问题 随着Linux 版本的普及,但Oracle数据库主流版本仍是11gR2, 的支持不很完美,在Linux 上安装会遇到几处问题,以此记录下来. https://docs.oracle.com/cd/E11882_01/relnotes.112/e23558/toc.htm#CJAJEBGG .安装GI执行root.sh脚本时,ohasd 进程无法正常启动 ohasd failed to start Failed to start t…
########################### #DATE 2016-07-29                         # #Authur by Denilas Yeung             # ########################### 一.安装msmtp 下载msmtp:http://jaist.dl.sourceforge.net/project/msmtp/msmtp/1.6.5/msmtp-1.6.5.tar.xz 因为文件格式为xz,解压方式为:…
官方参考URL:https://www.zabbix.com/documentation/4.0/start 1. 安装 Apache 2.4(略) 注意系统时间/时区ntp server是否定时同步se-linux 关闭防火墙暂时关闭 2. mysql 5.7 (非本机安装 略) 3. 安装 php 5.4 (略) 安装完应该支持以下模块 [PHP Modules] bcmath bz2 calendar Core ctype curl date dom ereg exif fileinfo…
Centos7安装Zabbix4.0步骤 官方搭建zabbix4.0的环境要求: 1. 环境搭建LAMP 前提Centos系统安装完成:  确认一下: 1 2 cat /etc/redhat-release #  查看CentOS版本  cat /proc/version         #查看存放与内核相关的文件 1.1 搭建之前的操作 1.1.1 升级系统组件到最新的版本 1 yum -y update 1.1.2 关闭selinux  1 vi /etc/selinux/config   …