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,
problem in snmp
-
hanya.radwan
- Posts: 194
- Joined: Tue Feb 25, 2014 6:12 am
- Location: palestine
Re: problem in snmp
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.
Re: problem in snmp
Open "nagios.cfg" in a text editor and change the following line from this:after upgrade to Nagios XI 2014R1.4 , i noticed delay in last check time , and always the queue full as attached
Code: Select all
auto_rescheduling_window=180Code: Select all
auto_rescheduling_window=45Note: 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=45Be 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
I did that and it is OK now, please close the issue.