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

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

    I was using a special character in my DB password - wrapping the DBPassword option in /etc/zabbix/zabbix_server.conf and doing sudo service zabbix-server restart got me back up and running.

    Not Working DBPassword=MyString?

    Working DBPassword='MyString?'

提交回复
热议问题