Configure proxy for an already installed On-Premise Poller
Please follow the below steps for an On-Premise Poller installed in a Windows server:
Go to the Run dialog box.
Type in services.msc and press Enter. This will open Windows Services.
Stop the service name SITE24X7_ONPREMISEMONITOR. i.e. Stop the Site24x7 On-Premise Poller process.
Check if .eum file is present inside the folder in which Site24x7 On-Premise Poller is installed.
- Go to C:\Program Files (x86)\Site24x7OnPremisePoller\conf
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>
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>
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:
Go to /opt/Site24x7OnPremisePoller and execute sudo sh StopServer.sh
i.e. Stop the Site24x7 On-Premise Poller process.
Check if .eum file is present inside the folder in which Site24x7 On-Premise Poller is installed.
- Go to /opt/Site24x7OnPremisePoller/conf/
- 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>
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>
- 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
Synthetic browser module prerequisite and troubleshooting guide for On-Premise Pollers
Introduction This document provides a structured troubleshooting guide for resolving issues encountered during the download process of On-Premise Poller for Synthetic (Browser) Module. It covers possible statuses, check-up steps, remedies, and ...
Necessary ports and domains to allow access to the installed On-Premise Poller in my secure network
If the On-Premise Poller is installed in a secure network, make sure you allow access to the below domains and ports in your firewall to facilitate communication between your server and the Site24x7 central server. Ports to allow: Port 443 (Outbound ...
Exclude the selective SSH algorithms in On-Premise Poller during SFTP Transfer monitoring
By excluding SSH algorithms, you can restrict Site24x7 SSH Client from using the excluded algorithm while connecting to the SSH server during SFTP Transfer monitoring. Follow the steps mentioned below for SSH algorithm exclusion in On-Premise Poller ...
Resolving huge disk space issues with the On-Premise Poller and Network Module
Often huge disk space results from the heap dump files in the NetworkPlus/bin directory of the On-Premise Poller. What are HPROF files? HPROF files are used to store Java virtual machine (JVM) memory dumps. When a JVM runs out of memory (OOM), it ...
Monitors that require On-Premise Pollers in Site24x7
Certain monitor types in Site24x7 require the use of On-Premise Pollers for data collection, especially when monitoring internal, firewall-restricted, or private resources. Depending on the type of monitoring, additional modules like the Network ...