zabbix的安装部署
配置要求
关于Zabbix 6.0的一些介绍可以参考:https://www.zabbix.com/documentation/6.0/zh/manual/introduction/whatsnew600
初始环境
关闭系统防火墙
[root@Zabbix ~]# systemctl stop firewalld
[root@Zabbix ~]# systemctl disable firewalld
[root@Zabbix ~]# vim /etc/selinux/config
SELINUX=disabled
关闭交换分区
[root@Zabbix...
