Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

How to check with alteryx whether websites and servers are up and running

ssvv
5 - Atom
I am looking something on Alteryx to set up  servers/website ping, when there is any issue with server or website down Alteryx should notify.
Is this possible with Alteryx? I am looking something similar to PHP SERVER MONITOR.
 
Thanks,
 
 
1 REPLY 1
NickJ
Alteryx Alumni (Retired)

Hi ssvv,

 

Thanks for posting!

 

A couple of ideas for you here:

Firstly - you could 'ping' a web service by using the Download tool and retrieving/parsing the Download Headers field? 

 

Secondly - you could write a really simple batch file that pings the services you're interested in (e.g. ping localhost/gallery) and then pipe the results to a text file which can be ingested back into Alteryx (attaching a really simple example to this post). All of this can be done using the Run Command tool. 

 

I have a Ping_Batch_Command.bat file that contains a single line:

ping localhost

 

Let me know how you get on?

 

 

Cheers,

Nick

 

Nick Jewell | datacurious.ai