Qualys Cloud Agent enables instant, global visibility of IT assets – even occasionally connected mobile and virtual devices, with up-to-date asset configuration data for security and compliance. A low-footprint agent installed on endpoints, Cloud Agent brings the high-performance functionality of all Qualys Cloud Platform services to all IT assets in the global enterprise.
Please visit: https://software.oit.gatech.edu for the agent download and installation keys. The installer will not work without the proper keys
RHEL
sudo rpm -ivh qualys-cloud-agent.x86_64.rpm sudo /usr/local/qualys/cloud-agent/bin/qualys-cloud-agent.sh ActivationId=********-*****-****-****-************ CustomerId=********-****-****-****-************ |
Ubuntu
sudo dpkg –install qualys-cloud-agent.x86_64.deb sudo /usr/local/qualys/cloud-agent/bin/qualys-cloud-agent.sh ActivationId=********-*****-****-****-************ CustomerId=********-****-****-****-************ |
OS X
sudo installer -pkg ./qualys-cloud-agent.x86_64.pkg -target / sudo bash -c ” if [[ -f /usr/local/qualys/cloud-agent/bin/qualys-cloud-agent.sh ]]; then /usr/local/qualys/cloud-agent/bin/qualys-cloud-agent.sh ActivationId=********-*****-****-****-************ CustomerId=********-****-****-****-************; else /Applications/QualysCloudAgent.app/Contents/MacOS/qualys-cloud-agent.sh ActivationId=********-*****-****-****-************ CustomerId=********-****-****-****-************; fi” |
Windows
From prompt with admin priviledges
QualysCloudAgent.exe ActivationId={********-*****-****-****-************} CustomerId={********-****-****-****-************} SCCM deployment: \Software Library\Overview\Application Mangement\Applications\_Campus\Qualys Cloud Agent |