I'm trying to deploy Rapid7's Insight Agent to all of our Mac machines. The ZIP file contains an installer.sh, and .key, .pem, and .json
The instructions listed on their website (copied and pasted below):
- Fully extract the contents of your downloaded ZIP file.
- Modify the execute permissions of the installer script: chmod u+x agent_installer.sh
- Execute the agent_installer.sh script. The agent will be installed as a service (“ir_agent”): sudo ./agent_installer.sh install_start
Any help would be appreciated!
