<?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: Haproxy inside docker container with HTTP mode doesn't work in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Haproxy-inside-docker-container-with-HTTP-mode-doesn-t-work/m-p/114001#M639</link>
    <description>&lt;P&gt;I think you should file support issue and provide more info there, like host OS and Docker versions. It might related to docker support, not only to haproxy&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Feb 2019 11:28:57 GMT</pubDate>
    <dc:creator>maciej_grynda</dc:creator>
    <dc:date>2019-02-19T11:28:57Z</dc:date>
    <item>
      <title>Haproxy inside docker container with HTTP mode doesn't work</title>
      <link>https://community.dynatrace.com/t5/Extensions/Haproxy-inside-docker-container-with-HTTP-mode-doesn-t-work/m-p/113998#M636</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have few haproxy servers running inside docker containers. All of them expose stats via http so I try to configure dynatrace plugin with http mode  using user/password/url. Unfortunatelly there is an error message during plugin initialization, the same from global configuration for all host or with configuration in specified host detail:&lt;/P&gt;&lt;PRE&gt;Error (('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))) for ....&lt;/PRE&gt;&lt;P&gt;I found in plugin log information, that problem is correlated with 172 line of plugin code:&lt;/P&gt;&lt;PRE&gt;File "/opt/dynatrace/oneagent/agent/plugin/plugins/ruxit.python.haproxy/ruxit_haproxy.py", line 172, in initialize&lt;/PRE&gt;&lt;BR /&gt;&lt;PRE&gt;self.url[it] = DockerUtils.replace_port_with_exposed_by_docker(entity.processes[0].properties, url)&lt;/PRE&gt;&lt;P&gt;Is it anything special in using http mode inside container? I know that socket mode will be introduced in oneagent ver 164 but I suspected that http mode is working.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Tomek&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Feb 2019 10:40:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Haproxy-inside-docker-container-with-HTTP-mode-doesn-t-work/m-p/113998#M636</guid>
      <dc:creator>tomasz_plonski2</dc:creator>
      <dc:date>2019-02-19T10:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Haproxy inside docker container with HTTP mode doesn't work</title>
      <link>https://community.dynatrace.com/t5/Extensions/Haproxy-inside-docker-container-with-HTTP-mode-doesn-t-work/m-p/113999#M637</link>
      <description>&lt;P&gt;Hi Tomek! Could you please share which version of agent/plugin are you using? If you could paste whole stack trace that would be great.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Feb 2019 10:50:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Haproxy-inside-docker-container-with-HTTP-mode-doesn-t-work/m-p/113999#M637</guid>
      <dc:creator>maciej_grynda</dc:creator>
      <dc:date>2019-02-19T10:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Haproxy inside docker container with HTTP mode doesn't work</title>
      <link>https://community.dynatrace.com/t5/Extensions/Haproxy-inside-docker-container-with-HTTP-mode-doesn-t-work/m-p/114000#M638</link>
      <description>&lt;P&gt;OneAgent version&lt;BR /&gt;1.159.309.20190218-095935&lt;/P&gt;&lt;P&gt;I've just noticed that in this environment there is problem with accessing docker API directly from localhost (like plugin works) -  Docker API acess is using encrypted TLS connections what is not supported at &lt;BR /&gt;this time. I can see in the log many lines with similar error regarding another plugins.&lt;/P&gt;&lt;P&gt;Please find detail in attached log:&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.dynatrace.com/storage/attachments/19787-ruxitagent-pluginagent-1042801.log"&gt;ruxitagent-pluginagent-1042801.log&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Feb 2019 11:18:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Haproxy-inside-docker-container-with-HTTP-mode-doesn-t-work/m-p/114000#M638</guid>
      <dc:creator>tomasz_plonski2</dc:creator>
      <dc:date>2019-02-19T11:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Haproxy inside docker container with HTTP mode doesn't work</title>
      <link>https://community.dynatrace.com/t5/Extensions/Haproxy-inside-docker-container-with-HTTP-mode-doesn-t-work/m-p/114001#M639</link>
      <description>&lt;P&gt;I think you should file support issue and provide more info there, like host OS and Docker versions. It might related to docker support, not only to haproxy&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Feb 2019 11:28:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Haproxy-inside-docker-container-with-HTTP-mode-doesn-t-work/m-p/114001#M639</guid>
      <dc:creator>maciej_grynda</dc:creator>
      <dc:date>2019-02-19T11:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Haproxy inside docker container with HTTP mode doesn't work</title>
      <link>https://community.dynatrace.com/t5/Extensions/Haproxy-inside-docker-container-with-HTTP-mode-doesn-t-work/m-p/114002#M640</link>
      <description>&lt;P&gt;Ok, thanks, I will&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Feb 2019 11:39:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Haproxy-inside-docker-container-with-HTTP-mode-doesn-t-work/m-p/114002#M640</guid>
      <dc:creator>tomasz_plonski2</dc:creator>
      <dc:date>2019-02-19T11:39:34Z</dc:date>
    </item>
  </channel>
</rss>

