Configure a proxy for a Linux server monitoring agent during installation

Configure a proxy for a Linux server monitoring agent during installation

When you install Site24x7's Linux server monitoring agent, use one of the below mentioned commands depending upon your proxy configuration requirements.
 


Scenario 1: Proxy with authentication


bash Site24x7InstallScript.sh -i -key=<DEVICE_KEY> -automation=true -proxy=user:password@proxyhost:proxyport


Scenario 2: Proxy without authentication but with a username

bash Site24x7InstallScript.sh -i -key=<DEVICE_KEY> -automation=true -proxy=user@proxyhost:proxyport

 

Scenario 3: Proxy without authentication

 

bash Site24x7InstallScript.sh -i -key=<DEVICE_KEY> -automation=true -proxy=proxyhost:proxyport

 

Related links: