According to the log error troubleshooting
Zabbix Process View
View Listener Zabbix server---------Zabbix agent 10050---10051 port
Netstat-nplut |grep Zabbix
Login error Resolution Zabbix server is running | No.
Workaround 1
Setsebool-p Httpd_can_network_connect on SELinux allows it to service through HTTPD
Close SELinux
Permanently closedvi /etc/selinux/config
#SELINUX =disabled
#SELINUXTYPE =targeted
Temporary shutdown Setenforce 0
Shutdown firewall
Permanently closedchkconfig iptables off
Temporary entry into forceiptables -F
Workaround 2
Modify configuration file
Modify the IP address of the lochlhost for your own server
Modify$DB['SERVER'] = '192.168.30.6';
Modify$ZBX_SERVER = '192.168.30.6';
Restart Service
Service httpd Restart
service zabbix-agent Restart
service zabbix-server restart
Summarize
The above is the entire content of this article, I hope the content of this article for everyone's study or work can bring certain help, if you have questions you can message exchange.