Page 1 of 1

TCP Check

Posted: Mon Nov 04, 2019 4:22 pm
by RAJA
Hi,

We would like to perform TCP check as below. Please advise the possible solution.

Installed XI trial version on linux serverA and installed nrpe agent on linux serverB. There are application running on ServerB and ServerB Connects to some backend system Ex: ServerC.

We would like to add service (ServerB) to perform TCP check to ServerC.

Re: TCP Check

Posted: Mon Nov 04, 2019 4:55 pm
by cdienger
Does server B have check_tcp already installed? It's usually under /usr/local/nagios/libexec. You can install it by following https://support.nagios.com/kb/article/n ... e-569.html if needed.

Once it is installed you can modify nrpe.cfg or common.cfg to add a definition for check_tcp. See https://support.nagios.com/forum/viewto ... =6&t=42387 for an example of a definition and running it via check_nrpe.

Re: TCP Check

Posted: Mon Nov 04, 2019 5:24 pm
by RAJA
Thank you so much. I have found the same info after I post this. Please close the this.

Thank you so much for your quick help.

Re: TCP Check

Posted: Mon Nov 04, 2019 5:34 pm
by scottwilkerson
RAJA wrote:Thank you so much. I have found the same info after I post this. Please close the this.

Thank you so much for your quick help.
Great!

Locking