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 hamburger icon and click Enable Network Module 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 Networkplus_win.zip SHA256
Get-FileHash Networkplus_win.zip -Algorithm SHA256 | Format-List 
If you're using Linux, execute the below code on the console to view the checksum value:

sha256sum Networkplus_lin.zip

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



    • Related Articles

    • How to upgrade the Network Module to the latest version

      What's new Log4j upgraded to 2.17.2 PostgreSQL upgraded to 10.20 JRE version upgraded to Zulu 8.60.0.21 Why you should upgrade your Network Module The latest Network Module version has code-level enhancements that improve security and restrict ...
    • Troubleshooting steps when the Network Module does not start properly

      Follow the steps below to fix Network Module-related issues. If the issue is not resolved by the first step, try the subsequent steps until the issue is resolved. Step 1: Stop the On-Premise Poller and restart it with administrator or root ...
    • 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 ...
    • 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 ...