diff --git a/CHANGELOG.md b/CHANGELOG.md index 4055e312..f3dd856f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ Changes # 1.2.0 / Unreleased +* [FEATURE] Add `sock` parameter to MySQL check configuration, [#105][] [@thisismana][] * [FEATURE] Add more parameters to the haproxy templte to collect status metrics, [#103][] [@evan2645][] & [@miketheman][] * [FEATURE] `datadog::mongo` recipe now installs `pymongo` and prerequisites, [#81][] [@dwradcliffe][] * [FEATURE] Allow attribute control over whether to allow the local Agent to handle non-local traffic, [#100][] [@coosh][] @@ -173,6 +174,7 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit [#100]: https://github.com/DataDog/chef-datadog/issues/100 [#101]: https://github.com/DataDog/chef-datadog/issues/101 [#103]: https://github.com/DataDog/chef-datadog/issues/103 +[#105]: https://github.com/DataDog/chef-datadog/issues/105 [@JoeDeVries]: https://github.com/JoeDeVries [@alexism]: https://github.com/alexism [@alq]: https://github.com/alq @@ -195,4 +197,5 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit [@remh]: https://github.com/remh [@ryandjurovich]: https://github.com/ryandjurovich [@schisamo]: https://github.com/schisamo +[@thisismana]: https://github.com/thisismana [@timusg]: https://github.com/timusg diff --git a/recipes/mysql.rb b/recipes/mysql.rb index f62099f4..3ca3490e 100644 --- a/recipes/mysql.rb +++ b/recipes/mysql.rb @@ -11,7 +11,7 @@ # 'server' => "localhost", # 'user' => "my_username", # 'pass' => "my_password", -# 'sock" => "/path/to/mysql.sock", +# 'sock' => "/path/to/mysql.sock", # 'tags' => ["prod"], # 'options' => [ # "replication: 0",