Mô Hình Thực Hiện Cài đặt trên Zabbix Server Bước 1 Vô hiệu Selinux Đầu tiên bạn kiểm tra xem selinux có đang tắt không, nếu đang bật thì bạn tắt đi nhé Bạn kiểm tra bằng lệnh sau sestatus Nếu Disable.
Mơ Hình Thực Hiện Cài đặt Zabbix Server Bước 1: Vô hiệu Selinux Đầu tiên bạn kiểm tra xem selinux có tắt khơng, bật bạn tắt Bạn kiểm tra lệnh sau sestatus Nếu Disable thơi, cịn Enable bạn tắt cách sau vi /etc/sysconfig/selinux Change SELINUX=enforcing to SELINUX=disabled Bước 2: Cài đặt cấu hình Apache ạn thực chạy lệnh sau Cài đặt httpd yum -y install httpd Start httpd systemctl start httpd.service Kích hoạt httpd khởi động systemctl enable httpd.service Kiểm tra trạng thái httpd systemctl status httpd.service Cấu hình repo cần thiết Cài đặt epel remi repos yum -y install epel-release -y yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm -y Bước 3: Cài đặt PHP yum install php php-pear php-cgi php-common php-mbstring php-snmp php-gd php-peclmysql php-xml php-mysql php-gettext php-bcmath -y Chỉnh sửa time Zone PHP file php.ini vi /etc/php.ini Bạn bỏ comment chỉnh sửa sau (data timezone dòng 878) date.timezone = Asia/Ho_Chi_Minh Bước 4: Cài đặt MariaDB Bạn chạy lệnh sau để cài đặt yum enablerepo=remi install mariadb-server -y Start MariaDB systemctl start mariadb.service Kích hoạt MariaDB boot hệ thống systemctl enable mariadb.service Kiểm tra trạng thái MariaDB systemctl status mariadb.service Sau bạn chạy lệnh sau để cấu hình bảo mật MariaDB mysql_secure_installation Bạn chọn Y thêm vào pass root cho MariaDB tiếp tục, nhận thông báo bạn chọn Y hết [root@zabbix ~]# mysql_secure_installation NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY! In order to log into MariaDB to secure it, we'll need the current password for the root user If you've just installed MariaDB, and you haven't set the root password yet, the password will be blank, so you should just press enter here Enter current password for root (enter for none):