Hello everyone
I am new to Nagios and appreciate the help with a restlessness.
I already installed Nagios XI on an EC2 instance in AWS, I want to monitor all the resources or nodes of the servers that the company has in a small internal data center, database servers, desktops, etc. with this AWS Nagios EC2 instance.
Is this possible? To install Nagios XI on AWS but monitor a private internal network? How can it be done?
Thank you very much to all.
Greetings.
Nagios XI on AWS for monitoring Internal Network
-
bolson
Re: Nagios XI on AWS for monitoring Internal Network
Though theoretically this could be done using network address translation and port forwarding, it would be extremely difficult to configure and maintain.
Re: Nagios XI on AWS for monitoring Internal Network
Alternatively, you could have a single Nagios Core/XI instance that lives on your internal network forward all of it's check results (via something like NRDP or NSCA) to a central Nagios XI instance in AWS. This would require no additional port forwarding or NAT (assuming the machine hosting the local Core/XI has internet access) since the results are pushed to Nagios XI in AWS from your network.
Again though, difficult to setup and administer. There's no specific documentation I know of for such a setup, though this covers the basics of passive checks and NRDP/NSCA:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Again though, difficult to setup and administer. There's no specific documentation I know of for such a setup, though this covers the basics of passive checks and NRDP/NSCA:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
-
bolson
Re: Nagios XI on AWS for monitoring Internal Network
Thank you Matt. And BernyFR, let me know if this answers your question.
Re: Nagios XI on AWS for monitoring Internal Network
Hello friends
I really appreciate your help and commitment.
This clarify my doubt, I will try to implement the solution with both servers (suggestion of mcapra).
If this does not work I will do it with only one intern server; this because I am implementing a POC.
Thank you all.
I really appreciate your help and commitment.
This clarify my doubt, I will try to implement the solution with both servers (suggestion of mcapra).
If this does not work I will do it with only one intern server; this because I am implementing a POC.
Thank you all.
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Nagios XI on AWS for monitoring Internal Network
There's not a lot of technical detail in https://assets.nagios.com/downloads/gen ... utions.pdf but it may be useful in structuring your systems.