<?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>article How to set up Monitoring Apps in a clustered environment in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-set-up-Monitoring-Apps-in-a-clustered-environment/ta-p/1717024</link>
    <description>&lt;P&gt;To be able to effectively use the Qlik Sense monitoring apps in a clustered environment, the data connections as well as the script will need to be edited. By default, the script will only load data from its local machine, which is counterproductive in a clustered setup.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2F_WywE9AXnvs%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D_WywE9AXnvs&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2F_WywE9AXnvs%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="200" height="112" scrolling="no" title="STT - Configuring Monitoring Apps in Qlik Sense" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;
&lt;H3&gt;Configuring multi-node environments&lt;BR /&gt;&lt;BR /&gt;&lt;/H3&gt;
&lt;P&gt;First, we will need to modify the Data Connections.:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Open the Qlik Sense Management Console&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Navigate to Data Connections in the many on the left&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dataconnections01.png" style="width: 357px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41645iAA1573F9DFC87095/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dataconnections01.png" alt="dataconnections01.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Modify all relevant Data Connections&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;ArchivedLogFolder:&lt;/STRONG&gt; Update the data connections&amp;nbsp;ArchivedLogFolder&amp;nbsp;by replacing&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\ProgramData\Qlik\Sense&lt;/FONT&gt;&amp;nbsp;with the fully-qualified domain name (FQDN) path to the shared folder for&amp;nbsp;Qlik Sense:&amp;nbsp;&lt;FONT face="courier new,courier"&gt;\\&amp;lt;FQDN&amp;gt;\&amp;lt;QlikShare&amp;gt;\ArchivedLogs&lt;/FONT&gt;.&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dataconnections02.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41646i5A74431EE39418FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="dataconnections02.png" alt="dataconnections02.png" /&gt;&lt;/span&gt;&lt;SPAN style="font-family: inherit;"&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;ServerLogFolder:&lt;/STRONG&gt; Update the data connections&amp;nbsp;ServerLogFolder, by replacing&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\ProgramData\Qlik\Sense\Log&lt;/FONT&gt;&amp;nbsp;with the&amp;nbsp;FQDN&amp;nbsp;path to the central node:&amp;nbsp;\&lt;FONT face="courier new,courier"&gt;\&amp;lt;FQDN&amp;gt;\&amp;lt;UNC_Share&amp;gt;\Log&lt;/FONT&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;REST Connections:&lt;/STRONG&gt; Update the&amp;nbsp;monitor_apps_REST_&amp;nbsp;data connections by replacing&amp;nbsp;localhost&amp;nbsp;in the connection strings &lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;URL&lt;/STRONG&gt; &lt;/FONT&gt;and&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;trustedLocation&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;parameters with the&amp;nbsp;FQDN&amp;nbsp;of the node where the repository resides.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CUSTOM CONNECT TO "provider=QvRestConnector.exe;url=https://SERVERNAME.DOMAIN.COM/qrs/app/full;timeout=900;method=GET;autoDetectResponseType=true;keyGenerationStrategy=0;authSchema=ntlm;skipServerCertificateValidation=true;useCertificate=No;certificateStoreLocation=LocalMachine;certificateStoreName=My;trustedLocations=qrs-proxy%2https://SERVERNAME.DOMAIN.COM:4244;queryParameters=xrfkey%20000000000000000;addMissingQueryParametersToFinalRequest=false;queryHeaders=X-Qlik-XrfKey%20000000000000000%1User-Agent%2Windows;PaginationType=None;"&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dataconnections03.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41647i01FDEEAC3B9133C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="dataconnections03.png" alt="dataconnections03.png" /&gt;&lt;/span&gt;
&lt;P&gt; &lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Using a Virtual Proxy with a Prefix?&lt;/STRONG&gt; If the virtual proxy uses a prefix, the&amp;nbsp;monitor_apps_REST_&amp;nbsp;data connections must be updated to include the prefix used.&lt;/P&gt;
&lt;P&gt;more info:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/February2018/Subsystems/Monitoring/Content/Introduction/Configure-monitoring-apps.htm?tr=ja-JP#Default" target="_blank" rel="noopener"&gt;&lt;I&gt;Default virtual proxy with prefix&lt;/I&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Using Centralized Logging?&lt;/STRONG&gt; If you are using centralized logging, you need to update the&amp;nbsp;QLogs&amp;nbsp;data connection by replacing&amp;nbsp;localhost&amp;nbsp;in the connection string URL with the&amp;nbsp;FQDN&amp;nbsp;of the machine where the centralized logging database resides.&amp;nbsp;&lt;/P&gt;
The centralized logging database may or may not be enabled and may or may not be in the same&amp;nbsp;PostgreSQL&amp;nbsp;database as the&amp;nbsp;Qlik Sense repository database.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dataconnections04.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41649iF7C23F2B35674C55/image-size/large?v=v2&amp;amp;px=999" role="button" title="dataconnections04.png" alt="dataconnections04.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Share the&amp;nbsp;Qlik Sense&amp;nbsp;log folder on all&amp;nbsp;RIM&amp;nbsp;nodes.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Add a new data connection to the&amp;nbsp;Log&amp;nbsp;folder for each rim node. This can be accomplished by opening an app, accessing the data load editor, and creating a new data connection. If you have five&amp;nbsp;RIM&amp;nbsp;nodes, you need to create five data connections.&lt;/P&gt;
&lt;P&gt;For example, the data connection for&amp;nbsp;RIM1&amp;nbsp;points to folder&amp;nbsp;&lt;FONT face="courier new,courier"&gt;\\rim_node_1\&amp;lt;UNC_Share&amp;gt;\Log&amp;nbsp;&lt;/FONT&gt;and is called&amp;nbsp;RIM1.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Rename the new data connections in the&amp;nbsp;QMC&amp;nbsp;to remove the&amp;nbsp;(username), which is appended to the data connection name. Example:&amp;nbsp;RIM1 (user_183)&amp;nbsp;is changed to&amp;nbsp;RIM1.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;Update the Monitoring Apps scripts&lt;/H3&gt;
&lt;P&gt;Update the load script of the&amp;nbsp;Operations Monitor&amp;nbsp;in section&amp;nbsp;logFolderList&amp;nbsp;on line 5 by adding the names of all the new data connections created in step 7 and 8.&lt;/P&gt;
&lt;P&gt;Do the following:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Duplicate the&amp;nbsp;Operations Monitor&amp;nbsp;app in the&amp;nbsp;QMC.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Open the duplicate app in the&amp;nbsp;Qlik Sense&amp;nbsp;hub.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Edit the load script&lt;/P&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;
&lt;P&gt;Each new data connection name needs to be enclosed in single quotes (') and separated by a comma.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Example:&amp;nbsp;FOR each node in 'ServerLogFolder','RIM1','RIM2'.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Save the app.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Replace the existing&amp;nbsp;Operations Monitor&amp;nbsp;app by publishing the duplicate app to the&amp;nbsp;Monitoring apps&amp;nbsp;stream and selecting&amp;nbsp;Replace existing app.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Perform step 9 in the&amp;nbsp;License Monitor.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;BR /&gt;Please find the section in &lt;A href="https://help.qlik.com/en-US/sense/February2018/Subsystems/Monitoring/Content/Introduction/Configure-monitoring-apps.htm" target="_blank" rel="noopener"&gt;Help&lt;/A&gt;.&lt;BR /&gt;&lt;I&gt;Note: Error: Failed to connect to server. Please check connection parameters. Go to step 5 for resolution.&amp;nbsp;&lt;/I&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Oct 2020 14:47:08 GMT</pubDate>
    <dc:creator>Andre_Sostizzo</dc:creator>
    <dc:date>2020-10-02T14:47:08Z</dc:date>
    <item>
      <title>How to set up Monitoring Apps in a clustered environment</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-set-up-Monitoring-Apps-in-a-clustered-environment/ta-p/1717024</link>
      <description>&lt;P&gt;To be able to effectively use the Qlik Sense monitoring apps in a clustered environment, the data connections as well as the script will need to be edited. By default, the script will only load data from its local machine, which is counterproductive in a clustered setup.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2F_WywE9AXnvs%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D_WywE9AXnvs&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2F_WywE9AXnvs%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="200" height="112" scrolling="no" title="STT - Configuring Monitoring Apps in Qlik Sense" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;
&lt;H3&gt;Configuring multi-node environments&lt;BR /&gt;&lt;BR /&gt;&lt;/H3&gt;
&lt;P&gt;First, we will need to modify the Data Connections.:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Open the Qlik Sense Management Console&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Navigate to Data Connections in the many on the left&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dataconnections01.png" style="width: 357px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41645iAA1573F9DFC87095/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dataconnections01.png" alt="dataconnections01.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Modify all relevant Data Connections&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;ArchivedLogFolder:&lt;/STRONG&gt; Update the data connections&amp;nbsp;ArchivedLogFolder&amp;nbsp;by replacing&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\ProgramData\Qlik\Sense&lt;/FONT&gt;&amp;nbsp;with the fully-qualified domain name (FQDN) path to the shared folder for&amp;nbsp;Qlik Sense:&amp;nbsp;&lt;FONT face="courier new,courier"&gt;\\&amp;lt;FQDN&amp;gt;\&amp;lt;QlikShare&amp;gt;\ArchivedLogs&lt;/FONT&gt;.&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dataconnections02.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41646i5A74431EE39418FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="dataconnections02.png" alt="dataconnections02.png" /&gt;&lt;/span&gt;&lt;SPAN style="font-family: inherit;"&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;ServerLogFolder:&lt;/STRONG&gt; Update the data connections&amp;nbsp;ServerLogFolder, by replacing&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\ProgramData\Qlik\Sense\Log&lt;/FONT&gt;&amp;nbsp;with the&amp;nbsp;FQDN&amp;nbsp;path to the central node:&amp;nbsp;\&lt;FONT face="courier new,courier"&gt;\&amp;lt;FQDN&amp;gt;\&amp;lt;UNC_Share&amp;gt;\Log&lt;/FONT&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;REST Connections:&lt;/STRONG&gt; Update the&amp;nbsp;monitor_apps_REST_&amp;nbsp;data connections by replacing&amp;nbsp;localhost&amp;nbsp;in the connection strings &lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;URL&lt;/STRONG&gt; &lt;/FONT&gt;and&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;trustedLocation&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;parameters with the&amp;nbsp;FQDN&amp;nbsp;of the node where the repository resides.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CUSTOM CONNECT TO "provider=QvRestConnector.exe;url=https://SERVERNAME.DOMAIN.COM/qrs/app/full;timeout=900;method=GET;autoDetectResponseType=true;keyGenerationStrategy=0;authSchema=ntlm;skipServerCertificateValidation=true;useCertificate=No;certificateStoreLocation=LocalMachine;certificateStoreName=My;trustedLocations=qrs-proxy%2https://SERVERNAME.DOMAIN.COM:4244;queryParameters=xrfkey%20000000000000000;addMissingQueryParametersToFinalRequest=false;queryHeaders=X-Qlik-XrfKey%20000000000000000%1User-Agent%2Windows;PaginationType=None;"&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dataconnections03.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41647i01FDEEAC3B9133C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="dataconnections03.png" alt="dataconnections03.png" /&gt;&lt;/span&gt;
&lt;P&gt; &lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Using a Virtual Proxy with a Prefix?&lt;/STRONG&gt; If the virtual proxy uses a prefix, the&amp;nbsp;monitor_apps_REST_&amp;nbsp;data connections must be updated to include the prefix used.&lt;/P&gt;
&lt;P&gt;more info:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/February2018/Subsystems/Monitoring/Content/Introduction/Configure-monitoring-apps.htm?tr=ja-JP#Default" target="_blank" rel="noopener"&gt;&lt;I&gt;Default virtual proxy with prefix&lt;/I&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Using Centralized Logging?&lt;/STRONG&gt; If you are using centralized logging, you need to update the&amp;nbsp;QLogs&amp;nbsp;data connection by replacing&amp;nbsp;localhost&amp;nbsp;in the connection string URL with the&amp;nbsp;FQDN&amp;nbsp;of the machine where the centralized logging database resides.&amp;nbsp;&lt;/P&gt;
The centralized logging database may or may not be enabled and may or may not be in the same&amp;nbsp;PostgreSQL&amp;nbsp;database as the&amp;nbsp;Qlik Sense repository database.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dataconnections04.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41649iF7C23F2B35674C55/image-size/large?v=v2&amp;amp;px=999" role="button" title="dataconnections04.png" alt="dataconnections04.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Share the&amp;nbsp;Qlik Sense&amp;nbsp;log folder on all&amp;nbsp;RIM&amp;nbsp;nodes.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Add a new data connection to the&amp;nbsp;Log&amp;nbsp;folder for each rim node. This can be accomplished by opening an app, accessing the data load editor, and creating a new data connection. If you have five&amp;nbsp;RIM&amp;nbsp;nodes, you need to create five data connections.&lt;/P&gt;
&lt;P&gt;For example, the data connection for&amp;nbsp;RIM1&amp;nbsp;points to folder&amp;nbsp;&lt;FONT face="courier new,courier"&gt;\\rim_node_1\&amp;lt;UNC_Share&amp;gt;\Log&amp;nbsp;&lt;/FONT&gt;and is called&amp;nbsp;RIM1.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Rename the new data connections in the&amp;nbsp;QMC&amp;nbsp;to remove the&amp;nbsp;(username), which is appended to the data connection name. Example:&amp;nbsp;RIM1 (user_183)&amp;nbsp;is changed to&amp;nbsp;RIM1.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;Update the Monitoring Apps scripts&lt;/H3&gt;
&lt;P&gt;Update the load script of the&amp;nbsp;Operations Monitor&amp;nbsp;in section&amp;nbsp;logFolderList&amp;nbsp;on line 5 by adding the names of all the new data connections created in step 7 and 8.&lt;/P&gt;
&lt;P&gt;Do the following:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Duplicate the&amp;nbsp;Operations Monitor&amp;nbsp;app in the&amp;nbsp;QMC.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Open the duplicate app in the&amp;nbsp;Qlik Sense&amp;nbsp;hub.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Edit the load script&lt;/P&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;
&lt;P&gt;Each new data connection name needs to be enclosed in single quotes (') and separated by a comma.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Example:&amp;nbsp;FOR each node in 'ServerLogFolder','RIM1','RIM2'.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Save the app.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Replace the existing&amp;nbsp;Operations Monitor&amp;nbsp;app by publishing the duplicate app to the&amp;nbsp;Monitoring apps&amp;nbsp;stream and selecting&amp;nbsp;Replace existing app.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Perform step 9 in the&amp;nbsp;License Monitor.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;BR /&gt;Please find the section in &lt;A href="https://help.qlik.com/en-US/sense/February2018/Subsystems/Monitoring/Content/Introduction/Configure-monitoring-apps.htm" target="_blank" rel="noopener"&gt;Help&lt;/A&gt;.&lt;BR /&gt;&lt;I&gt;Note: Error: Failed to connect to server. Please check connection parameters. Go to step 5 for resolution.&amp;nbsp;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 14:47:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-set-up-Monitoring-Apps-in-a-clustered-environment/ta-p/1717024</guid>
      <dc:creator>Andre_Sostizzo</dc:creator>
      <dc:date>2020-10-02T14:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up Monitoring Apps in a clustered environment</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-set-up-Monitoring-Apps-in-a-clustered-environment/tac-p/1897021#M5640</link>
      <description>&lt;P&gt;Useful but out of date. the Rest API connection string has more parameters now&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 10:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-set-up-Monitoring-Apps-in-a-clustered-environment/tac-p/1897021#M5640</guid>
      <dc:creator>DavidFosterVF</dc:creator>
      <dc:date>2022-02-24T10:01:12Z</dc:date>
    </item>
  </channel>
</rss>

