Page 1 of 1

Monitor a particular service on a port

Posted: Wed Nov 16, 2011 5:25 am
by nagiostool
Hi have query is it possible to monitor a particular service on a port ?
For example

i have a service called xyz.exe running on the port 123, i want to monitor the xyz.exe application on the port 123 , if the application stops running i need to be notified.

Re: Monitor a particular service on a port

Posted: Thu Nov 17, 2011 10:26 am
by yancy
Windows services can be monitored either using WMI or by installing NSclient++. You can also monitor a specific TCP/UDP port.

You could setup TCP/UDP monitoring in concert with WMI or NSclient++ to achieve your goal.

some documentation to reference:
http://assets.nagios.com/downloads/nagi ... ng_WMI.pdf
http://assets.nagios.com/downloads/nagi ... For_XI.pdf
http://assets.nagios.com/downloads/nagi ... _Agent.pdf
http://assets.nagios.com/downloads/nagi ... Client.pdf
http://library.nagios.com/training/self ... -nagios-xi

Thanks,

-Yancy