Ad Widget

Collapse

Zabbix server is not running message

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jfha73
    Member
    • Aug 2018
    • 33

    #1

    Zabbix server is not running message

    Hey guys,

    I have a CentOS 7.6 running Zabbix Server, systemctl says it's running, Firewall is disabled, SELinux is also disabled, I saw in another post that the solution for this was to increase the CacheSize, which I did, but the web GUI still says it's not running, I checked both conf files (server and agent) and made sure the had their ports configured (10051 for server and 10050 for agent), also made sure that the agent will only communicate with itself (127.0.0.1) and made the ListenIP 0.0.0.0 so it listen from every IP in it, but still I get nothing.

    Any ideas what can be causing this?

    Thanks.
  • jfha73
    Member
    • Aug 2018
    • 33

    #2
    Please ignore this, I checked the Log and found that the Zabbix Server was not connecting to the database because I put the password for it in quotes, so I got rid of the quotes and it shows up and running.

    Comment

    • DOTTRAM
      Junior Member
      • Aug 2019
      • 1

      #3
      Hi guys. Some body nows this prolem? zabbix-server.service: Can't open PID file /run/zabbix/zabbix_server.pid (yet?) after start: No such file or directory. PLEASE HELP
      Aug 26 09:36:11 ubuntu systemd[1]: Starting Zabbix Server...
      Aug 26 09:36:11 ubuntu systemd[1]: zabbix-server.service: Can't open PID file /run/zabbix/zabbix_server.pid (yet?) after start: No such file or directory
      Aug 26 09:36:11 ubuntu systemd[1]: Started Zabbix Server.

      I am use Ubuntu 18.04 version. My results command
      root@ubuntu:/home/dott# service zabbix-server status
      ● zabbix-server.service - Zabbix Server
      Loaded: loaded (/lib/systemd/system/zabbix-server.service; enabled; vendor preset: enabled)
      Active: active (running) since Mon 2019-08-26 09:36:11 PDT; 12min ago
      Process: 3176 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=0/SUCCESS)
      Process: 3204 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
      Main PID: 3206 (zabbix_server)
      Tasks: 1 (limit: 2303)
      CGroup: /system.slice/zabbix-server.service
      └─3206 /usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.con
      Aug 26 09:36:11 ubuntu systemd[1]: Starting Zabbix Server...
      Aug 26 09:36:11 ubuntu systemd[1]: zabbix-server.service: Can't open PID file /run/zabbix/zabbix_server.pid (yet?) after start: No such file or directory
      Aug 26 09:36:11 ubuntu systemd[1]: Started Zabbix Server.


      Then i pass to web interfcae I see

      Status of Zabbix
      Parameter Value Details
      Zabbix server is running No localhost:10051

      And below I see the inscription:
      "Zabbix server is not running :the information displayed may not be current."

      Comment

      Working...