Ad Widget

Collapse

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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kayyazka
    Junior Member
    • Nov 2015
    • 2

    #1

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

    Hi All,

    I am new learn zabbix, After done install got error message :
    zabbix server is not running the information displayed may not be current
    Zabbix server is running No 192.168.0.110:10051

    And then i do :

    1. change :
    $ZBX_SERVER = 'localhost';
    to :
    $ZBX_SERVER = '192.168.0.110';
    2. setsebool -P httpd_can_network_connect on
    setsebool -P httpd_can_network_connect=true
    3. port is open in my server

    But it is still problem, any someone can help me?


    Thank you
  • rdmag
    Junior Member
    • Sep 2015
    • 9

    #2
    You need to start the zabbix-agent on the server. You should install the agent on the clients too, unless you use another method to connect.

    On Linux it's something like this:

    service zabbix-agent start

    Make sure that your system starts zabbix after a reboot.

    Comment

    • michael.weber
      Senior Member
      • Nov 2015
      • 121

      #3
      U need to start the zabbix Server

      Debian self compiled Server can be startes from every location with
      Code:
      zabbix_server
      To verify the Service
      Code:
      ps -ef | grep zabbix

      Comment

      • kayyazka
        Junior Member
        • Nov 2015
        • 2

        #4
        Can not solve problem

        Thank you for your respon,

        I have restart for server and agent still problem
        i am install it in centos

        Any other suggestions?

        Comment

        • michael.weber
          Senior Member
          • Nov 2015
          • 121

          #5
          okay thanks. for my monitoring i use zabbix Proxy and a agent on the Clients

          Comment

          Working...