/cf-db-agent

AppDynamics DB Agent deployable in Cloud Foundry

Primary LanguageShell

AppDynamics DB Agent to deploy as CloudFoundry App

To deploy the Application to CloudFoundry the Dist Zip Container of the Java Buildpack is used.

Prepare

  1. Download the DB Agent you want to use
  • by ./get-agent.sh <Portal User> <Agent Version X.X.X.X> (Will Prompt for Password)
  • by downloading manually and unzipping to this directory
  1. Alter the configuration as per documentation
  • Change conf/controller-info.xml

Deploy

  1. Deploy the Agent to CloudFoundry
  • by cf push <DB Agent Name>
  • The <DB Agent Name> will also be the DB Agent Name within AppDynamics as it takes application_name from VCAP_APPLICATION

Clean

  1. Use ./clean.sh to delete the Agent files