Can I monitor the local port via ncpa
Can I monitor the local port via ncpa
Hi, My old nagios server use NRPE its works to monitor local port but NCPA not, any solution. Thanks.
Re: Can I monitor the local port via ncpa
Hi @vtcedu,
You can actually monitor TCP/UDP ports directly in Nagios XI without the need for NRPE or NCPA using the TCP/UDP Port Wizard in XI.
The following document should be helpful to you: https://assets.nagios.com/downloads/nag ... ios-XI.pdf
You can actually monitor TCP/UDP ports directly in Nagios XI without the need for NRPE or NCPA using the TCP/UDP Port Wizard in XI.
The following document should be helpful to you: https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Cheers,
- Cole
- Cole
Re: Can I monitor the local port via ncpa
I tried your suggestion but failed, my site firewall is blocking the Nagios server's port 22 to client. Is there any method to monitor the local open port?"
Re: Can I monitor the local port via ncpa
Try check_open_port
Re: Can I monitor the local port via ncpa
Hi @vtcedu,
If the functionality you are looking for from NCPA is missing, you can add plugins to the NCPA plugins directory, for example, /usr/local/ncpa/plugins.
If the functionality you are looking for from NCPA is missing, you can add plugins to the NCPA plugins directory, for example, /usr/local/ncpa/plugins.
Please let us know if you have any other questions or concerns.
-Laura
-Laura
Re: Can I monitor the local port via ncpa
@vtcedu,
You can find additional Nagios plugins or "checks" on the Nagios Exchange and GitHub.
Repositories for plugins NCPA Docs You can also search this forum for more information.
You can find additional Nagios plugins or "checks" on the Nagios Exchange and GitHub.
Repositories for plugins NCPA Docs You can also search this forum for more information.
Please let us know if you have any other questions or concerns.
-Laura
-Laura
Re: Can I monitor the local port via ncpa
I'm curious about what you mean by local open port. The nagios server can check for an open port on some other server. That other server can check if a local port is open, but that doesn't indicate that the port is open to a third server.