Already a NinjaOne customer? Log in to view more guides and the latest updates.

NinjaOne NMS: Troubleshooting: CPU, Memory, or Network Adapter Missing or Incorrect

Issue

The NinjaOne Network Management user interface contains incorrect or missing information about certain CPU, memory, or network adapters.

Environment

NinjaOne NMS

Cause

NinjaOne's monitoring servers are not receiving SNMP traffic from your environment.

Resolution

Use the Paessler SNMP Tester To Evaluate Network Health

Perform the following steps to ensure nothing is blocking SNMP traffic between your network and NinjaOne's monitoring servers.

  1. On an endpoint within your network, download and install the Paessler SNMP tester (external link).
  2. In the Paessler SNMP tester, set the following value for the Custom OID field: 1.3.6.1.2.1.1.1.0 
This OID is the mandatory value used to check SNMP. Every SNMP device must respond to it, so it is a good value to use to verify that traffic is being passed as expected.
  1. The Value must contain a result to indicate success. If the value is successful but issues persist, take a screenshot of the successful Paessler test. Then, proceed to the Use SNMPWalk To Triage Communication Issues section of this article.

Use SNMPWalk To Triage Communication Issues

If there is nothing blocking SNMP traffic, complete the following workflow to generate an SNMPWalk file to submit to NinjaOne Support.

  1. Download the Net-SNMP installer from SourceForge (external link).
  2. Run the application. You'll see a message similar to the screenshot below. Click OK to continue.

Figure 1: Net-SNMP Setup (click to enlarge)

  1. When prompted, click Next and accept the EULA.
  2. On the Choose Components screen, ensure all boxes are unchecked, and click Next.

02.png

Figure 2: Select components to install (click to enlarge)

  1. In the Destination Folder field, define an install location and click Next.

03.png

Figure 3: Destination Folder (click to enlarge)

  1. Click Install to start the installation process. When it completes, click Finish.
  2. Launch Windows Command Prompt as an administrator.

  3. From the command line, navigate to the Destination Folder address you defined in Step 5.

  4. Navigate to the Net-SNMP /bin folder.
  5. Use the dir command to ensure all of the files shown in the following screenshot are present.

04.png

Figure 4: Net-SNMP /bin folder (click to enlarge)

  1. One you have confirmed that all of the files shown in Figure 4 are present, run the following command to begin the "walk" and generate the output file:
    snmpwalk -v2c -c<read-community> -One -t 20 -r 5 <device IP address> .1 > <filepath>
    Example: snmpwalk -v2c -cpublic -One -t 20 -r 5 192.168.16.101 .1 > c:ajtestidrac.txt
  1. After you've completed the process, open a ticket with NinjaOne Support. Include the Net-SNMP output file and a screenshot of the successful Paessler test that you captured in the Use the Paessler SNMP Tester To Evaluate Network Health section of this article. Doing so will ensure you're not asked to reproduce any testing you've already done.

05.png

Figure 5: Successful SNMP connection (click to enlarge)

Additional Resources

For additional NMS troubleshooting help, refer to the following articles:

FAQ

Next Steps