- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Env:Vers4.3.8 SaaS
Server:Amazon Linux
Agent:PHP
I installed php agent.
I saw the list of agents.
The unique host ID was an IP address.
I have set up a host name.
Why does not the unique host ID become the host name?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Teduka,
The changes you did were absolutely fine and at the moment this is the only way to provide a custom unique host id with the PHP agent.
Please let us know in case of any issues with this.
Best Regards,
Piyush
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I edited "$ PHP_Agent_HOME / proxy / runProxy".
Near line 219
cmdLine [$ {# cmdLine [@]}] = "- XX: - UseGCOverheadLimit"
<Add this line> cmdLine [$ {# cmdLine [@]}] = "- Dappdynamics.agent.uniqueHostId = <Custom Unique Host ID>"
As a result, the Unique Host ID of PHP Agent has been changed to custom value.
Is this correct operation?
Is there any other way?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Teduka,
The changes you did were absolutely fine and at the moment this is the only way to provide a custom unique host id with the PHP agent.
Please let us know in case of any issues with this.
Best Regards,
Piyush
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Piyush,
I understood!
Thank you!
