SNMP troubles after 5R1.0 upgrade

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: SNMP troubles after 5R1.0 upgrade

Post by scottwilkerson »

Sorry, the third command was missing the >
lets run

Code: Select all

snmpwalk -v 2c -c COMMUNITY X.X.X.X:161 .1.3.6.1.2.1.25.4.2.1.2 > /tmp/snmp_output_3.txt
How long are each of these taking to execute?

Code: Select all

time snmpwalk -v 2c -c COMMUNITY X.X.X.X:161 .1.3.6.1.2.1.25.2.3.1.3 > /tmp/snmp_output_1.txt
time snmpwalk -v 2c -c COMMUNITY X.X.X.X:161 .1.3.6.1.4.1.77.1.2.3.1.1 > /tmp/snmp_output_2.txt
time snmpwalk -v 2c -c COMMUNITY X.X.X.X:161 .1.3.6.1.2.1.25.4.2.1.2 > /tmp/snmp_output_3.txt
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Re: SNMP troubles after 5R1.0 upgrade

Post by dlukinski »

scottwilkerson wrote:Sorry, the third command was missing the >
lets run

Code: Select all

snmpwalk -v 2c -c COMMUNITY X.X.X.X:161 .1.3.6.1.2.1.25.4.2.1.2 > /tmp/snmp_output_3.txt
Worked now:

-rw-r--r-- 1 root root 875 Nov 11 17:10 /tmp/snmp_output_1.txt
-rw-r--r-- 1 root root 90 Nov 11 17:11 /tmp/snmp_output_2.txt
-rw-r--r-- 1 root root 16863 Nov 11 23:08 /tmp/snmp_output_3.txt

How long are each of these taking to execute?

Code: Select all

time snmpwalk -v 2c -c COMMUNITY X.X.X.X:161 .1.3.6.1.2.1.25.2.3.1.3 > /tmp/snmp_output_1.txt
time snmpwalk -v 2c -c COMMUNITY X.X.X.X:161 .1.3.6.1.4.1.77.1.2.3.1.1 > /tmp/snmp_output_2.txt
time snmpwalk -v 2c -c COMMUNITY X.X.X.X:161 .1.3.6.1.2.1.25.4.2.1.2 > /tmp/snmp_output_3.txt
output #1 ran for 2-3 seconds

output #2 ran for 1 second

output #3 ran for 55 seconds
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: SNMP troubles after 5R1.0 upgrade

Post by tgriep »

There is an update to the Windows SNMP wizard that should fix this issue.
In the Nagios XI GUI, can you click on Admin > Manage Config Wizards, click on the Check For Updates button and upgrade the Windows SNMP wizard to version 1.4.5.
Try running the wizard again and see if this resolves it to you.
Be sure to check out our Knowledgebase for helpful articles and solutions!
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Re: SNMP troubles after 5R1.0 upgrade

Post by dlukinski »

tgriep wrote:There is an update to the Windows SNMP wizard that should fix this issue.
In the Nagios XI GUI, can you click on Admin > Manage Config Wizards, click on the Check For Updates button and upgrade the Windows SNMP wizard to version 1.4.5.
Try running the wizard again and see if this resolves it to you.
Worked! THANK YOU VERY MUCH!
- resolved.
Locked