Linux: OSSEC Agent Installer
The Linux shell script installer will install the agent on the system using a private yum or apt repo contained on the SaaS Hub server. It will then configure the agent (ossec.conf), and register the agent to the hub.
Requirements
-
Root or sudo permissions
-
bash
Step 1: Log into the system, and download the installer from the Atomic SaaS HUB
wget https://<hub_address>/installers/ossec-installer.sh
Step 2: Change permissions of the installer
chmod +x ossec-installer.sh
Step 3: Execute the script with the HUB Address of the SaaS server and port/protocol requirements
sudo ./ossec-installer.sh --server <HUB_Address> --port 1514 --protocol tcp