Installation of the On-Premise Poller Linux agent using the console

Installation of Linux On-Premise Poller using the console

    Notes
    As per our latest announcement, the 32-bit On-Premise Poller is no longer supported from version 6.5 and above.
  1. To install the On-Premise Poller in your Linux machine using the console, execute the following commands in your terminal:
  2. 64 bit OS:
    sudo wget http://staticdownloads.site24x7.com/probe/Site24x7OnPremisePoller_64bit.bin
    sudo chmod 755 Site24x7OnPremisePoller_64bit.bin
    sudo ./Site24x7OnPremisePoller_64bit.bin -i console
    32 bit OS:
    sudo wget http://staticdownloads.site24x7.com/probe/Site24x7OnPremisePoller.bin
    sudo chmod 755 Site24x7OnPremisePoller.bin
    sudo ./Site24x7OnPremisePoller.bin -i console
    Info
    The installation binaries for the 64-bit On-Premise Poller are hosted on staticdownloads.site24x7.com and its respective regional domains. Please ensure you use the correct domain (eu, cn, etc.) based on your Site24x7 account location to avoid download issues.

  3. You can also configure proxy while installing the agent by specifying the proxy server host, proxy server port, username, and password

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 ...
    • 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 ...
    • How to manually upgrade an On-Premise Poller

      You can upgrade an On-Premise Poller directly from the Site24x7 web console by navigating to Admin > On-Premise Poller, clicking the hamburger icon beside an On-Premise Poller, and clicking Upgrade. Learn more. The 32-bit On-Premise Poller is no ...
    • Checking the accessibility of Site24x7 server from the On-Premise Poller

      Once you've installed the On-Premise Poller, perform the following actions to check if the On-Premise Poller can connect to Site24x7 servers. Ensure to allow access to the necessary ports. Note: The domain referenced in this page applies to the ...
    • How to install packages to support Web Transaction (Browser) monitor in Linux On-Premise Poller

      To support Web Transaction (Browser) monitor on an On-Premise Poller, you can execute the following command in the terminal to install packages in CentOS 7.0 to 7.8 or in RHEL 7.x. Note: The Installation is supported only on 64-bit OS. Execute the ...