problem in snmp

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
hanya.radwan
Posts: 194
Joined: Tue Feb 25, 2014 6:12 am
Location: palestine

problem in snmp

Post 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,
hanya.radwan
Posts: 194
Joined: Tue Feb 25, 2014 6:12 am
Location: palestine

Re: problem in snmp

Post by hanya.radwan »

after upgrade to Nagios XI 2014R1.4 , i noticed delay in last check time , and always the queue full as attached
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: problem in snmp

Post 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
Be sure to check out our Knowledgebase for helpful articles and solutions!
hanya.radwan
Posts: 194
Joined: Tue Feb 25, 2014 6:12 am
Location: palestine

Re: problem in snmp

Post by hanya.radwan »

I did that and it is OK now, please close the issue.
Locked