Hi again !!!!
The screenshots are in:
https://drive.google.com/file/d/0B4lnsq ... sp=sharing
Thanks for ypur help !!!!!
Using the " SNMP Walk" Wizard
Re: Using the " SNMP Walk" Wizard
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
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 !!!
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
I really believe that this is due to the limit of max_input_vars:
Edit this file:
Add or modify:
Then:
Now try the wizard again.
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.phpCode: Select all
/etc/php.iniCode: Select all
max_input_vars = 3000
suhosin.post.max_vars = 3000
suhosin.request.max_vars = 3000Code: Select all
service httpd restart-
monitoreo1
- Posts: 124
- Joined: Wed Feb 18, 2015 10:41 am
Re: Using the " SNMP Walk" Wizard
; ( 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 !!!!
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 !!!!
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Using the " SNMP Walk" Wizard
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 = 5000Code: Select all
max_input_vars = 10000
suhosin.post.max_vars = 10000
suhosin.request.max_vars = 10000As 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
Yupi !!!!
With the variables setting to 10000 , all is working ok !!!
Thanks for your help !!!!!
With the variables setting to 10000 , all is working ok !!!
Thanks for your help !!!!!
Re: Using the " SNMP Walk" Wizard
I'll be closing this thread now, but feel free to open another if you need anything in the future!
Former Nagios employee