appddbcollector.yaml
appdynamics_credentials:
client_id: <client-id>
client_secret: <secret>
endpoint: <data-endpoint>
token_url: <auth-endpoint>
# Set below fields in the config to provide SSL details
# tlsConfig:
# certificate: <certificate>
# hostNameInCertificate: <hostname>
# Set below field in the config to specify environment (defaults to self-hosted)
# environment:
# platform: self-hosted # Other possible properties "AWS", "Azure"
monitoring_config:
sqlserver/1:
configName: ${CONFIG_NAME}
hostname: ${HOSTNAME}
hostport: ${HOSTPORT}
username: ${USERNAME}
password: ${PASSWORD}
database: ${DATABASE}
tlsConfig:
certificate: ${CERTIFICATE_CRT}
hostNameInCertificate: ${HOSTNAMEINCERTIFICATE}
environment:
platform: ${CLOUD_CONFIG}
mysql/1:
configName: ${CONFIG_NAME}
hostname: ${HOSTNAME}
hostport: ${HOSTPORT}
username: ${USERNAME}
password: ${PASSWORD}
environment:
platform: ${CLOUD_CONFIG}
tlsConfig:
certificate: ${CERTIFICATE_CRT}
hostNameInCertificate: ${HOSTNAMEINCERTIFICATE}
aurora-mysql/1:
configName: ${CONFIG_NAME}
hostname: ${HOSTNAME}
hostport: ${HOSTPORT}
username: ${USERNAME}
password: ${PASSWORD}
environment:
platform: ${CLOUD_CONFIG}
tlsConfig:
certificate: ${CERTIFICATE_CRT}
hostNameInCertificate: ${HOSTNAMEINCERTIFICATE}
mariadb/1:
configName: ${CONFIG_NAME}
hostname: ${HOSTNAME}
hostport: ${HOSTPORT}
username: ${USERNAME}
password: ${PASSWORD}
environment:
platform: ${CLOUD_CONFIG}
tlsConfig:
certificate: ${CERTIFICATE_CRT}
hostNameInCertificate: ${HOSTNAMEINCERTIFICATE}
YML