Using the " SNMP Walk" Wizard

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
monitoreo1
Posts: 124
Joined: Wed Feb 18, 2015 10:41 am

Re: Using the " SNMP Walk" Wizard

Post by monitoreo1 »

Hi again !!!!

The screenshots are in:

https://drive.google.com/file/d/0B4lnsq ... sp=sharing

Thanks for ypur help !!!!!
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Using the " SNMP Walk" Wizard

Post by tgriep »

Try running the Wizard again and make sure the Force Scan setting is set to yes and increase the timeout to a higher value and see if that works.
Be sure to check out our Knowledgebase for helpful articles and solutions!
monitoreo1
Posts: 124
Joined: Wed Feb 18, 2015 10:41 am

Re: Using the " SNMP Walk" Wizard

Post by monitoreo1 »

Hi !!!!!

I did the suggested test, but the result is the same.

But, testing another oid ( no one of the list that i shared for you yesterday ), the result is Ok.

Thanks for your support !!!
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Using the " SNMP Walk" Wizard

Post by ssax »

I really believe that this is due to the limit of max_input_vars:

Code: Select all

 [Tue Jun 30 18:16:34.132636 2015] [:error] [pid 16785] [client DDD.DDD.DDD.DDD:28694] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0, referer: @//EEE.EEE.EEE.EEE/nagiosxi/config/monitoringwizard.php
Edit this file:

Code: Select all

/etc/php.ini
Add or modify:

Code: Select all

max_input_vars = 3000
suhosin.post.max_vars = 3000
suhosin.request.max_vars = 3000
Then:

Code: Select all

service httpd restart
Now try the wizard again.
monitoreo1
Posts: 124
Joined: Wed Feb 18, 2015 10:41 am

Re: Using the " SNMP Walk" Wizard

Post by monitoreo1 »

; ( ups !!!!

The same result !!!!

I modified the variables and restarted the service httpd, but the result is the same.

The issue is to rare, because i cant add the oids that yesterday shared for you, if i select another oid that the page "SNMP Walk Monitoring Wizard - Step 3" shows, the result is OK.

Thanks for your help !!!!
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Using the " SNMP Walk" Wizard

Post by Box293 »

Just try increasing the values, try 5000 or 10000:

Code: Select all

max_input_vars = 5000
suhosin.post.max_vars = 5000
suhosin.request.max_vars = 5000

Code: Select all

max_input_vars = 10000
suhosin.post.max_vars = 10000
suhosin.request.max_vars = 10000
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
monitoreo1
Posts: 124
Joined: Wed Feb 18, 2015 10:41 am

Re: Using the " SNMP Walk" Wizard

Post by monitoreo1 »

Yupi !!!!

With the variables setting to 10000 , all is working ok !!!

Thanks for your help !!!!!
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Using the " SNMP Walk" Wizard

Post by tmcdonald »

I'll be closing this thread now, but feel free to open another if you need anything in the future!
Former Nagios employee
Locked