I'm Running Zabbix 3.4.5 on Centos 7.4.1708 and have been following thread: https://www.zabbix.com/forum/showthread.php?t=59895 but it's not quite the same as I have had Zabbix running fine for over 6 months the zabbix server has just stopped running.
I believe I caused the issue as I configured 3 Actions related to 3 Discoveries on different subnets at the same time and I don't think my zabbix configuration has been able to handle it.
I have clicked to disable all of them but it hasn't worked, please see the results of the restart zabbix-server.service and status below:
[root@zabbixsvr-domain user]# systemctl restart zabbix-server.service
Job for zabbix-server.service failed because a configured resource limit was exceeded. See "systemctl status zabbix-server.service" and "journalctl -xe" for details.
[root@zabbixsvr-domain user]# systemctl status zabbix-server.service -l
● zabbix-server.service - Zabbix Server
Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; enabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: resources) since Sat 2017-12-30 02:18:34 GMT; 7s ago
Process: 5586 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
Process: 5611 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 5570 (code=exited, status=1/FAILURE)
Dec 30 02:18:34 zabbixsvr-domain systemd[1]: zabbix-server.service never wrote its PID file. Failing.
Dec 30 02:18:34 zabbixsvr-domain systemd[1]: Failed to start Zabbix Server.
Dec 30 02:18:34 zabbixsvr-domain systemd[1]: Unit zabbix-server.service entered failed state.
Dec 30 02:18:34 zabbixsvr-domain systemd[1]: zabbix-server.service failed.
I hope someone can help me or point me in the right direction.
Cheers
J
I believe I caused the issue as I configured 3 Actions related to 3 Discoveries on different subnets at the same time and I don't think my zabbix configuration has been able to handle it.
I have clicked to disable all of them but it hasn't worked, please see the results of the restart zabbix-server.service and status below:
[root@zabbixsvr-domain user]# systemctl restart zabbix-server.service
Job for zabbix-server.service failed because a configured resource limit was exceeded. See "systemctl status zabbix-server.service" and "journalctl -xe" for details.
[root@zabbixsvr-domain user]# systemctl status zabbix-server.service -l
● zabbix-server.service - Zabbix Server
Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; enabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: resources) since Sat 2017-12-30 02:18:34 GMT; 7s ago
Process: 5586 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
Process: 5611 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 5570 (code=exited, status=1/FAILURE)
Dec 30 02:18:34 zabbixsvr-domain systemd[1]: zabbix-server.service never wrote its PID file. Failing.
Dec 30 02:18:34 zabbixsvr-domain systemd[1]: Failed to start Zabbix Server.
Dec 30 02:18:34 zabbixsvr-domain systemd[1]: Unit zabbix-server.service entered failed state.
Dec 30 02:18:34 zabbixsvr-domain systemd[1]: zabbix-server.service failed.
I hope someone can help me or point me in the right direction.
Cheers
J
Comment