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:
Related Articles
How to fix a SSL connection error when downloading the Site24x7 Linux server monitoring agent installer
In a few scenarios, when you try to download the Site24x7 Linux server monitoring agent installer, an SSL connection failure error message will display. Follow the instructions below based on your use case to fix this error. Prerequisite: For ...
Prerequisites for Java agent installation
For a smooth Java agent installation, ensure that you've fulfilled the following prerequisites. The environment should have Java version 8 or above installed. The application user should have full permissions over the agent directory. The server ...
Steps to install Linux monitoring agent in custom platforms/distributions
If you want to install the Site24x7 Server Monitoring agent in platforms/flavors other than Debian, Ubuntu, CentOS, RedHat, Madriva, Fedora, Suse, Amazon Linux, Gentoo, CoreOS, Raspberry Pi (requires Python 3 and above), ARM Processor (requires ...
Prerequisites for Node.js agent installation
For a smooth Node.js agent installation, ensure that you've fulfilled the following prerequisites. The environment should have node version 16.20.2 or above installed. The application user should have full permission to access the agent directory. ...
Set proxy for Linux On-Premise Poller during installation
There are 3 ways through which you can configure a proxy in an On-Premise Poller for a Linux server. During installation using the Installation Wizard Using the console During the silent installation of the On-Premise Poller Linux agent 1. During ...