Manually download and enable the Network Module in an On-Premise Poller

How to manually download and enable the Network Module in an On-Premise Poller

Please follow the steps given below to manually download and enable the Network Module for the On-Premise Poller: 
  1. Stop the On-Premise Poller service.
  2. Ensure that there are no existing processes in the On-Premise Poller .
  3. Check if there is a folder named NetworkPlus in the directory where the On-Premise Poller is installed. If yes, delete it.
  4. Download the Network Module from the URL below:  
  5. Validate the authenticity of the file by downloading the checksum file provided here:
  6. Unzip the downloaded zip file to the On-Premise Poller directory (default location shown below):
    • Windows: C:\Program Files (x86)\Site24x7OnPremisePoller
    • Linux: /opt/Site24x7OnPremisePoller
    If you're using a Headless Linux server, please use the below commands to extract the files:

    sudo wget https://staticdownloads.site24x7.com/network/Networkplus_lin.zip
    sudo unzip Networkplus_lin.zip -d /opt/Site24x7OnPremisePoller

  7. Once extracted, you should see this folder structure:
    • C:\Program Files (x86)\Site24x7OnPremisePoller\NetworkPlus
    • /opt/Site24x7OnPremisePoller/NetworkPlus
  8. Start the On-Premise Poller with root/administrator privileges.
  9. Log in to Site24x7 and navigate to Admin > On-Premise Poller.
  10. Click on the Network icon to enable the Network Module.

  11. Once the Network Module is enabled, you can add a network or network device .
  12. If the Network Module is down, contact  support@site24x7.com  with the following details:
    1. Name of the On-Premise Poller
    2. Logs from the following directories:
      1. Site24x7OnPremisePoller\logs
      2. Site24x7OnPremisePoller\NetworkPlus\logs
Steps to validate the checksum
If you're using Windows 7 or above, use the Certutil or the Get- FileHash utilities to verify the authenticity of the downloaded file by executing either of the commands given below: 
CertUtil -hashfile <Your_Agent_File_Name> SHA256
Get-FileHash <Your_Agent_File_Name> -Algorithm SHA256 | Format-List

If you're using Linux, execute the below code on the console to view the checksum value:

sha256sum <Your_Agent_File_Name>

On successful execution, you will see that the displayed checksum value exactly matches the checksum file downloaded in step 5 .


    • Related Articles

    • 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 ...
    • Troubleshooting steps if the network module does not start properly

      Follow the steps below to fix Network Module-related issues. You may be able to resolve your issue in a step or two, but if not, keep moving through these steps until the issue is resolved. Step 1: Stop the On-Premise Poller, and restart it with ...
    • 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.  If the above method of upgrade fails, ...
    • Upgrading On-Premise Poller to the latest version

      Go to Admin > On-Premise Poller in the Site24x7 web client Click on the name of the On-Premise Poller In the dashboard that opens up, click upgrade to the latest version Confirm it in the pop-up The latest version of the On-Premise Poller will be ...
    • Moving a device from one On-Premise Poller to another

      You can always change the On-Premise Poller that monitors your device when your needs demand. This feature also helps to balance the load on an existing On-Premise Poller by moving some monitors to another On-Premise Poller. Log in to your Site24x7 ...