<?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: Unable to monitor Tomcat in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/Unable-to-monitor-Tomcat/m-p/115943#M912</link>
    <description>&lt;P&gt;Could have something to do with the start order? Oneagent needs to be there before you start the Tomcat or Nginx process.&lt;/P&gt;&lt;P&gt;You are passing the install-url, so it looks like the oneagent is downloaded and installed at startup of the container. While the tomcat is already in the image and probably started automatically.&lt;BR /&gt;It might just be the trick to install the oneagent in the image as well at build time. Or use the initContainer approach.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/help/technology-support/cloud-platforms/kubernetes/installation-and-operation/application-only/deploy-oneagent-on-kubernetes-for-application-only-monitoring/#expand-1285classic-integration"&gt;https://www.dynatrace.com/support/help/technology-support/cloud-platforms/kubernetes/installation-and-operation/application-only/deploy-oneagent-on-kubernetes-for-application-only-monitoring/#expand-1285classic-integration&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Mar 2019 11:52:34 GMT</pubDate>
    <dc:creator>Bert_VanderHeyd</dc:creator>
    <dc:date>2019-03-21T11:52:34Z</dc:date>
    <item>
      <title>Unable to monitor Tomcat</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Unable-to-monitor-Tomcat/m-p/115941#M910</link>
      <description>&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;I am setting up Dynatrace to monitor 3 docker containers running on a VM.&lt;/P&gt;&lt;P&gt;So the steps Ive done till now are to run the command on my docker host.&lt;/P&gt;&lt;PRE&gt;docker run -d --restart=unless-stopped --privileged=true --pid=host --net=host --ipc=host -v /:/mnt/root -e ONEAGENT_INSTALLER_SCRIPT_URL="https://&amp;lt;URL_TO_MY_DYNATRACE_INSTANCE&amp;gt;/e/bf04f8bb-444b-41b2-a0fb-1b58f3123a68/api/v1/deployment/installer/agent/unix/default/latest?Api-Token=XbPpcnr9TnyQqqFppJhgO&amp;amp;arch=x86&amp;amp;flavor=default" dynatrace/oneagent:1.22.1000 APP_LOG_CONTENT_ACCESS=1&lt;/PRE&gt;&lt;P&gt;I even used the latest image.&lt;/P&gt;&lt;P&gt;The 3 containers running are Tomcat, Nginx and MySQL.&lt;/P&gt;&lt;P&gt;The problem I am getting is that the services Tomcat and Nginx are not being monitored and Im getting the Warning "This process must be restarted"&lt;BR /&gt;Ive done a &lt;EM&gt;docker-compose restart &lt;/EM&gt;as well as manually restarting the docker containers but the Warning does not go away. Even restarted the VM.&lt;/P&gt;&lt;P&gt;I even downloaded a generic tomcat docker image from DockerHub, ran that and that too is giving the same Warning.&lt;/P&gt;&lt;P&gt;Im not sure what Ive missed ? What would be the best way to troubleshoot this ? &lt;/P&gt;&lt;P&gt;I even stopped the docker container and installed OneAgent via script but the issue is the same.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/20066-screen-shot-2019-03-20-at-21719-pm.png" /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Mar 2019 18:20:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Unable-to-monitor-Tomcat/m-p/115941#M910</guid>
      <dc:creator>junaid_subhani</dc:creator>
      <dc:date>2019-03-20T18:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to monitor Tomcat</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Unable-to-monitor-Tomcat/m-p/115942#M911</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/31716/view.html" nodeid="31716"&gt;@Jay S.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have never been done Docker Instrumentation but while reading the documentation I found that there are some limitations on both platforms (Linux and Windows) and also there are specific supported technologies.&lt;/P&gt;&lt;P&gt;Just have a look on the below links in case something is missing or unsupported technology used.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/help/setup-and-configuration/oneagent/docker/monitoring/monitor-docker-containers/?limitations-on-linux%3C-%3Elimitations-on-windows=limitations-on-linux"&gt;https://www.dynatrace.com/support/help/setup-and-configuration/oneagent/docker/monitoring/monitor-docker-containers/?limitations-on-linux%3C-%3Elimitations-on-windows=limitations-on-linux&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/help/setup-and-configuration/oneagent/supported-technologies/supported-technologies-and-versions/#anchor-containers"&gt;https://www.dynatrace.com/support/help/setup-and-configuration/oneagent/supported-technologies/supported-technologies-and-versions/#anchor-containers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Mar 2019 03:32:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Unable-to-monitor-Tomcat/m-p/115942#M911</guid>
      <dc:creator>Babar_Qayyum</dc:creator>
      <dc:date>2019-03-21T03:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to monitor Tomcat</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Unable-to-monitor-Tomcat/m-p/115943#M912</link>
      <description>&lt;P&gt;Could have something to do with the start order? Oneagent needs to be there before you start the Tomcat or Nginx process.&lt;/P&gt;&lt;P&gt;You are passing the install-url, so it looks like the oneagent is downloaded and installed at startup of the container. While the tomcat is already in the image and probably started automatically.&lt;BR /&gt;It might just be the trick to install the oneagent in the image as well at build time. Or use the initContainer approach.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/help/technology-support/cloud-platforms/kubernetes/installation-and-operation/application-only/deploy-oneagent-on-kubernetes-for-application-only-monitoring/#expand-1285classic-integration"&gt;https://www.dynatrace.com/support/help/technology-support/cloud-platforms/kubernetes/installation-and-operation/application-only/deploy-oneagent-on-kubernetes-for-application-only-monitoring/#expand-1285classic-integration&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Mar 2019 11:52:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Unable-to-monitor-Tomcat/m-p/115943#M912</guid>
      <dc:creator>Bert_VanderHeyd</dc:creator>
      <dc:date>2019-03-21T11:52:34Z</dc:date>
    </item>
  </channel>
</rss>

