How to check ping and port connection

Hello Experts,

I am beginner to UiPath Studio and I have below requirements to test and automate and schedule it in every 5 minutes.

  1. check ping connection to server
  2. check port connection is open or not
  3. Check URL

Can anyone please guide me how to start and implement this.

Regards

Check this package:

Hello, @yrakhangi Welcome to the uipath community.
Kindly refer to this thread

Download activity from manage packages
image

HI,

Ping
How about using System.Net.NetworkInformation.Ping class as the following?

Port
I think we can use application protocol such as HTTP, in most case. If you need to check HTTP server, HTTP Request activity will work.

image

Sample20220913-4.zip (3.8 KB)

Regards,

1 Like