Hi,
I tried searching on proxy, but I got 95 pages of results.
Can Nagios XI monitor a server on on another VPN though a proxy server?
thank you in advance
Jennifer
monitor a machine through a jump or
Re: monitor a machine through a jump or
NCPA works by providing all telemetry via HTTP APIs. You could totally proxy those HTTP connections without too much trouble (I imagine), then configure your Nagios XI side NCPA configurations (via the check_ncpa plugin or NCPA Configuration Wizard) to hit that proxy instead.
But there's no generic way I know of to say "Please all plugins use this proxy/vpn" without doing some relatively complex things to your OS network interfaces (via iptables/firewalld). You'd handle this situation on a per host/service/command basis generally.
But there's no generic way I know of to say "Please all plugins use this proxy/vpn" without doing some relatively complex things to your OS network interfaces (via iptables/firewalld). You'd handle this situation on a per host/service/command basis generally.
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: monitor a machine through a jump or
Thanks, @mcapra!
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: monitor a machine through a jump or
thank you very much, you can close this ticket