Silent installation of Linux On-Premise Poller

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.
  1. Execute the following commands in your terminal
    64 bit OS:
    sudo wget http://staticdownloads.site24x7.com/probe/Site24x7OnPremisePoller_64bit.bin
    sudo chmod 755 Site24x7OnPremisePoller_64bit.bin
    sudo ./Site24x7OnPremisePoller_64bit.bin -i silent
    32 bit OS:
    sudo wget http://staticdownloads.site24x7.com/probe/Site24x7OnPremisePoller.bin
    sudo chmod 755 Site24x7OnPremisePoller.bin
    sudo ./Site24x7OnPremisePoller.bin -i silent
  2. Notes
    As per our latest announcement, the 32-bit On-Premise Poller is no longer supported from version 6.5 and above.
  3. Go to
    ~/opt/Site24x7OnPremisePoller/conf 
  4. 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
    Notes
    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)
  5. 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: