Ad Widget

Collapse

Can not running Zabbix-server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CesarSaiz
    Junior Member
    • May 2019
    • 1

    #1

    Can not running Zabbix-server

    Hi all,

    I'm doing a school's project but i can not run zabbix server.



    [root@localhost ~]# systemctl start zabbix-server
    [root@localhost ~]# systemctl status zabbix-server
    ● zabbix-server.service - Zabbix Server
    Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; enabled; vendor preset: disabled)
    Active: activating (auto-restart) (Result: exit-code) since dom 2019-05-12 20:55:31 CEST; 6s ago
    Process: 17471 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
    Process: 17430 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
    Main PID: 17432 (code=exited, status=0/SUCCESS)

    may 12 20:55:31 localhost.localdomain systemd[1]: zabbix-server.service: control process exited, code=exited status=1
    may 12 20:55:31 localhost.localdomain systemd[1]: Unit zabbix-server.service entered failed state.
    may 12 20:55:31 localhost.localdomain systemd[1]: zabbix-server.service failed.
    [root@localhost ~]#

    I don't know what is the problem, can someone help me?

    Thanks!!
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Which environment did you build which version of Zabbix server? If you can not start, please check the log first. Information to identify the cause of startup failure should be output to the log.

    If you installed Zabbix 4.0.7 on CentOS 7 using the official package of Zabbix, the log file will be:
    /var/log/zabbix/zabbix_server.log

    Comment

    Working...