1、安装vmware
2、在vmware中安装linux
3、在linux中安装mysql
安装后需要创建zabbix使用的数据库:https://www.zabbix.com/cn/download?zabbix=6.0&os_distribution=ubuntu&os_version=22.04&components=server_frontend_agent&db=mysql&ws=apache
4、根据zabbix官网提供的安装流程进行zabbix安装
安装完成后需要填写DBpasswd=密码
5、zabbix安装后发现进程假死,无法启动,根据搜索后总结为缺少selinux,安装selinux后将 /etc/selinux/config中的selinux=displayd
6、设置防火墙(firewall)
确定Firewall开启:
[root@localhost ~]# systemctl start fir