...
1. Download the agent installer (Admin - → Breeze - → SHOW INFO - → Linux Agent) to the temporary directory.
...
Code Block |
---|
cd breeze-agent |
4. Run installation script:
as root-user:
Code Block |
---|
./install.sh |
or using sudo:
Code Block |
---|
sudo ./install.sh |
Linux Installation Verification:
1) Check the cronjob:
Code Block |
---|
cat /etc/cron.d/breeze-agent |
2) Run the agent manually as root-user or using sudo:
Code Block |
---|
cd /opt/breeze-agent/app.sh |
3) Check the log-file var/log/breeze-agent.log.
It should be used only by the cronjob. When agent is run manually, the log data will be printed to STDOUT.
Windows
1. Download the agent (Admin - → Breeze - → SHOW INFO - → Windows Agent)
Start 2. Run the installer executable file:
Code Block |
---|
(breeze-agent*.exe) |
Breeze Agent will be automatically installed into on the system.
Windows Installation Verification:
1) Open the Task Scheduler (Start → Control Panel → Administrative tools → Task Scheduler) and check ).
2) Ensure that the scheduled task called Breeze Agent has been created.
3) Run the job manually. Check the log-file C:\Program Files\Breeze\agent.log.
...
Upload the Breeze installer file(s) to AWS S3 Bucket
Download Breeze Agent agent installers from Cloudaware CMDB.
...
Default lifetime for this URL is 1 hour (or 3600 seconds). You can manually define the URL lifetime by adding -expires-in <time in seconds>
...
option:
Code Block |
---|
~$ aws s3 presign s3://breeze-agents/breeze-agent.linux.tgz --expires-in 300 |
...