Zabbix server is not running: the information displayed may not be current

后端 未结 24 3249
名媛妹妹
名媛妹妹 2021-02-20 08:25

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

24条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-20 09:18

    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
    

提交回复
热议问题