krotstl.blogg.se

How to install php 5.2 on ubuntu 16.04
How to install php 5.2 on ubuntu 16.04








how to install php 5.2 on ubuntu 16.04
  1. How to install php 5.2 on ubuntu 16.04 how to#
  2. How to install php 5.2 on ubuntu 16.04 update#
  3. How to install php 5.2 on ubuntu 16.04 password#

How to Install Netdata using Ansible Playbook on Ubuntu 18.04/16.04 LTS. How to download and Install Nagios on Ubuntu 18.04/16.04 LTS H ow to Install Netdata on Ubuntu 20.04 LTS We have covered, Install Zabbix on Ubuntu 20.04/18.04/16.04 LTS, Configure Zabbix Server, setup Zabbix using web installer and Add Redis in Zabbix In Groups choose Linux server ,add IP address and port Number Conclusion Lets add Redis in Zabbix to Monitor, Go to Configuration tab then click on Hosts We have successfully covered Install Zabbix on Ubuntu 9. Once login Successful you will see like below Zabbix Dashboard

How to install php 5.2 on ubuntu 16.04 password#

Use below username and password to login. You will be redirected to Zabbix login page and prompts to enter Username and password to login. You will see Pre-Installation as shown and click on Next Step Open your favorite browser and type the below URL Click on Next StepĮnter the Zabbix Database Name, user and Password and click on Next StepĮnter Zabbix Host, port, Name and click on Next step Setup Zabbix using Web installer using below steps Add Firewall Rule for ZabbixĪdd http, 10050,10051 port in firewall sudo firewall-cmd -permanent -add-service=http sudo firewall-cmd -permanent -add-port=10050/tcp sudo firewall-cmd -permanent -add-port=10051/tcp Restart and Enable Zabbix Server and Zabbix agent sudo systemctl restart zabbix-server zabbix-agent sudo systemctl enable zabbix-server zabbix-agent 6.

How to install php 5.2 on ubuntu 16.04 update#

Update the below configuration DBHost=localhost Open the Zabbix configuration file sudo nano /etc/zabbix/zabbix_nf

how to install php 5.2 on ubuntu 16.04

Load the default schema into zabbix database sudo su zcat /usr/share/doc/zabbix-server-mysql*/ | mysql -uzabbix -p'password' zabbix 5. Set InnoDB stirct mode off sudo mysql -uroot -p'password' zabbix -e "set global innodb_strict_mode='OFF' " Grant privileges to zabbix user sudo mysql -uroot -p'password' -e "grant all privileges on zabbix.* to  identified by 'password' " Remove test database and access to it?: YĬreate database named zabbix sudo mysql -uroot -p'password -e "create database zabbix character set utf8 collate utf8_bin ".Switch to unix_socket authentication : Y.Enter current password for root (enter for none): Press Enter.Once prompted,answer the below questions. Install Zabbix on Ubuntu 20.04/18.04/16.04 LTS using below command sudo apt update sudo apt -y install zabbix-server-mysql zabbix-frontend-php zabbix-apache-conf zabbix-agent 3.

how to install php 5.2 on ubuntu 16.04

Run below commands to add Zabbix Repository on Ubuntu 16.04 LTS wget  sudo apt update sudo dpkg -i zabbix-release_5.0-1+xenial_all.deb 2. Run below commands to add Zabbix Repository on Ubuntu 18.04 LTS wget  sudo apt update sudo dpkg -i zabbix-release_5.0-1+bionic_all.deb Ubuntu 16.04 LTS Run below commands to add Zabbix Repository on Ubuntu 20.04 LTS sudo sudo apt update sudo dpkg -i zabbix-release_5.0-1+focal_all.deb Ubuntu 18.04 LTS

  • Ubuntu Server with 20.04/18.04/16.04 LTSĮnter below command to download and add Zabbix repository as per your Ubuntu Version Ubuntu 20.04 LTS.
  • Here we are installing Zabbix Server 5.0 Version. Zabbix is free and open source monitoring tools which is used to monitor the System resources, applications, Services, Databases,etc.,










    How to install php 5.2 on ubuntu 16.04