So all of a sudden, after a week of using it, I get an error message on my zabbix server
gui (http://localhost/zabbix/.)
The error says: Zabbix serve
In my case i had to disable Linux SE
[root@webserverlocaldomain /]# setenforce 0
Disable Firewall
[root@webserverlocaldomain /]# systemctl stop firewalld
Edit config file uncommenting#
[root@webserverlocaldomain /]# vi /etc/zabbix/zabbix_server.conf
ListenPort=10051
DBHost=localhost
DBPassword=password
Then restart the services
[root@webserverlocaldomain /]# systemctl restart zabbix-server zabbix-agent httpd