<?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>question Re: SiteScope ServiceNow Integration in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/sitescope-servicenow-integration/m-p/1442758#M99684</link>
    <description>&lt;P&gt;Hey Brian,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;We have had this integration running in production for a little over a year now and it hasn't failed yet (knock on wood). When it was implemented we were using 11.23 now we are on 11.24&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Our prod environment is as follows:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Total monitors: 4422&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Total Points Used: 6270&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Total Hosts : 1680&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 30 Dec 2015 18:13:49 GMT</pubDate>
    <dc:creator>quad_lima</dc:creator>
    <dc:date>2015-12-30T18:13:49Z</dc:date>
    <item>
      <title>SiteScope ServiceNow Integration</title>
      <link>https://www.servicenow.com/community/developer-forum/sitescope-servicenow-integration/m-p/1442754#M99680</link>
      <description>&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; color: black;"&gt;&lt;STRONG style="font-size: 12pt;"&gt;How it works&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; font-size: 12pt; font-family: Arial, sans-serif; color: black;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;The SiteScope SNOW Integration works by SiteScope generating an alert for each monitor that runs in error that is selected within the "SNOW Build Ticket" alert. This alert then runs the "SiS_GetInc.vbe" script which pushes the monitor information into the SITESCOPE_EVENTS database and sets the [ProcessStatus] to "Alerted". A service running on the SNOW Mid-Tier server checks for the [ProcessStatus] = "Alerted" state and when it finds it, it pushes the information into SNOW, creating and incident, pulls back the Incident number, and then updates the SITESCOPE_EVENTS database with the incident number and sets the &amp;nbsp; [ProcessStatus] to "Created". A service running on the SiteScope server checks the database for the Created sate and when it finds it, it then pushes the incident number into SiteScope and acknowledges the Monitor with ***INCxxxxxx created in SNOW***. This service also checks for the state "Alerted and if it finds this state it adds 1 to the [ProcessCount]. This is monitored by the "Alerted Count Query" monitor to signify how many seconds the event has been in the database without being processed to generate an incident.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;The components of the integration:&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;"SNOW Build Ticket" Alert&lt;/STRONG&gt; Is generated the first time each monitor runs in error &lt;UL&gt;&lt;LI&gt;The alert writes the monitor details to the SITESCOPE_EVENTS Database &lt;/LI&gt;&lt;LI&gt;The alert runs the SiS_GetInc.vbe script&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;"&lt;STRONG&gt;SiteScope SNOW Integration&lt;/STRONG&gt;" Runs on SNOW Mid-Tier sever&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;This service reads the database every second looking for [ProcessStatus] = "Alerted"&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;If found if pushes monitor information into SNOW generates an incident, and updates the database with Incident number and changes the [ProcessStatus] to "Created"&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;This service runs "SNOWBuildTicket.vbs"&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt; "&lt;STRONG&gt;SiteScope SNOW Integration AckAlert&lt;/STRONG&gt;" Runs on SiteScope sever&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;This service reads the database looking for [ProcessStatus] ="Created"&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;If found it pushes ***INCxxxxxx created in SNOW*** into SiteScope via web service, acknowledging the monitor.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;This service also reads the database looking for [ProcessStatus] = "Alerted"&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;If found it adds 1 to ProcessCount signifying that for each addition it has been a half second since the alert triggered before and Incident is created&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;This service runs "SiS_AckAlert.vbs"&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &lt;STRONG style="color: black; font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt; The following processes validate the service is running properly: &lt;/STRONG&gt; &amp;nbsp; &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; text-decoration: underline; font-family: 'Arial','sans-serif';"&gt;Monitor&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt; name: &amp;nbsp; "&lt;STRONG&gt;Alerted Count Query&lt;/STRONG&gt;"&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;This monitor Checks DB [ProcessCount] for a value &amp;gt; 30. This signifies that an alert triggered and written to the DB &amp;nbsp; but has not been sent to SNOW to create an incident in over 15 seconds&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;If Count &amp;gt; 30 then SiteScope The following alerts are triggered&lt;/SPAN&gt;&lt;OL start="1"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Restarts the service "SiteScope SNOW Integration" on the SNOW server&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Once after condition has occurred exactly one time&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;This alert triggers "restart_SNOW_buildInc.exe"&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Emails Enterprise Monitoring Escalation Group&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Initially, after 2 times(5 minutes) , and repeat every 6 times(15 minutes)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt; &lt;/SPAN&gt; &amp;nbsp; &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; text-decoration: underline; font-family: 'Arial','sans-serif';"&gt;Monitor&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt; name: &amp;nbsp; &lt;STRONG&gt;Created Query&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;This monitor checks the SITESCOPE_EVENTS Database for &amp;nbsp; [ProcessStatus] = Created. This signifies an incident has been generated and written back to the DB but the SiteScope monitor has not been acknowledged.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;If rows &amp;gt;= 2 for query [ProcessStatus] = Created the following alerts are generated&lt;/SPAN&gt;&lt;OL start="1"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Restarts the "SiteScope SNOW Integration" service on SiteScope server.&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Once after condition has occurred exactly 2 times.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;This alert triggers "restart_SNOW_Ack.exe"&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Email Enterprise Monitoring Escalation Group&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Initially, after 4 times(10minutes) , and repeat every 6 times(15 minutes)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt; &lt;/SPAN&gt; &amp;nbsp; &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;&lt;SPAN style="font-family: Arial, sans-serif; font-size: 13.3333330154419px;"&gt;The following alert and service&lt;/SPAN&gt; ensure that SiteScope is generating alerts.&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;The SiteScope &lt;SPAN style="text-decoration: underline;"&gt;monitor&lt;/SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;&lt;STRONG&gt;"SNOW Validation loop&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;, runs every 2 minutes and checks the file age of "Validation\Validation.txt"&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;This monitor runs in error if File age &amp;gt;= 3 minutes and triggers a script alert that writes a timestamp to "Validation\Validation.txt"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;This creates a constant loop of updating this file every 4-5 minutes.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;The &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;&lt;STRONG&gt; "SiteScope SNOW Integration Validation"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt; &lt;SPAN style="text-decoration: underline;"&gt;service&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt; runs in a loop every minute and checks the age of the file.&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;If file age &amp;nbsp; &amp;gt; 6 and the current time is not between 0500 and 0515 (SiteScope service daily restart) am then the service sends an email &lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Initially, after 1 times, and repeat every 10 times&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;This service runs "Validation\fileAge.vbs"&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;STRONG style="color: black; font-size: 12.0pt; font-family: 'Arial','sans-serif';"&gt; Scripts &lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;SiteScope server:&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;SiS_GetInc.vbe — Writes alert info to DB&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;SiS_AckAlert.vbs — Acknowledges Monitor after incident is created with incident number via web service call.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;restart_SNOW_Ack.exe — Restarts SiS_AckAlert.vbs&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;restart_SNOW_buildInc.exe — Restarts SNOWBuildTicket.vbs&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Validation\fileAge.vbs — Used to verify SitesScope is capable of generating alerts.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt; SNOW server:&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;SNOWBuildTicket.vbs — Send information to ServiceNow via web service call and creates incident. &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="SiteScope_SNOW_Integration.jpg"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/165106iE50B624DBBDE205D/image-size/large?v=v2&amp;amp;px=999" role="button" title="SiteScope_SNOW_Integration.jpg" alt="SiteScope_SNOW_Integration.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2015 17:05:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/sitescope-servicenow-integration/m-p/1442754#M99680</guid>
      <dc:creator>quad_lima</dc:creator>
      <dc:date>2015-03-20T17:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: SiteScope ServiceNow Integration</title>
      <link>https://www.servicenow.com/community/developer-forum/sitescope-servicenow-integration/m-p/1442755#M99681</link>
      <description>&lt;P&gt;I apologize for my ignorance, but I'm fairly new to the SN community--my company is at the earliest stages of on-boarding. &amp;nbsp; How do I obtain this solution and test it out? &amp;nbsp; We have a rather large SiteScope deployment that we'll need to move over to SN. &amp;nbsp; Thanks...&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Apr 2015 19:10:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/sitescope-servicenow-integration/m-p/1442755#M99681</guid>
      <dc:creator>williamsmith</dc:creator>
      <dc:date>2015-04-06T19:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: SiteScope ServiceNow Integration</title>
      <link>https://www.servicenow.com/community/developer-forum/sitescope-servicenow-integration/m-p/1442756#M99682</link>
      <description>&lt;P&gt;Hi William,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I work with Brent at Vantiv. This solution is custom built for our company and most likely will not work as it does for us. This is due to some security restrictions at my company. However it does give a great overview of how to build a Sitescope integration in to ServiceNOW.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;-Matt&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Apr 2015 18:46:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/sitescope-servicenow-integration/m-p/1442756#M99682</guid>
      <dc:creator>Matt Saxton - G</dc:creator>
      <dc:date>2015-04-16T18:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: SiteScope ServiceNow Integration</title>
      <link>https://www.servicenow.com/community/developer-forum/sitescope-servicenow-integration/m-p/1442757#M99683</link>
      <description>&lt;P&gt;Brent&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;What version of SiteScope and to what scale has this been tested/deployed? Thanks!&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Sep 2015 12:47:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/sitescope-servicenow-integration/m-p/1442757#M99683</guid>
      <dc:creator>briancrosby</dc:creator>
      <dc:date>2015-09-29T12:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: SiteScope ServiceNow Integration</title>
      <link>https://www.servicenow.com/community/developer-forum/sitescope-servicenow-integration/m-p/1442758#M99684</link>
      <description>&lt;P&gt;Hey Brian,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;We have had this integration running in production for a little over a year now and it hasn't failed yet (knock on wood). When it was implemented we were using 11.23 now we are on 11.24&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Our prod environment is as follows:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Total monitors: 4422&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Total Points Used: 6270&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Total Hosts : 1680&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Dec 2015 18:13:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/sitescope-servicenow-integration/m-p/1442758#M99684</guid>
      <dc:creator>quad_lima</dc:creator>
      <dc:date>2015-12-30T18:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: SiteScope ServiceNow Integration</title>
      <link>https://www.servicenow.com/community/developer-forum/sitescope-servicenow-integration/m-p/1442759#M99685</link>
      <description>&lt;P&gt;Do you have a Copy of these Script..&amp;nbsp; Do you mind Sharing them.&lt;/P&gt;
&lt;UL&gt;&lt;LI&gt;SiteScope server:&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;&lt;UL&gt;&lt;LI&gt;SiS_GetInc.vbe — Writes alert info to DB&lt;/LI&gt;&lt;LI&gt;SiS_AckAlert.vbs — Acknowledges Monitor after incident is created with incident number via web service call.&lt;/LI&gt;&lt;LI&gt;restart_SNOW_Ack.exe — Restarts SiS_AckAlert.vbs&lt;/LI&gt;&lt;LI&gt;restart_SNOW_buildInc.exe — Restarts SNOWBuildTicket.vbs&lt;/LI&gt;&lt;LI&gt;Validation\fileAge.vbs — Used to verify SitesScope is capable of generating alerts.&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;SNOW server:
&lt;UL&gt;&lt;LI&gt;SNOWBuildTicket.vbs — Send information to ServiceNow via web service call and creates incident.&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Akiiki&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2018 20:47:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/sitescope-servicenow-integration/m-p/1442759#M99685</guid>
      <dc:creator>Akiiki</dc:creator>
      <dc:date>2018-08-20T20:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: SiteScope ServiceNow Integration</title>
      <link>https://www.servicenow.com/community/developer-forum/sitescope-servicenow-integration/m-p/1442760#M99686</link>
      <description>&lt;P&gt;Hi Brent,&lt;/P&gt;
&lt;P&gt;I am trying to achieve the above integration but I need to have the scripts. Can you please share the scripts ,where we need to pleace these scripts and step by step document to perform this inegration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Abby&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2019 08:33:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/sitescope-servicenow-integration/m-p/1442760#M99686</guid>
      <dc:creator>Abby1</dc:creator>
      <dc:date>2019-06-07T08:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: SiteScope ServiceNow Integration</title>
      <link>https://www.servicenow.com/community/developer-forum/sitescope-servicenow-integration/m-p/1442761#M99687</link>
      <description>&lt;P&gt;Marking this as a correct answer&amp;nbsp;due to this being more of a post than a question.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 14:27:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/sitescope-servicenow-integration/m-p/1442761#M99687</guid>
      <dc:creator>Brent Llewellyn</dc:creator>
      <dc:date>2019-06-13T14:27:50Z</dc:date>
    </item>
  </channel>
</rss>

