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

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

    Solution might be this simple:

        sudo su 
        
        nano /etc/zabbix/zabbix-server.conf
    

    Remove "#" in front of DBPassword=YourPassword (will change from blue to grey)

    Ctrl x (Y to save and press enter to exit)

        service zabbix-server restart
    

    Now you can refresh your browser running ZABBIX. If not, you will have to do the same steps for CacheSize=32M

    You do not have to change anything in /etc/zabbix/web/zabbix.conf.php (localhost is fine)

    When editing anything, remember "#" in front of line means invisible to linux.

提交回复
热议问题