How to get result from netstat -tan from nagios to another windows machine?
Posted: Tue Aug 01, 2023 6:20 am
Can you please tell me how to monitor an established connection (on a specified port) in a windows machine from nagios (centOS) here an example (output of netstat):
netstat -ant | find "4443"
TCP 0.0.0.0:4443 0.0.0.0:0 LISTENING InHost
TCP [::]:4443 [::]:0 LISTENING InHost
netstat -ant | find "4443"
TCP 0.0.0.0:4443 0.0.0.0:0 LISTENING InHost
TCP [::]:4443 [::]:0 LISTENING InHost