✓ Solved

how to intergrate managed mysql database and datadog agent ?

datadog agent require those params when mysql connection should use ssl.

# ssl:
#   key: <KEY_FILE_PATH>
#   cert: <CERT_FILE_PATH>
#   ca: <CA_PATH_FILE>
#   check_hostname: true

ca file is provided, but how can i generate or get others ? (key & cert)

regards.

1 Reply

✓ Best Answer

i found solution myself.

data agent config should be as following.

   ssl:
      verify_mode: None

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct