<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to check with alteryx whether websites and servers are up and running in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-check-with-alteryx-whether-websites-and-servers-are-up/m-p/54536#M806</link>
    <description>&lt;DIV class="lia-quilt-row lia-quilt-row-main"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-24 lia-quilt-column-single lia-quilt-column-main-content"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-single"&gt;&lt;DIV class="lia-note-content"&gt;&lt;DIV class="lia-note-body lia-note-body-truncated lia-component-body-nohtml"&gt;I am looking something on Alteryx to set up&amp;nbsp; servers/website ping, when there is any issue with server or website down Alteryx should notify.&lt;/DIV&gt;&lt;DIV class="lia-note-body lia-note-body-truncated lia-component-body-nohtml"&gt;Is this possible with Alteryx? I am looking something similar to PHP SERVER MONITOR.&lt;/DIV&gt;&lt;DIV class="lia-note-body lia-note-body-truncated lia-component-body-nohtml"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-note-body lia-note-body-truncated lia-component-body-nohtml"&gt;Thanks,&lt;/DIV&gt;&lt;DIV class="lia-note-body lia-note-body-truncated lia-component-body-nohtml"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-note-body lia-note-body-truncated lia-component-body-nohtml"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 24 May 2018 01:12:20 GMT</pubDate>
    <dc:creator>ssvv</dc:creator>
    <dc:date>2018-05-24T01:12:20Z</dc:date>
    <item>
      <title>How to check with alteryx whether websites and servers are up and running</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-check-with-alteryx-whether-websites-and-servers-are-up/m-p/54536#M806</link>
      <description>&lt;DIV class="lia-quilt-row lia-quilt-row-main"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-24 lia-quilt-column-single lia-quilt-column-main-content"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-single"&gt;&lt;DIV class="lia-note-content"&gt;&lt;DIV class="lia-note-body lia-note-body-truncated lia-component-body-nohtml"&gt;I am looking something on Alteryx to set up&amp;nbsp; servers/website ping, when there is any issue with server or website down Alteryx should notify.&lt;/DIV&gt;&lt;DIV class="lia-note-body lia-note-body-truncated lia-component-body-nohtml"&gt;Is this possible with Alteryx? I am looking something similar to PHP SERVER MONITOR.&lt;/DIV&gt;&lt;DIV class="lia-note-body lia-note-body-truncated lia-component-body-nohtml"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-note-body lia-note-body-truncated lia-component-body-nohtml"&gt;Thanks,&lt;/DIV&gt;&lt;DIV class="lia-note-body lia-note-body-truncated lia-component-body-nohtml"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-note-body lia-note-body-truncated lia-component-body-nohtml"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 May 2018 01:12:20 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-check-with-alteryx-whether-websites-and-servers-are-up/m-p/54536#M806</guid>
      <dc:creator>ssvv</dc:creator>
      <dc:date>2018-05-24T01:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to check with alteryx whether websites and servers are up and running</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-check-with-alteryx-whether-websites-and-servers-are-up/m-p/54716#M807</link>
      <description>&lt;P&gt;Hi ssvv,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for posting!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A couple of ideas for you here:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Firstly - you could 'ping' a web service by using the Download tool and retrieving/parsing the Download Headers field?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a Ping_Batch_Command.bat file that contains a single line:&lt;/P&gt;&lt;P&gt;ping localhost&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know how you get on?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 09:02:33 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-check-with-alteryx-whether-websites-and-servers-are-up/m-p/54716#M807</guid>
      <dc:creator>NickJ</dc:creator>
      <dc:date>2017-04-12T09:02:33Z</dc:date>
    </item>
  </channel>
</rss>

