Hey everyone,
I've been struggling to find out why this is happening to me. I'm not necessarily new to linux, but it isn't my daily OS.
I've installed Zabbix 3.4 on CentOS 7 and it was working great for some time. I'd say about 4 hours into configuring hosts and whatnot, the server service crashed.
Long story short... when I run systemctl status zabbix-server.service I get this:
What I find odd is that every 10 seconds, the auto-restart counter resets itself. I'm not sure what is going on and I've been googling so much that I'm getting overwhelmed since none of the threads I'm finding are working for me..
Help!!
I've been struggling to find out why this is happening to me. I'm not necessarily new to linux, but it isn't my daily OS.
I've installed Zabbix 3.4 on CentOS 7 and it was working great for some time. I'd say about 4 hours into configuring hosts and whatnot, the server service crashed.
Long story short... when I run systemctl status zabbix-server.service I get this:
Code:
[root@nm01 ~]# systemctl status zabbix-server.service
● 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 Thu 2017-10-26 15:05:58 PDT; [B]9s ago[/B]
Process: 20497 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
Process: 24665 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 20491 (code=exited, status=1/FAILURE)
Oct 26 15:05:58 nm01 systemd[1]: Failed to start Zabbix Server.
Oct 26 15:05:58 nm01 systemd[1]: Unit zabbix-server.service entered failed state.
Oct 26 15:05:58 nm01 systemd[1]: zabbix-server.service failed.
[root@nm01 ~]# systemctl status zabbix-server.service
● zabbix-server.service - Zabbix Server
Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; enabled; vendor preset: disabled)
Active: activating (start) since Thu 2017-10-26 15:06:08 PDT; [B]1ms ago[/B]
Process: 20497 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
Main PID: 20491 (code=exited, status=1/FAILURE); : 24674 (zabbix_server)
CGroup: /system.slice/zabbix-server.service
└─24674 /usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.conf
Oct 26 15:06:08 nm01 systemd[1]: Starting Zabbix Server...
[root@nm01 ~]# systemctl status zabbix-server.service
● 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 Thu 2017-10-26 15:06:08 PDT; [B]416ms ago[/B]
Process: 20497 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
Process: 24674 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 20491 (code=exited, status=1/FAILURE)
Oct 26 15:06:08 nm01 systemd[1]: Failed to start Zabbix Server.
Oct 26 15:06:08 nm01 systemd[1]: Unit zabbix-server.service entered failed state.
Oct 26 15:06:08 nm01 systemd[1]: zabbix-server.service failed.
Help!!
I checked out the log and saw 100's of repeating lines. They are:
Comment