[ZBX-11334] zabbix agent service failed, PID not readable Created: 2016 Oct 07 Updated: 2018 May 06 Resolved: 2016 Oct 07 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Agent (G) |
Affects Version/s: | 3.0.4 |
Fix Version/s: | None |
Type: | Incident report | Priority: | Critical |
Reporter: | perigee | Assignee: | Unassigned |
Resolution: | Won't fix | Votes: | 0 |
Labels: | crash | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
CentOS7 |
Description |
I'm trying to run zabbix-agent 3.0.4 on CentOS7, systemd failed to start the zabbix agent, from `journalctl -xe` ``` There is no permission error, and I try to re-configure the PID path to /tmp folder in zabbix-agent.service and zabbix_agentd.conf, it doesn't work. Very weird, anyone has idea? Thank you in advance. |
Comments |
Comment by richlv [ 2016 Oct 07 ] |
this issue tracker is for bugreports, and the current issue looks more like a support request at this time - please see http://zabbix.org/wiki/Getting_help for support options. in this case, try starting agent daemon directly and see whether there are any errors |
Comment by Francisco [ 2018 May 06 ] |
Greetings,
I had the same issue and by looking at logs with this command "tail -1 /var/log/zabbix/zabbix_agentd.log" i have observed: i had gathered info on this from: and checked the semaphore array max usage: $>ipcs -s | grep -c "^0x" the last value, 128 is the max limit reached for semaphore arrays, so i needed to increase that, by doing: After this, i needed to check the new sempahore array: and restart zabbix: $> systemctl status zabbix-agent Thanks to everyone for their help |