Page 1 of 1

Nagios XI monitoring option

Posted: Fri Nov 08, 2013 7:13 pm
by jwu
I have a server that is sitting on a different network.
The plan was to go through https port to monitor the server.
We also have a network engineer that mapped an IP to it.
I tried to use the wizard to add it to Nagios to monitor but to no success.
I was trying to find documentation but only found monitoring the https port available.
Do we have documentation on how to do that? or is this not possible?

Re: Nagios XI monitoring option

Posted: Mon Nov 11, 2013 11:08 am
by abrist
What agent are you running on the remote system? Does the agent need to check other servers on the remote node/subnet?

Re: Nagios XI monitoring option

Posted: Mon Nov 11, 2013 5:03 pm
by jwu
we have the NSclient agents installed,
we want the agent to have the ability to monitor other servers.
We don't want to NAT all the servers/set public IPs for all internal servers

Re: Nagios XI monitoring option

Posted: Tue Nov 12, 2013 10:41 am
by abrist
You have a few options , ranging in complexity:
1. Use a vpn/tunnel to gain a route to the full remote subnet.
2. Setup a nagios server in the remote environment and push the results to your XI server.
3. Use nsclient as a proxy server to check other servers on the subnet (very tricky to configure, will make the nsclient configuration file on the nsclient "proxy" server large and unwieldy.
4. Passive checks.

My suggestion is 1 or 4.

Re: Nagios XI monitoring option

Posted: Tue Nov 12, 2013 4:11 pm
by jwu
if we go route 4, do we set the normal nsclient agents up and select passive checks?
or is there a specific configuration that needs to be done?

Re: Nagios XI monitoring option

Posted: Tue Nov 12, 2013 4:16 pm
by abrist
I will point you towards the following document:
http://assets.nagios.com/downloads/nagi ... Checks.pdf
Please understand that the remote windows systems must be able to route back to the XI server for passive checks to be viable.

Re: Nagios XI monitoring option

Posted: Fri Nov 15, 2013 4:20 pm
by jwu
for network connectivity, we still need to be able to ping the server from the monitoring server in order to do the passive checks?

Re: Nagios XI monitoring option

Posted: Mon Nov 18, 2013 10:59 am
by abrist
No, but you will need to be able to ping the monitoring server from the remote server.