Ad Widget

Collapse

Zabbix server not running - 2.0.6 / 64 bit CentOS 6.4

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Steveo
    Member
    • Jun 2013
    • 31

    #1

    Zabbix server not running - 2.0.6 / 64 bit CentOS 6.4

    I am getting the "Zabbix server is not running" error in the web frontend.

    I have Zabbix 2.0.6 installed on CentOS 6.4 64 bit using a standalone DB server. Zabbix can connect to DB server with no problems and SELinux is disabled. I have entries in my zabbix_agentd.log, however I have no zabbix_server.log at all. The log has been configured using the same path as the agent log. The zabbix_server service is running, but I cannot connect to the port. I have read through many possibles resolutions, but nothing has worked so far. Any help would be greatly appreciated.



    [root@MT-ZBAPP-01 zabbix]# ps aux | grep zabbix_server
    zabbix 2308 0.0 0.0 99404 1840 ? S 12:41 0:00 /usr/local/sbin/zabbix_server
    root 2329 0.0 0.0 103236 892 pts/0 S+ 12:45 0:00 grep zabbix_server
    [root@MT-ZBAPP-01 ~]# telnet localhost 10051
    Trying 127.0.0.1...
    telnet: connect to address 127.0.0.1: Connection refused
  • nilie
    Junior Member
    • May 2013
    • 16

    #2
    Did it work before or this is a new installation ?
    Can you try to check status with

    /etc/init.d/zabbix-server status

    Comment

    • f.koch
      Member
      Zabbix Certified Specialist
      • Feb 2010
      • 85

      #3
      Hi,

      how have you installed zabbix? via rpm ? or manual install

      have you at least 1 zabbix trapper process running? (check this in zabbix_server.conf)

      regards Florian

      Comment

      • Steveo
        Member
        • Jun 2013
        • 31

        #4
        Originally posted by nilie
        Did it work before or this is a new installation ?
        Can you try to check status with

        /etc/init.d/zabbix-server status
        This was a new install, but I figured out the issue. It was the path to the conf file. I was using /etc/zabbix but it was reading it from /usr/local/etc, which was not edited. I copied the conf file from /etc/zabbix over and problem was resolved.

        Comment

        Working...