...
WHERE vmware.vmid
- moRef ID, vmware.service.uuid
- instanceUuid from the API - call described here.
Proxy support
...
Add the next line before the string ruby ./app.rb
:
Code Block |
---|
export http_proxy="http://1.2.3.4:3128"
./app.rb # this line already exist in file |
On Windows:
Open file C:\Program Files\Breeze\app.bat
Add the next line before the string ruby
Code Block |
---|
app.rb >> agent.log 2>&1:
set http_proxy=http://1.2.3.4:3128 |