i have installed zabbix 3.4.3 on centos 7 using maria db as data baes n having the same ptoblem zabbix server is not running the information displayed may not be current. I have disable the firewall and selinux. Upon typing command systemctl status zabbix-server I got following output:
systemctl status zabbix-server
● zabbix-server.service – Zabbix Server
Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2017-11-08 15:31:45 PKT; 26min ago
Process: 79711 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=0/SUCCESS)
Process: 79718 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 79720 (zabbix_server)
CGroup: /system.slice/zabbix-server.service
└─79720 /usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.conf
Nov 08 15:31:45 localhost.localdomain systemd[1]: zabbix-server.service: main process exited, code=exited, status=1/FAILURE
Nov 08 15:31:45 localhost.localdomain systemd[1]: Unit zabbix-server.service entered failed state.
Nov 08 15:31:45 localhost.localdomain systemd[1]: zabbix-server.service failed.
Nov 08 15:31:45 localhost.localdomain systemd[1]: Starting Zabbix Server…
Nov 08 15:31:45 localhost.localdomain systemd[1]: PID file /run/zabbix/zabbix_server.pid not readable (yet?) after start.
Nov 08 15:31:45 localhost.localdomain systemd[1]: Started Zabbix Server
kindly help me out
systemctl status zabbix-server
● zabbix-server.service – Zabbix Server
Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2017-11-08 15:31:45 PKT; 26min ago
Process: 79711 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=0/SUCCESS)
Process: 79718 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 79720 (zabbix_server)
CGroup: /system.slice/zabbix-server.service
└─79720 /usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.conf
Nov 08 15:31:45 localhost.localdomain systemd[1]: zabbix-server.service: main process exited, code=exited, status=1/FAILURE
Nov 08 15:31:45 localhost.localdomain systemd[1]: Unit zabbix-server.service entered failed state.
Nov 08 15:31:45 localhost.localdomain systemd[1]: zabbix-server.service failed.
Nov 08 15:31:45 localhost.localdomain systemd[1]: Starting Zabbix Server…
Nov 08 15:31:45 localhost.localdomain systemd[1]: PID file /run/zabbix/zabbix_server.pid not readable (yet?) after start.
Nov 08 15:31:45 localhost.localdomain systemd[1]: Started Zabbix Server
kindly help me out
Comment