The Machine Agent can be used within CloudFoundry to Host AppDynamics Extensions
To deploy the Application to CloudFoundry the Dist Zip Container of the Java Buildpack is used.
- Download the Machine Agent you want to use by
- by
./get-agent.sh <Portal User> <Agent Version X.X.X.X>
(Will Prompt for Password)- The Download Script will also disable the Default Monitors for getting Hardware Metrics in
monitors/*/monitor.xml
- The Download Script will also disable the Default Monitors for getting Hardware Metrics in
- by downloading manually and unzipping to this directory
- Change
conf/controller-info.xml
- Deploy the Agent to CloudFoundry
- by
cf push <Machine Agent Name>
- The AppDynamics Application Name will be the
space_name
fromVCAP_APPLICATION
by default - The AppDynamics Application Name will be the
application_name
fromVCAP_APPLICATION
by default - The AppDynamics Node Name will be
application_name:instance_index
fromVCAP_APPLICATION
by default - The AppDynamics Unique Host ID will be
application_name:instance_index
fromVCAP_APPLICATION
by default
- Use
./clean.sh
to delete the Agent files