Page 1 of 1

problem in snmp

Posted: Thu Oct 16, 2014 12:29 pm
by hanya.radwan
hi

suddenly all servers connected through snmpt, disconnected. and no problems in the network

ERROR: Description table : No response from remote host '10.200.21.60'.



thanks,

Re: problem in snmp

Posted: Thu Oct 16, 2014 2:03 pm
by hanya.radwan
after upgrade to Nagios XI 2014R1.4 , i noticed delay in last check time , and always the queue full as attached

Re: problem in snmp

Posted: Fri Oct 17, 2014 9:53 am
by lmiltchev
after upgrade to Nagios XI 2014R1.4 , i noticed delay in last check time , and always the queue full as attached
Open "nagios.cfg" in a text editor and change the following line from this:

Code: Select all

auto_rescheduling_window=180
to this:

Code: Select all

auto_rescheduling_window=45
if you haven't done it already and restart nagios service. I believe this will fix the scheduling issues that you are having.

Note: the "auto_rescheduling_interval" needs to be lower than the "auto_rescheduling_window". It would be "30" if you haven't modified the defaults.

Code: Select all

auto_reschedule_checks=1
auto_rescheduling_interval=30
auto_rescheduling_window=45

Re: problem in snmp

Posted: Thu Oct 23, 2014 4:32 am
by hanya.radwan
I did that and it is OK now, please close the issue.