A successful install will have the following output. Selecting previously unselected package armor-agent. (Reading database ... 179956 files and directories currently installed.) Preparing to unpack armor-agent.deb ... Unpacking armor-agent (0.9.0.5) ... Setting up armor-agent (0.9.0.5) ... ===================================================================== The Armor Agent has been installed. You will need to register it by placing the license key provided by Armor into the configuration file located in /etc/armor/armor.cfg and starting the armor-agent service. ===================================================================== Processing triggers for ureadahead (0.100.0-16) ... * Starting Armor Defense Agent armor-agent started |
After the Armor agent has completed installation, its sub-services will install after the first heartbeat completes. You can follow the armor.log to view the status. tail -f /var/log/armor.log |
The logs for a completed agent install will look similar to: PS C:\Users\Administrator> cat C:\.armor\log\armor.log time="Jan 13 21:19:22" level=info msg="Provider Found" key= provider=Azure time="Jan 13 21:19:22" level=info msg="OS Found" distro=Windows time="Jan 13 21:19:22" level=info msg="Registering Armor Core agent" time="Jan 13 21:19:26" level=info msg="Initial registration complete. Begin adding Armor..." time="Jan 13 21:19:26" level=info msg="Applying Armor Server Hardening" time="Jan 13 21:19:26" level=info msg="Installing Armor Anti-Virus support" time="Jan 13 21:19:45" level=info msg="Installing Armor Logging support" time="Jan 13 21:19:49" level=info msg="Installing Logging Certificate" time="Jan 13 21:19:49" level=info msg="Installing Armor Monitoring support" time="Jan 13 21:19:55" level=info msg="Validating Hash..." time="Jan 13 21:19:55" level=info msg="Hash validated" |
|