I just updated a Mac to macOS Sonoma and reinstalled the Zabbix agent that was running on it previously (zabbix_agent-5.4.8-macos-amd64). It's mostly working fine but I am getting this error in the logs:
Failed to execute command "/Library/FileMaker\ Server/Database\ Server/bin/fmsadmin list clients -s -u *** -p ***": Process killed by signal: 11.
That is being trigger by an item executing this:
system.run["{$FMS_CLI_PATH}fmsadmin list clients -s -u {$FMS_U} -p {$FMS_P}",wait]
The path is correct and if I run the command in Terminal it does execute fine. If I test the item from within the Zabbi
Failed to execute command "/Library/FileMaker\ Server/Database\ Server/bin/fmsadmin list clients -s -u *** -p ***": Process killed by signal: 11.
That is being trigger by an item executing this:
system.run["{$FMS_CLI_PATH}fmsadmin list clients -s -u {$FMS_U} -p {$FMS_P}",wait]
The path is correct and if I run the command in Terminal it does execute fine. If I test the item from within the Zabbi
Comment