We've recently implemented zabbix in our environment and have found it very useful to this point.
It's been running flawless for the last 2 week in production; however when I came this morning I noticed that it showed zabbix server was not running. I've been trying to troubleshoot move of the day without success.
I've read through multiple forums of people with similar problems but most of them are running an older version of zabbix and/or centos.
I could reinstall but I would really like to find the issue. When I first installed zabbix in a test environment I had the same issue where it wouldn't start but rebuilding fixed it. Since we are going to have this in production I would prefer to know what's causing the issue.
When starting the service the logs show one child process died
One child process died (PID:3043,exitcode/signal:1). Exiting ...
syncing history data...
syncing history data done
syncing trends data...
syncing trends data done
Zabbix Server stopped. Zabbix 3.0.1 (revision 58734).
Also this is the status of systemctl status zabbix-server
Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; disabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2016-04-18 12:29:10 EDT; 2s ago
Process: 3836 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
Process: 3779 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 3781 (code=exited, status=0/SUCCESS)
Apr 18 12:29:10 zabbix.sd.local systemd[1]: zabbix-server.service: control process exited, code=exited status=1
Apr 18 12:29:10 zabbix.sd.local systemd[1]: Unit zabbix-server.service entered failed state.
Apr 18 12:29:10 zabbix.sd.local systemd[1]: zabbix-server.service failed.
[root@zabbix zabbix]#
Any additional ideas would be grateful.
Thanks!
It's been running flawless for the last 2 week in production; however when I came this morning I noticed that it showed zabbix server was not running. I've been trying to troubleshoot move of the day without success.
I've read through multiple forums of people with similar problems but most of them are running an older version of zabbix and/or centos.
I could reinstall but I would really like to find the issue. When I first installed zabbix in a test environment I had the same issue where it wouldn't start but rebuilding fixed it. Since we are going to have this in production I would prefer to know what's causing the issue.
When starting the service the logs show one child process died
One child process died (PID:3043,exitcode/signal:1). Exiting ...
syncing history data...
syncing history data done
syncing trends data...
syncing trends data done
Zabbix Server stopped. Zabbix 3.0.1 (revision 58734).
Also this is the status of systemctl status zabbix-server
Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; disabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2016-04-18 12:29:10 EDT; 2s ago
Process: 3836 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
Process: 3779 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 3781 (code=exited, status=0/SUCCESS)
Apr 18 12:29:10 zabbix.sd.local systemd[1]: zabbix-server.service: control process exited, code=exited status=1
Apr 18 12:29:10 zabbix.sd.local systemd[1]: Unit zabbix-server.service entered failed state.
Apr 18 12:29:10 zabbix.sd.local systemd[1]: zabbix-server.service failed.
[root@zabbix zabbix]#
Any additional ideas would be grateful.
Thanks!
Comment