<?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: PHP agent reuse node in docker in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/PHP-agent-reuse-node-in-docker/m-p/730859#M7308</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/165074"&gt;@Ardi.Maryanto&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;It looks like the community was not able to jump in and help. Did you happen to find a solution yourself in the meantime?&lt;BR /&gt;If not, you can reach out to AppDynamics Support for help too.&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/Knowledge-Base/How-do-I-submit-a-Support-ticket-An-FAQ/m-p/28959#U28959" class="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;How do I submit a Support ticket? An FAQ&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 May 2024 11:14:55 GMT</pubDate>
    <dc:creator>iamryan</dc:creator>
    <dc:date>2024-05-13T11:14:55Z</dc:date>
    <item>
      <title>PHP agent reuse node in docker</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/PHP-agent-reuse-node-in-docker/m-p/730858#M7307</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;i am try to deploy wordpress + PHP agent in Docker using dockerfile.&lt;/P&gt;&lt;P&gt;regarding this articel:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.appdynamics.com/appd/24.x/latest/en/application-monitoring/install-app-server-agents/php-agent/php-agent-configuration-settings/node-reuse-for-php-agent" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.appdynamics.com/appd/24.x/latest/en/application-monitoring/install-app-server-agents/php-agent/php-agent-configuration-settings/node-reuse-for-php-agent&lt;/A&gt;&lt;/P&gt;&lt;P&gt;i already config the&amp;nbsp;appdynamics agent.in following the conformation that refer on&amp;nbsp;that link.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;this my dockerfile:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM wordpress:php7.4&lt;/P&gt;&lt;P&gt;# Install required dependencies&lt;BR /&gt;RUN apt-get update &amp;amp;&amp;amp; apt-get install -y wget tar &amp;amp;&amp;amp; \&lt;BR /&gt;apt-get clean &amp;amp;&amp;amp; rm -rf /var/lib/apt/lists/*&lt;/P&gt;&lt;P&gt;# Copy phpinfo&lt;BR /&gt;COPY phpinfo.php /var/www/html&lt;/P&gt;&lt;P&gt;# Download and extract AppDynamics PHP Agent – use this to download agent from AppDynamics Download Portal&lt;BR /&gt;WORKDIR /var/www/html&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# Copy downloaded AppDynamics PHP Agent - use this if the agent is already downloaded in the docker working dir&lt;BR /&gt;RUN mkdir -p /opt/appdynamics&lt;BR /&gt;COPY appdynamics-php-agent-linux_x64 /opt/appdynamics/&lt;/P&gt;&lt;P&gt;RUN chmod -R a+w /opt/appdynamics/&lt;/P&gt;&lt;P&gt;# Install AppDynamics PHP Agent&lt;BR /&gt;RUN cd /opt/appdynamics/appdynamics-php-agent-linux_x64/ &amp;amp;&amp;amp; ./install.sh -s -a=abcde@abcde -e /usr/local/lib/php/extensions/no-debug-non-zts-20190902 -i /usr/local/etc/php/conf.d -p /usr/bin -v 7.4 abcde.saas.appdynamics.com 443 WordPress-Docker Bakcend-Tier Backend-Node&lt;/P&gt;&lt;P&gt;# Expose port 80&lt;BR /&gt;EXPOSE 80&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;my goal is my agent can use container name,hostname,hostid,prefix or what ever in automaticaly using reuseNode feature insted of manualy fill the Node name in every instalation PHP agent, can we do that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;because in Nodejs agent we can do that even my application running on Docker.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 10:11:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/PHP-agent-reuse-node-in-docker/m-p/730858#M7307</guid>
      <dc:creator>Ardi_Maryanto</dc:creator>
      <dc:date>2024-05-08T10:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: PHP agent reuse node in docker</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/PHP-agent-reuse-node-in-docker/m-p/730859#M7308</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/165074"&gt;@Ardi.Maryanto&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;It looks like the community was not able to jump in and help. Did you happen to find a solution yourself in the meantime?&lt;BR /&gt;If not, you can reach out to AppDynamics Support for help too.&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/Knowledge-Base/How-do-I-submit-a-Support-ticket-An-FAQ/m-p/28959#U28959" class="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;How do I submit a Support ticket? An FAQ&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 11:14:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/PHP-agent-reuse-node-in-docker/m-p/730859#M7308</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2024-05-13T11:14:55Z</dc:date>
    </item>
  </channel>
</rss>

