升级系统组件到最新的版本
1 |
|
2 关闭selinux
|
把SELINUX=enforcing改为SELINUX=disabled 设置后需要重启才能生效
setenforce
0
#临时关闭命令
getenforce
#检测selinux是否关闭,Disabled 为关闭
firewall
-
cmd
-
-
state
systemctl stop firewalld.service
#临时关闭firewall
systemctl disable firewalld.service
#禁止firewall开机启动
安装所需所有软体仓库
Zabbix是建立在LAMP或者LNMP环境之上,在此为了方便就使用yum安装LAMP环境
yum install
-
y httpd mariadb
-
server mariadb php php
-
mysql php
-
gd libjpeg
*
php
-
ldap php
-
odbc php
-
pear php
-
xml php
-
xmlrpc php
-
mhash
rpm
-
qa httpd php mariadb
#安装完成后检查应用版本
编辑httpd
vi
/
etc
/
httpd</