Zabbix Configuration - Ubuntu
Zabbix Configuration - Ubuntu
Step 1:
➢ We need to create a Linux/Ubuntu server. (Now I Have Done This with ubuntu 22.04 with
t2small) t2small Just For More Speed Other Then You Can Use t2Micro.
Notes on installation:
1.Install and configure Zabbix for your platform
• # wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-
release_6.4-1+ubuntu22.04_all.deb
• # dpkg -i zabbix-release_6.4-1+ubuntu22.04_all.deb
# apt update
On Zabbix server host import initial schema and data. You will be prompted to enter
your newly created password.
• # mysql -uroot -p
Password(enter password)
• mysql> set global log_bin_trust_function_creators = 0;
mysql> quit;
DBPassword=password (uncomment and write same password which already given before the
mysql data).
After that edit the security group in aws console,In server enabled to security group
ports: zabbix server
• Http – port No – 80
• Http – port No – 443
• Ssh-port No-22
• Zabbix port No – 10050
• In Ip address select the “what is my Ip” and add that Ip in source
Open Zabbix UI web page the default URL for Zabbix UI when using Apache web server is
(public Ip/zabbix) hit
1. We need to enter the user’s name(zabbix) and password (Limited@123) while created on the
server.
We need to set the Zabbix server name and time zone (Asia kolkatta5.30).
installing completed status after that USERNAME Admin & password zabbix (default).
Configure window server for agent in zabbix so create new window ec2 machine.
Installing Zabbix agent in server by browse the zabbix agent download in internet and install in window
server.
INSTALL
During installing hostname default and Zabbix server Ip should be main public Ip of zabbix server. After
completed Restart the zabbix agent and host in zabbix server.
ENTER HOST NAME (WHICH GIVEN IN TIME OF INSTALLING ) AFTER THAT SELECT TEMPLATE →APACHE
BY ZABBIX AGENT
AFTER THIS HOST ADDED REFRESH PAGE BUT SERVER IS ON UNKNOW(UNAVAIABLE)S0 RESTART AGENT.
NOW REFRESH THE PAGE SERVER WILL BE ON GREEN COLOUR (WHICH MEAN SERVER LINKED WITH
ZABBIX SERVER AND SENDING DATA TO IT)LIKE THIS NEW CAN CREATE MORE SERVER TO MONTORING
WITH AGENT BY CREATING THE HOSTS