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

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

    just get into the zabbix.conf.php

       >$sudo vim /etc/zabbix/web/zabbix.conf.php
       >$ZBX_SERVER      = '**your zabbix ip address or DNS name**';
       >$ZBX_SERVER_PORT = '10051';
       >$ZBX_SERVER_NAME = '**your zabbix hostname**';
    

    just change the ip address you can resolve the error

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

    After that restart the zabbix server

     >$sudo service zabbix-server restart
    

    To verify go to Dashboard Administration -> queue there you see data

    i resolved my error like this works fine for me.

提交回复
热议问题