Hi Team,
We are receiving intermittent "could not fetch information from server" alerts from all the Windows boxes added to Nagios XI monitoring. How do we deal with this issue?
Thanks,
Bhargava
Intermittent could not fetch information from server issue
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Intermittent could not fetch information from server iss
Hi @pbsindian,
What agent are you using to monitor the Windows boxes?
Also, what version of Nagios Xi are you using, and if this was previously working, did you recently make any changes to the server or hosts?
Please let me know. Thank you.
What agent are you using to monitor the Windows boxes?
Also, what version of Nagios Xi are you using, and if this was previously working, did you recently make any changes to the server or hosts?
Please let me know. Thank you.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Intermittent could not fetch information from server iss
Thanks for your response.
We are using NSClient++ to monitor windows. We are running on Nagios XI 5.4.4.
We are doing POC of Nagios XI in our environment, and seeing this issue intermittently from the time we onboarded them for monitoring.
Let me know if you need further details.
Thanks,
Bhargava
We are using NSClient++ to monitor windows. We are running on Nagios XI 5.4.4.
We are doing POC of Nagios XI in our environment, and seeing this issue intermittently from the time we onboarded them for monitoring.
Let me know if you need further details.
Thanks,
Bhargava
Re: Intermittent could not fetch information from server iss
Any updates on this please?
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Intermittent could not fetch information from server iss
Hi,
If the problem is intermittent, try is to increase the timeout for the plugin by adding the -t option to the check_nt command like the example below.
Let us know if this resolves the issue.
If the problem is intermittent, try is to increase the timeout for the plugin by adding the -t option to the check_nt command like the example below.
Code: Select all
-t 60
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Intermittent could not fetch information from server iss
That fixed the issue. Thank you.