

Type '\c' to clear the current input statement. Other names may be trademarks of their respective Oracle is a registered trademark of Oracle Corporation and/or itsĪffiliates. Server version: 5.1.73 Source distributionĬopyright (c) 2000, 2013, Oracle and/or its affiliates. # mysqladmin -u root -p 'new-password' Then you need to connect MySQL with password like below. MySQL can connect without password as root user, So it is good to set root password through below command. Mysql Ver 14.14 Distrib 5.1.73, for redhat-linux-gnu (x86_64) using readline 5.1 Mysqld 0:off 1:off 2:on 3:on 4:on 5:on 6:off Installation through YUM command on Linux system #yum install mysql-server mysql -yįurther we have start MySQL service and should set root password for security purpose. Installation and configuration Apache for Zabbix hosting. Installation and configuration of MySQL for Zabbix Database.ģ. Installation of Zabbix contain few major steps.ġ. Code is freely available and can be customized for any integration and can change as per requirement. There is no limitation, can monitor as many devices as possible. Zabbix is absolutely free product and release under the GPL license, thus it is free for any commercial and non-commercial use. We hope this tutorial was enough Helpful.Zabbix is Open Source cross platform Monitoring Tool, which provide fairly good features for various atforms. 4 Go to Templates tab and select the desired Template for your host *Group: Select the desired group for your host *Visible name: Name to be display in zabbix *Enter Hostname: Hostname of Remote system 3 Fill the following paramaters of remote host server To add the remote host server in Zabbix frontend, do the following steps: Step 5 – configure the host in Zabbix frontend Step 4 – Enable/Start Zabbix Agent # Systemctl enable zabbix-agent Hostname= #Add here the Hostname of your server ServerActive= 192.168.1.201 # Add here the IP of your Zabbix Server

Server= 192.168.1.201 # Add here the IP of your Zabbix Server # Incoming connections will be accepted only from the hosts listed here. # List of comma delimited IP addresses (or hostnames) of Zabbix servers. Step 2 – Install Zabbix Agent # apt-get updateĪfter Zabbix Agent has been successfully installed, we need to add the IP of the Zabbix monitoring server in the Zabbix Agent configuration file /etc/zabbix/zabbix_nf # vi /etc/zabbix/zabbix_nf # dpkg -i zabbix-release_4.1-1+stretch_all.deb Step 1 – Add Required Repositoryīefore installing Zabbix Agent 4.x first we should add the Zabbix apt repository: For Debian 9: # wget In this article will demonstrate how to install zabbix agent 4.x on Debian 9 / 8 operating systems. After we have installed Zabbix Server 4.x on Ubuntu 18.04 LTS.
