Skip to content

Port checker

This Port checker application controls if a specific TCP port is reachable or not. Returns either true or false. Options

  • Name*: Just a simple label to find it easier in the SenHub's interface
  • Description: Description for your own usage only.
  • Group: optional — assign this instance to a group to organise it within SenHub.
  • Host*: IP address or DNS name of the specific target.
  • Port*: Chosen TCP port you want to test.

Example output

The connector returns a single boolean channel indicating whether the target TCP port is reachable:

{
  "metrics": [
    { "channel": "Port Reachable", "value": true }
  ],
  "message": "Metrics successfully retrieved.",
  "status": "OK",
  "date": 1725981405127
}