Hello friends. I have Debian 8 and the Zabbix-Agent service was running well on it. Today, the Zbbix service suddenly stopped and I can't understand why???
When I check the status of the service with the following command, the following error is displayed :
It also returns the following code to me when I run the journalctl command :
Even the zabbix agent service even starts and stops successfully, but It is not running when I check the status of the service.
Where can the problem come from? please Help me
When I check the status of the service with the following command, the following error is displayed :
PHP Code:
# service zabbix-agent status
● zabbix-agent.service - Zabbix Agent
Loaded: loaded (/lib/systemd/system/zabbix-agent.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2020-10-04 12:36:47 ; 10min ago
Docs: man:zabbix_agentd
Process: 17388 ExecStart=/usr/sbin/zabbix_agentd --foreground (code=exited, status=127)
Main PID: 17388 (code=exited, status=127)
Oct 04 12:36:47 Sip systemd[1]: Started Zabbix Agent.
Oct 04 12:36:47 Sip systemd[1]: zabbix-agent.service: Main process exited, code=exited, status=127/n/a
Oct 04 12:36:47 Sip systemd[1]: zabbix-agent.service: Unit entered failed state.
Oct 04 12:36:47 Sip systemd[1]: zabbix-agent.service: Failed with result 'exit-code'.
PHP Code:
# journalctl -u zabbix-agent
-- Logs begin at Sat 2020-10-03 14:45:30 +0330, end at Sun 2020-10-04 12:48:44 +0330. --
Oct 04 06:25:07 Sip systemd[1]: Stopping Zabbix Agent...
Oct 04 06:25:07 Sip systemd[1]: Stopped Zabbix Agent.
Oct 04 06:25:07 Sip systemd[1]: Started Zabbix Agent.
Oct 04 06:25:07 Sip systemd[1]: zabbix-agent.service: Main process exited, code=exited, status=127/n/a
Oct 04 06:25:07 Sip systemd[1]: zabbix-agent.service: Unit entered failed state.
Oct 04 06:25:07 Sip systemd[1]: zabbix-agent.service: Failed with result 'exit-code'.
Oct 04 11:24:15 Sip systemd[1]: Started Zabbix Agent.
Oct 04 11:24:15 Sip systemd[1]: zabbix-agent.service: Main process exited, code=exited, status=127/n/a
Oct 04 11:24:15 Sip systemd[1]: zabbix-agent.service: Unit entered failed state.
Oct 04 11:24:15 Sip systemd[1]: zabbix-agent.service: Failed with result 'exit-code'.
Oct 04 11:24:28 Sip systemd[1]: Started Zabbix Agent.
Where can the problem come from? please Help me
Comment