Dear Team,
My server are hosted in AWS cloud, but in two server i am getting following error, rest of the server monitoring happening good.
"could not fetch information from server"
Please find attached error screen shot for your refrence.
Regards
Inder Singh Rawat.
Could not fetch information from server
Could not fetch information from server
You do not have the required permissions to view the files attached to this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Could not fetch information from server
Have you opened the ports required for the checks in the AWS firewall?
If so what kind of checks are they?
If so what kind of checks are they?
Re: Could not fetch information from server
Dear Team,
I have opened the following port in AWS Firewall
5666
5667
12489
Regards
Inder Singh Rawat
I have opened the following port in AWS Firewall
5666
5667
12489
Regards
Inder Singh Rawat
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Could not fetch information from server
inderraw,
Did that resolve your issue? If not, what types of checks are these? What plugins are they using?
Did that resolve your issue? If not, what types of checks are these? What plugins are they using?
Re: Could not fetch information from server
Dear team,
I saw some time error did not appear , but some time error appear, could not fetch information from server.
I opend all port as you provide, but still getting same problem
Regards
Inder Singh Rawat
I saw some time error did not appear , but some time error appear, could not fetch information from server.
I opend all port as you provide, but still getting same problem
Regards
Inder Singh Rawat
Re: Could not fetch information from server
What agent are you using (nrpe,check_by_ssh, etc)? Is this server a windows or linux box? Is the agent service running on the remote host?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Could not fetch information from server
Dear Team,
I am using NS client agent, which is running on server.
Regards
Inder Singh Rawat
I am using NS client agent, which is running on server.
Regards
Inder Singh Rawat
Re: Could not fetch information from server
Are you using check_nt or check_npre to connect to to the nsclient agent?
nrpe uses port 5666 by default whereas check_nt uses 12489.
Can you nmap or telnet to the ports in question from a different box?
nrpe uses port 5666 by default whereas check_nt uses 12489.
Can you nmap or telnet to the ports in question from a different box?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Could not fetch information from server
Dear team,
I am telneting but not getting any solution.
telnet 54.243.141.244 5666
Regards
Inder Singh Rawat
I am telneting but not getting any solution.
telnet 54.243.141.244 5666
Regards
Inder Singh Rawat
Re: Could not fetch information from server
I see you tried port 5666, which would imply nrpe. Are you sure you enabled and configured nrpe in the remote hosts' nsclient config? If 5666 is not responding, either nsclient is not running, you still have firewall issues, or you are not using nrpe (you would be using nt_client instead).
Try:
Try:
Code: Select all
telnet 54.243.141.244 12489Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.