Page 2 of 2

Re: Using the " SNMP Walk" Wizard

Posted: Wed Jul 01, 2015 7:52 pm
by monitoreo1
Hi again !!!!

The screenshots are in:

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

Thanks for ypur help !!!!!

Re: Using the " SNMP Walk" Wizard

Posted: Thu Jul 02, 2015 9:48 am
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.

Re: Using the " SNMP Walk" Wizard

Posted: Thu Jul 02, 2015 12:26 pm
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 !!!

Re: Using the " SNMP Walk" Wizard

Posted: Thu Jul 02, 2015 1:29 pm
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.

Re: Using the " SNMP Walk" Wizard

Posted: Thu Jul 02, 2015 7:18 pm
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 !!!!

Re: Using the " SNMP Walk" Wizard

Posted: Thu Jul 02, 2015 7:30 pm
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

Re: Using the " SNMP Walk" Wizard

Posted: Thu Jul 02, 2015 8:37 pm
by monitoreo1
Yupi !!!!

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

Thanks for your help !!!!!

Re: Using the " SNMP Walk" Wizard

Posted: Mon Jul 06, 2015 9:36 am
by tmcdonald
I'll be closing this thread now, but feel free to open another if you need anything in the future!