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

后端 未结 24 3607
名媛妹妹
名媛妹妹 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 08:59

    Edit this file: sudo nano /etc/default/zabbix-server

    Adjust the START property to yes:

    START=yes
    

    Then try to run Zabbix again: sudo service zabbix-server start

提交回复
热议问题