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:
Related Articles
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 ...
Installation of Linux On-Premise Poller using the console
As per our latest announcement, the 32-bit On-Premise Poller is no longer supported from version 6.5 and above. To install the On-Premise Poller in your Linux machine using the console, execute the following commands in your terminal: 64 bit OS: sudo ...
Silent installation and uninstallation of Windows On-Premise Poller
Silent installation of an On-Premise Poller on Windows Follow the steps below for the silent installation of an On-Premise Poller on a Windows server: Download the install.iss file. Open the install.iss file in an editor and navigate to line 20. ...
Adding On-Premise Poller on a Linux platform
If your machine has SELinux configured, it needs to be temporarily disabled for the On-Premise Poller installation to be successful. To disable SELinux: Open a Terminal with root privileges and execute this command: setenforce 0 To add an On-Premise ...
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 ...