...
One of the following Oses:
Red Hat Enterprise Linux Server release 7.0 or higher
Oracle Linux 6.5 or higher
Ubuntu 16.04 or higher
CentOS release 7 or higher
Debian GNU/Linux 8.0 or higher
Amazon Linux AMI release 2013.03 or higher
Fedora release 12 or higher
Suse Linux 11 or higher
A supported version of OpenSSL
Root and/or Wheel Group access
350 MB persistent storage
The Install script requires wget to retrieve content, and curl to test/verify access to our data collection servers in the US at IP address servers:
For assessments on app.cloudamize.com or dashboard.cloudamize.com our data collection servers are at 104.197.11.97 or in the EU at 35for US infrastructure and 35.198.133.35 over 35 for EU infrastructure over port 443, either directly or through a corporate proxy
For assessments on console.cloudamize.com or dashboard-partners.cloudamize.com our data collection servers are at am.cloudamize.com for US infrastructure and am-de.cloudamize.com for EU infrastructure over port 443, either directly or through a corporate proxy. If you are unable to whitelist DNS addresses, please instead whitelist the appropriate static IP: 35.171.170.26 (US infrastructure) or 18.194.12.63 (EU infrastructure).
Note: The Linux agent/agentless approach requires a user with root permissions to get PID-to-network mapping, certain hardware details, and data on logical/physical disk volumes. Become root user either through "sudo -s" or "su", most systems use sudo.
...
Code Block |
---|
export CLOUDAMIZE_CUSTOMER_KEY=<YOUR CUSTOMER KEY> |
Step 2: Execute the following command to install an agent.command listed in the assessment portal, eg:
Code Block |
---|
sh <(curl -s https://agentmanager1.cloudamize.com/cxf/downloadFile/installCloudamizeAgentV2.sh) |
If FQDN resolution is not permitted use the command below.This will differ if your assessment is on console.cloudamize.com, and will include your customer key:
Code Block |
---|
%> sh <(curl -sX -kPOST https://104am.197cloudamize.11.97com/cxf/downloadFile/downloadFileV3 -H 'content-type: multipart/form-data' -F custkey=<YOUR CUSTOMER KEY> -F filename=installCloudamizeAgentV2.sh) |
...
If you want to route the data through your own proxy server, click the checkbox as shown in the image below, and use the following command for app.cloudamize.com assessments (console.cloudamize.com assessments have the command listed in the portal):
Code Block |
---|
sh <(curl --proxy https://www.yourproxy.com:proxy_port -s https://agentmanager1.cloudamize.com/cxf/downloadFile/installCloudamizeAgentV2.sh) <https://www.your_own_proxy.com> <proxy_port> |
...