Skip to content

mysql-diag job from mysql-monitoring/10.41.0

Github source: c2cdd39e or master branch

Properties

db_password

MySQL password to connect to cluster nodes

db_tls

ca

PEM-encoded CA certificate used to verify the MySQL server’s TLS certificate. When set, mysql-diag verifies the server’s certificate chain. When omitted, TLS is still used but the server certificate is not verified.

server_name

Expected server name (SNI) for the MySQL server’s TLS certificate. Required when db_tls.ca is set; enables full CA chain and hostname verification. Must not be set without db_tls.ca.

db_username

MySQL username to connect to cluster nodes

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/mysql-diag/ directory (learn more).

  • bin/pre-start (from pre-start.erb)
  • config/mysql-diag-config.yml (from mysql-diag-config.yml.erb)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.