After installing a MacOS agent I receive permission 13 error. I don't really understand what to do after install.
Ad Widget
Collapse
Can someone please explain MacOS Agents installation in more detail?
Collapse
X
-
Tags: None
-
What are you you using to install the agent? Is it the zabbix_agents-4.0.3-macos.pkg? Install in /usr/local/etc/zabbix and that is where your zabbix_agentd.conf will live (make sure to configure it). Then go to your /Library/LaunchDaemons/ folder and add or make sure com.zabbix.zabbix_agentd.plist is in there. It should launch after a restart but you should also be able to force it by typing sudo launchctl load /Library/LaunchDaemons/com.zabbix.zabbix_agentd.plist or if you need to stop it sudo launchctl unload /Library/LaunchDaemons/com.zabbix.zabbix_agentd.plist. I never had to change permissions at all. Please let me know if this didn't help or if you need some other information.
Comment