This video shows how to install Zabbix server to monitor your network and also explains on how to setup Zabbix agents on your client machines
*****Zabbix Installation Guide****
1.Choose your platform for Zabbix server
-Prerequisite: The installation assumes that you have successfully installed Ubuntu 16.04 (Xenial)
2. Install and configure Zabbix server
The first step is to Install Zabbix Repository with MySQL database (using the below command)
wget https://repo.zabbix.com/zabbix/4.0/ub...
-Install the package using the command “sudo dpkg -i zabbix-release_4.0-2+xenial_all.deb”
-Run the update command to update all the packages “sudo apt update “
3.Install Zabbix server, frontend, agent
Use the below command to install the Zabbix server, front end and agent
sudo apt install zabbix-server-mysql zabbix-frontend-php zabbix-agent
4. Create initial database
To create the database use the mysql command below
mysql -uroot -p
Password (enter the root password)
mysql- create database zabbix_db character set utf8 collate utf8_bin;
grant all privileges on zabbix_db.* to zabbix@localhost identified by 'passw0rd';
mysql quit;
Next steps are to Import initial schema and data. Use the below command, you will be prompted to enter your newly created password.
-navigate to cd /usr/share/doc/zabbix-server-mysql*/
-zcat create.sql.gz | mysql -uzabbix -p zabbix_db
-password is "passw0rd"
5. Configure the database for Zabbix server
Edit file /etc/zabbix/zabbix_server.conf
sudo nano /etc/zabbix/zabbix_server.conf
set DBUser=zabbix_db DBPassword=passw0rd
6. Configure PHP for Zabbix frontend
Edit file /etc/zabbix/apache.conf, uncomment and set the right timezone for you.
php_value date.timezone Canada/Eastern
7. Start Zabbix server and agent processes
Start Zabbix server and agent processes and make it start at system boot:
sudo systemctl restart zabbix-server zabbix-agent apache2
sudo systemctl enable zabbix-server zabbix-agent apache2
8. Configure Zabbix frontend
Connect to your newly installed Zabbix frontend: http://server_ip_or_name/zabbix
Follow steps below to configure the Zabbix frontend
Scroll down and ensure all pre-requisites are showing the status as “ok”
Click “Next Step”
Enter DB password and click next step
Enter Zabbix server details and click next step
Click finish to complete Zabbix frontend installation
Login using the default username “Admin” and password “zabbix”
*****Monitoring Windows server 2012*****
1. We will monitor Windows server 2012 client using Zabbix agent.
2. Download the Zabbix agent for windows from
https://www.zabbix.com/download_agents
3. Copy bin\win64\zabbix_agentd.exe and conf\zabbix_agentd.win.conf files to c:\zabbix.
4. Edit the c:\zabbix\zabbix_agentd.win.conf file to your needs, making sure to specify a correct “Hostname” parameter of the Zabbix server
5. After this is done use the below command to install Zabbix agent as Windows service:
C:\ c:\zabbix\zabbix_agentd.exe -c c:\zabbix\zabbix_agentd.win.conf -i
6. Zabbix agent on Windows runs as a Windows service.
7. Ensure the Zabbix Agent service is running
8. To Configure Windows server 2012 as a host
9. Select configuration tab and click create host
10. Enter IP address and select the group
11. Allow port 10050 on firewall
12. Click templates tab and select “template OS Windows”
Смотрите видео How to install and monitor your network using Zabbix онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь joby john 26 Январь 2019, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 2,83 раз и оно понравилось 1 людям.