<?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 Re: How to use Proxy setting in Dynatrace in Alerting</title>
    <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118161#M1415</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/16467/view.html" nodeid="16467"&gt;@Julius L.&lt;/A&gt; &lt;A rel="user" href="https://answers.dynatrace.com/users/5499/view.html" nodeid="5499"&gt;@Radoslaw S.&lt;/A&gt; Yes we started all 3 nodes of our dynatrace cluster but it didn't work. So as soon as we switch to the below setting, Slack integration works but Netcool integration fails.&lt;/P&gt;&lt;P&gt;Also How do i check if my Dynatrace cluster is using which proxy server for the outbound communication? I don't remember defining it anywhere.&lt;/P&gt;&lt;P&gt;Is there a place I can check?&lt;/P&gt;</description>
    <pubDate>Thu, 22 Oct 2020 08:45:35 GMT</pubDate>
    <dc:creator>shashank_b_agra</dc:creator>
    <dc:date>2020-10-22T08:45:35Z</dc:date>
    <item>
      <title>Proxy setting in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118145#M1399</link>
      <description>&lt;P&gt;Hi, I have dynatrace set up as managed DT and now I am trying to integrate with various services like Netcool, Slack etc by setting up the webhooks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Recently when I was trying to hook it up with Netcool, I was getting custom integration failed but then i raised a support ticket and they asked me to do these settings which I did and it then worked. Netcool service integrated successfully.&lt;/P&gt;
&lt;PRE&gt;&amp;lt;server/conf/config.properties&amp;gt;&lt;BR /&gt;[http.client.external]&lt;BR /&gt;proxy-off = true&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BUT then my other integrations with Slack started failing. Is there a way to get around this?&lt;/P&gt;
&lt;P&gt;Slack webhook looks like this - &lt;A href="https://hooks.slack.com/services*" target="_blank" rel="noopener noreferrer"&gt;https://hooks.slack.com/services*&lt;/A&gt;&lt;BR /&gt;Netcool webhook looks like this - &lt;A href="https://myntlserver.com/probe/dynatraces" target="_blank" rel="noopener noreferrer"&gt;https://myntlserver.com/probe/dynatraces&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 15:12:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118145#M1399</guid>
      <dc:creator>shashank_b_agra</dc:creator>
      <dc:date>2023-03-16T15:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy setting in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118146#M1400</link>
      <description>Unfortunately, Dynatrace does not have such detailed proxy settings that would allow you to specify host/domains to go via proxy or to ignore proxy. I hope Dynatrace will finally come with a solution to specify proxy ignore rules. &lt;P&gt;&lt;BR /&gt;The [http.client.external] is, AFAIK, the settings for HTTP communication targeted outside the cluster - so this applies for mission control, and integrations (Slack, Webhook, .. ). &lt;BR /&gt;&lt;BR /&gt;If you require some of those targets to go via proxy and for some not, you have basically two options now:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Modify your proxy in the way that also internal communication (Netcool in your case I assume) will go via proxy. This depends on your company network security policy.&lt;/LI&gt;&lt;LI&gt;Install a local proxy server, on the cluster nodes. For example, I recommend &lt;EM&gt;tinyproxy&lt;/EM&gt;, which has small footprint and allows you to define rules for upstream proxies easily. &lt;BR /&gt;You then specify just the localhost as the proxy in the CMC. All HTTP communication will go to this local proxy and then, based on rules, either forwarded to upstream proxy or the proxy will directly connect.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 18:10:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118146#M1400</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2020-10-20T18:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy setting in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118147#M1401</link>
      <description>&lt;P&gt;You can achieve that by adding to the configuration you mentioned another property called "proxy-non-proxy-hosts".&lt;/P&gt;&lt;P&gt;In you example:&lt;/P&gt;&lt;PRE&gt;&amp;lt;server/conf/config.properties&amp;gt;&lt;BR /&gt;[http.client.external]&lt;BR /&gt;proxy-off = true&lt;BR /&gt;proxy-non-proxy-hosts = &lt;A rel="noopener noreferrer" href="https://hooks.slack.com/services*" target="_blank"&gt;hooks.slack.com/services*&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;That configuration should make that calls executed to the specified domain don't go over the proxy. Make sure this is applied to all nodes and is followed by server restart.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The extended configuration of proxy in Cluster Management Console, allowing to specify that should be available early Q1 next year.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 21:59:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118147#M1401</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2020-10-20T21:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy setting in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118148#M1402</link>
      <description>&lt;P&gt;This unfortunately never worked for me last time I've tried - a few months ago. I should give it another try.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 06:09:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118148#M1402</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2020-10-21T06:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy setting in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118149#M1403</link>
      <description>&lt;P&gt;should work since 1.198. Let me know if it's not.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 06:14:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118149#M1403</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2020-10-21T06:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy setting in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118150#M1404</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/5499/view.html" nodeid="5499"&gt;@Radoslaw S.&lt;/A&gt;&lt;BR /&gt;What does this setting means?&lt;/P&gt;&lt;P&gt;proxy-non-proxy-hosts = &lt;A rel="noopener noreferrer" href="https://hooks.slack.com/services*" target="_blank"&gt;hooks.slack.com/services*&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Basically my Dynatrace is inside corporate network and the targets Netcool are &lt;STRONG&gt;internal &lt;/STRONG&gt;and Slack is &lt;STRONG&gt;external.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How do i configure so that Netcool doesn't use Proxy but Slack uses proxy?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 08:49:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118150#M1404</guid>
      <dc:creator>shashank_b_agra</dc:creator>
      <dc:date>2020-10-21T08:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy setting in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118151#M1405</link>
      <description>&lt;P&gt;Ah... so I understood that opposite. As I wrote - the property defines which hostnames should be ignored by the proxy. In that case you should put Netcool's hostname instead as it's internal and shouldn't use the proxy:&lt;/P&gt;&lt;PRE&gt;&amp;lt;server/conf/config.properties&amp;gt;&lt;BR /&gt;[http.client.external]&lt;BR /&gt;proxy-off = true&lt;BR /&gt;proxy-non-proxy-hosts = &lt;A rel="noopener noreferrer" href="https://myntlserver.com/probe/dynatraces" target="_blank"&gt;myntlserver.com/probe/dynatraces&lt;/A&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Oct 2020 08:55:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118151#M1405</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2020-10-21T08:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy setting in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118152#M1406</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/5499/view.html" nodeid="5499"&gt;@Radoslaw S.&lt;/A&gt; Thank you. But proxy-off = true means proxy is switched off right. How will these configuration will make sure the proxy is applying to Slack but NOT for Netcool&lt;/P&gt;&lt;PRE&gt;&amp;lt;server/conf/config.properties&amp;gt; &lt;BR /&gt;[http.client.external]&lt;BR /&gt;proxy-off = true&lt;BR /&gt;proxy-non-proxy-hosts = &lt;A rel="noopener noreferrer" href="https://myntlserver.com/probe/dynatraces" target="_blank"&gt;myntlserver.com/probe/dynatraces&lt;/A&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Oct 2020 09:40:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118152#M1406</guid>
      <dc:creator>shashank_b_agra</dc:creator>
      <dc:date>2020-10-21T09:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy setting in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118153#M1407</link>
      <description>&lt;P&gt;True! My bad! You should get rid of prox-off line and define proxy parameters instead.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 10:43:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118153#M1407</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2020-10-21T10:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy setting in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118154#M1408</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/5499/view.html" nodeid="5499"&gt;@Radoslaw S.&lt;/A&gt;&lt;BR /&gt;So yes I tried to configure that earlier but it didn't work and then DT support said to use proxy-off. It worked but then failed for other targets.&lt;/P&gt;&lt;P&gt;Is that the below setting works only with certain version of Dynatrace?&lt;/P&gt;&lt;PRE&gt;&amp;lt;server/conf/config.properties&amp;gt;&lt;BR /&gt;[http.client.external] &lt;BR /&gt;proxy-non-proxy-hosts = &lt;A rel="noopener noreferrer" href="https://myntlserver.com/probe/dynatraces" target="_blank"&gt;myntlserver.com/probe/dynatraces&lt;/A&gt;t&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Oct 2020 11:06:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118154#M1408</guid>
      <dc:creator>shashank_b_agra</dc:creator>
      <dc:date>2020-10-21T11:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy setting in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118155#M1409</link>
      <description>&lt;P&gt;Since 1.198 .. what's the version you have?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 11:59:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118155#M1409</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2020-10-21T11:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy setting in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118156#M1410</link>
      <description>&lt;P&gt;We are using this - Version 1.200.103.20200903-152540.&lt;/P&gt;&lt;P&gt;So it won't work? Is there any other way?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 14:08:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118156#M1410</guid>
      <dc:creator>shashank_b_agra</dc:creator>
      <dc:date>2020-10-21T14:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy setting in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118157#M1411</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/16467/view.html" nodeid="16467"&gt;@Julius L.&lt;/A&gt; Hello, I am not able to find your answer you posted earlier. Could you please post that again. I think that had some useful information about using local proxy server.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 14:15:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118157#M1411</guid>
      <dc:creator>shashank_b_agra</dc:creator>
      <dc:date>2020-10-21T14:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy setting in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118158#M1412</link>
      <description>&lt;P&gt;Did you restart the Dynatrace Cluster node after adding the proxy-non-proxy-hosts? &lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 14:34:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118158#M1412</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2020-10-21T14:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy setting in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118159#M1413</link>
      <description>&lt;P&gt;I undeleted it right now. &lt;A rel="user" href="https://answers.dynatrace.com/users/5499/view.html" nodeid="5499"&gt;@Radoslaw S.&lt;/A&gt;'s answer is better. I had to deal with the situation when the proxy option mentioned was not in the product yet.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 14:35:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118159#M1413</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2020-10-21T14:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy setting in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118160#M1414</link>
      <description>&lt;P&gt;Julius, I like you reply as well. Whereas it's harder to implement, it provides more power and is a valid solution.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 17:26:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118160#M1414</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2020-10-21T17:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy setting in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118161#M1415</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/16467/view.html" nodeid="16467"&gt;@Julius L.&lt;/A&gt; &lt;A rel="user" href="https://answers.dynatrace.com/users/5499/view.html" nodeid="5499"&gt;@Radoslaw S.&lt;/A&gt; Yes we started all 3 nodes of our dynatrace cluster but it didn't work. So as soon as we switch to the below setting, Slack integration works but Netcool integration fails.&lt;/P&gt;&lt;P&gt;Also How do i check if my Dynatrace cluster is using which proxy server for the outbound communication? I don't remember defining it anywhere.&lt;/P&gt;&lt;P&gt;Is there a place I can check?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 08:45:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118161#M1415</guid>
      <dc:creator>shashank_b_agra</dc:creator>
      <dc:date>2020-10-22T08:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy setting in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118162#M1416</link>
      <description>&lt;P&gt;All outgoing requests will go over the proxy defined in CMC -&amp;gt; Settings -&amp;gt; Internet connection. Do you have a proxy there? &lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 09:03:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118162#M1416</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2020-10-22T09:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy setting in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118163#M1417</link>
      <description>&lt;P&gt;ah yes. I got it. There is a proxy server configured which means every external communication like (Slack) is going via proxy. And if we switch it off in settings with &lt;STRONG&gt;proxy-off = true &lt;/STRONG&gt;then it stops working but at the same the Netcool integration works because that doesn't need proxy as it's hosted internally. I already tried the below settings, configured them all 3 nodes and restarted the cluster but it didn't work. Any ideas?&lt;/P&gt;&lt;P&gt;As i mentioned my DT version is Version 1.200.103.20200903-152540. Are you sure that it won't work with this version?&lt;/P&gt;&lt;PRE&gt;&amp;lt;server/conf/config.properties&amp;gt; &lt;BR /&gt;[http.client.external] &lt;BR /&gt;proxy-non-proxy-hosts = &lt;A rel="noopener noreferrer" href="https://myntlserver.com/probe/dynatraces" target="_blank"&gt;myntlserver.com/probe/dynatraces&lt;/A&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Oct 2020 10:12:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118163#M1417</guid>
      <dc:creator>shashank_b_agra</dc:creator>
      <dc:date>2020-10-22T10:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Proxy setting in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118164#M1418</link>
      <description>&lt;P&gt;But you have to define additionally:&lt;/P&gt;&lt;PRE&gt;&amp;lt;server/conf/config.properties&amp;gt; &lt;/PRE&gt;&lt;PRE&gt;&lt;BR /&gt;proxy-server=&amp;lt;proxy-server&amp;gt;&lt;BR /&gt;proxy-port=&amp;lt;port&amp;gt;&lt;BR /&gt;# http or https&lt;BR /&gt;proxy-scheme=&amp;lt;protocol&amp;gt;&lt;BR /&gt;# basic authentication credentials (optionally)&lt;BR /&gt;#proxy-user=username&lt;BR /&gt;#proxy-password=password&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;And also - do you use a proxy to Mission Control? I'm afraid that may overwrite what is configured in the config file.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 10:51:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Proxy-setting-in-Dynatrace/m-p/118164#M1418</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2020-10-22T10:51:37Z</dc:date>
    </item>
  </channel>
</rss>

