Silent installation of Linux On-Premise Poller
You can perform a silent installation of an On-Premise Poller on a Linux server. Additionally, proxy configuration can also be set during this process.
Execute the following commands in your terminal
- Go to
~/opt/Site24x7OnPremisePoller/conf
Edit the file 'install.txt'. Change the values as:
S24X7KEY=[new Site24x7 device key]
PROXY=[false/true - depends if proxy is needed]
PROXY_HOST= <User Proxy Host>
PROXY_PORT= <User Proxy Port>
PROXY_USER=<User Proxy Username>
PROXY_PASS=<User Proxy Password>
SERVERMONITOR=false
If there is proxy to be configured (PROXY=true), then give appropriate values for PROXY_HOST, PROXY_PORT, PROXY_USER (proxy username credentials), PROXY_PASS (proxy password credentials)
- Use the following command to start the On-Premise Poller as a service:
/etc/init.d/site24x7-onpremise-poller start
Refer to this documentation for steps to install the On-Premise Poller as a service and troubleshoot common issues.
Related Articles: