Problem scenario
You have a RedHat Linux server with only 1 vCPU and 1 GB of RAM. You want to install Zabbix Server to monitor other servers. How do you deploy Zabbix server to an AWS instance of RHEL?
Solution
1. Install the LAMP stack components by running this command:
sudo yum -y install php httpd mariadb-server
2. Install essential Zabbix components with these four commands:
sudo rpm –import http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX
sudo rpm -Uv
…
Continue reading “How Do You Install Zabbix Server on RHEL 7.x Running in AWS?”