Has anyone tried installing the Zabbix agent on MacOS running version 12.1 of MacOS?
I attempted both a 4.2.8 and 5.0.19 install and both resulted in error below (the agent package install worked on Catalina):
Note: On Catalina version of MacOS I got error that “can’t be opened because Apple cannot check it for malicious software.”
However, I was able to open "macOS System Preferences > Security & Privacy > General" and approve it opening from there.
I did the same on Monterey to get past malicious software check, but now the installation fails:
sudo installer -pkg zabbix_agent-5.0.19-macos-amd64.pkg -target /
Password:
installer: Package name is Zabbix Agent
installer: Installing at base path /
installer: The install failed. (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. An error occurred while running scripts from the package “zabbix_agent-5.0.19-macos-amd64.pkg”.)
Alternatively, I see there is an archive version of agent as well but I couldn't find any documentation on using archive to install the Zabbix agent. Which approach is recommended for MacOS 12?
Am I missing some steps? Could this be a permission issue in some way? My biggest problem is there isn't anything in log file that I could find that clearly indicates where in the install script it is failing so I could get some clue on root cause.
I attempted both a 4.2.8 and 5.0.19 install and both resulted in error below (the agent package install worked on Catalina):
Note: On Catalina version of MacOS I got error that “can’t be opened because Apple cannot check it for malicious software.”
However, I was able to open "macOS System Preferences > Security & Privacy > General" and approve it opening from there.
I did the same on Monterey to get past malicious software check, but now the installation fails:
sudo installer -pkg zabbix_agent-5.0.19-macos-amd64.pkg -target /
Password:
installer: Package name is Zabbix Agent
installer: Installing at base path /
installer: The install failed. (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. An error occurred while running scripts from the package “zabbix_agent-5.0.19-macos-amd64.pkg”.)
Alternatively, I see there is an archive version of agent as well but I couldn't find any documentation on using archive to install the Zabbix agent. Which approach is recommended for MacOS 12?
Am I missing some steps? Could this be a permission issue in some way? My biggest problem is there isn't anything in log file that I could find that clearly indicates where in the install script it is failing so I could get some clue on root cause.
Comment