Created
November 7, 2017 02:12
-
-
Save raphaunix/85cff30d924083e346f73cc90a384e12 to your computer and use it in GitHub Desktop.
[SOLVED] - "Job for zabbix-agent.service failed because a configured resource limit was exceeded. See "systemctl status zabbix-agent.service" and "journalctl -xe" for details."
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Job for zabbix-agent.service failed because a configured resource limit was exceeded. See "systemctl status zabbix-agent.service" and "journalctl -xe" for details." | |
[SOLVED] | |
sudo setenforce 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was getting the same error in ansible, for restarting zabbix agent, After adding this piece of code its working fine.
Also don't add daemon_reload=yes , while restarting zabbix.