cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

One agents Installation on Solaris that Use Xampp for Webhost

Pitshyapong
Frequent Guest

I need your help with the install one agent on Solaris X86 system. I have already done all the processes such as the Extract file in /opt/dynatrace/oneagent but the part where I have to insert our code into a startup script.

 

Here is the problem our customer doesn't use  Weblogic or Websphere. They use Xampp so I don't know where I can insert this code into, maybe in httpd.conf of Xampp also I have to use this line of code right ? not the Websphere one

 

DT_HOME=/opt/dynatrace/oneagent

export DT_HOME

LD_PRELOAD_64=$DT_HOME/agent/lib64/liboneagentproc.so

export LD_PRELOAD_64

LD_PRELOAD=$DT_HOME/agent/lib/liboneagentproc.so

export LD_PRELOAD

 

Do you guys have any idea on how to install one agent on Solaris that uses Xampp for their Webhost?

 

Best Regard

Thank You

1 REPLY 1

skrystosik
DynaMight Guru
DynaMight Guru

XAMP is HTTP Server with mysql and PHP so you should use instrumentation path for apache HTTP server and instrument the same way as regulat Apache HTTP Client (snippet is correct). 

Regards, Sebastian

Featured Posts