What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Can 'port' sensor check both LISTEN and ESTABLISHED ?

Votes:

0

Does port sensor check both TCP status, 'LISTEN' and 'ESTABLISHED'?

Is it correct to check OPEN status of the port using the telnet protocol?

I am using a port sensor, which checks port 34506.
In PRTG, it has error message; 'Connection refused (socket error # 10061)'.
There is no firewall. It is clearly an OPEN port.

The following is the result of checking the port status with 'netstat' command on the device.

---------------------------------------------------------------------------------------------------------------------------
[root@localhost ~]# netstat -ano|grep 34506
tcp        0      0 192.168.0.179:34506     162.247.243.146:443     ESTABLISHED 
---------------------------------------------------------------------------------------------------------------------------

port ports tcp-port

Created on May 26, 2021 1:39:01 AM

Last change on May 26, 2021 5:51:07 AM by  Felix Wiesneth [Paessler Support]



1 Reply

Votes:

0

Hi there,

the "Port Sensor" will only work with "Listen" ports on the target machine. The sensor will remotely connect to the target port and checks if it is able to establish a connection.

Also note, that the port 34506 is an outgoing port from the linux host, you issued the "netstat" command on. Such port can never be used for incomming connections.

If you want to monitor "Established" connections, you would have to use a "SSH Script Advanced Sensor", with your own script, that evaluates the resuls from the "netstat" command.


Kind Regards,
Matthias Kupfer - Team Tech Support

Created on May 27, 2021 7:46:01 AM by  Matthias Kupfer [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.