Configure proxy for an already installed On-Premise Poller

Configure proxy for an already installed On-Premise Poller

Please follow the below steps for an On-Premise Poller installed in a Windows server:
  1. Go to the Run dialog box.
  2. Type in services.msc and press Enter. This will open Windows Services.
  3. Stop the service name SITE24X7_ONPREMISEMONITOR. i.e. Stop the Site24x7 On-Premise Poller process.
  4. Check if .eum file is present inside the folder in which Site24x7 On-Premise Poller is installed. 
  5. Go to C:\Program Files (x86)\Site24x7OnPremisePoller\conf
  6. If .eum file is present, edit the following keys in the file serveragent.config in /conf/folder
    PROXY=true
    PROXY_HOST=<User Proxy Host>
    PROXY_PORT=<User Proxy Port>
    PROXY_USERNAME=<User Proxy Username> 
    PROXY_PASSWORD=<User proxy Password>
  7. If .eum file is not present, edit the following keys in the file install.txt in /conf/folder.
    PROXY=true
    PROXY_HOST=<User Proxy Host>
    PROXY_PORT=<User Proxy Port>
    PROXY_USER=<User Proxy Username>
    PROXY_PASS=<User proxy Password>
  8. Go to services.msc > start the service SITE24X7_ONPREMISEMONITOR to start the Site24x7 On-Premise Poller process.
For a Linux server, please follow the steps below:
  1. Go to /opt/Site24x7OnPremisePoller and execute sudo sh StopServer.sh
    i.e. Stop the Site24x7 On-Premise Poller process. 
  2. Check if .eum file is present inside the folder in which Site24x7 On-Premise Poller is installed.
  3. Go to /opt/Site24x7OnPremisePoller/conf/
  4. If .eum file is present, edit the following keys in the file serveragent.config in /conf/folder.
  5. PROXY=true
    PROXY_HOST=<User Proxy Host>
    PROXY_PORT=<User Proxy Port>
    PROXY_USERNAME=<User Proxy Username> 
    PROXY_PASSWORD=<User proxy Password>
  6. If .eum file is not present, edit the following keys in the file install.txt in /conf/folder
    PROXY=true
    PROXY_HOST=<User Proxy Host>
    PROXY_PORT=<User Proxy Port>
    PROXY_USER=<User Proxy Username>
    PROXY_PASS=<User proxy Password>
  7. Go to /opt/Site24x7OnPremisePoller and execute the command Sudo sh StartServer.sh & to start the Site24x7 On-Premise Poller process. 
The proxy password will be encrypted automatically, once the poller restarts.
Related Articles: 

    • Related Articles

    • Set proxy for my On-Premise Poller during its installation in a Windows server

      You have the option to set your proxy in the installation wizard itself.  For Windows, you can configure proxy using the installation wizard itself. During the Poller set up, check the option Use Proxy Server and fill in the following: Proxy Server ...
    • 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 ...
    • Troubleshooting steps for On-Premise Poller

      Prerequisites and basic details: Prerequisites for installing On-Premise Poller Necessary ports to allow access to the installed On-Premise Poller How secure is On-Premise Poller Amount of bandwidth consumed by the On-Premise Poller software Adding ...
    • Installation of Linux On-Premise Poller using the console

      Copy, paste, and execute the following commands in your terminal to install the On-Premise Poller 64 bit OS: sudo wget http://staticdownloads.site24x7.com/probe/Site24x7OnPremisePoller_64bit.bin sudo chmod 755 Site24x7OnPremisePoller_64bit.bin sudo ...
    • Silent installation of Linux On-Premise Poller

      Follow the steps below for the silent installation of an On-Premise Poller on a Linux server. You can also configure proxy during silent installation. Copy and paste the following commands in your terminal 64 bit OS: sudo wget ...