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

后端 未结 24 3603
名媛妹妹
名媛妹妹 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:15

    #getsebool -a
    //httpd_can_network_connect off
    #setsebool httpd_can_network_connect on
    #getsebool httpd_can_network_connect
    #service zabbix-server restart
    

提交回复
热议问题