

Php_value always_populate_raw_post_data -1 PHP Parameters should look like as follows: php_value max_execution_time 300


Uncomment the following line and add your Time Zone.
Install zabbix agent 5.4 ubuntu install#
yum install zabbix-server-mysql zabbix-web-mysql zabbix-agent zabbix-get Zabbix Installation Step 8 – Configure ZabbixĬhange Time Zone by editing the Zabbix Apache configuration file. Paste it in the below command appropriately. Copy the latest download URL from the official website. flush privileges Step 7 – Install Zabbix and needed dependenciesĪdding Zabbix repository. create user identified BY grant all privileges on fosslinuxzabbix.* to įlush privileges. You can choose any name for the database in place of fosslinuxzabbix in the below command: Create database fosslinuxzabbix Ĭreate a DB user and grant privileges. mysql -u root -p Step 6 – Create a Database for Zabbix
Install zabbix agent 5.4 ubuntu password#
mysql_secure_installationĪdd a new root password and continue. Run the following command to secure MariaDB. systemctl start rviceĮnable MariaDB on system boot. date.timezone = Australia/Sydney Step 5 – Install MariaDB yum -enablerepo=remi install mariadb-server Uncomment the following line and add your time zone. Modify the PHP time Zone by editing the php.ini file. yum-config-manager -disable remi-php54 yum-config-manager -enable remi-php72 Step 4 – Install PHP yum install php php-pear php-cgi php-common php-mbstring php-snmp php-gd php-pecl-mysql php-xml php-mysql php-gettext php-bcmath yum -y install epel-release yum install ĭisable PHP 5 repositories and enable PHP 7.2 repo. systemctl enable httpd Step 3 – Configure Needed Repositories systemctl start rviceĮnable httpd service on system boot. If Apache service is not running, start it manually. Use the following commands: yum -y install httpdĬheck service status. reboot Step 2 – Install and Configure Apache Change “SELINUX=enforcing” to “SELINUX=disabled”
