diff --git a/CHANGELOG.md b/CHANGELOG.md index fa56f12c06..b7d6e1e58a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -157,6 +157,7 @@ See [#1908][] * [BUGFIX] Google Compute Engine: Update hostname to be unique. See [#1736][], [#1737][] * [BUGFIX] HTTP Check: Handle `requests` timeout exceptions to send the appropriate service check. See [#1761][] * [BUGFIX] JMXFetch: Do not override service checks's `host` tag with JMX host. See [#66](https://github.com/DataDog/jmxfetch/issues/66) +* [BUGFIX] JMXFetch: Do not send service check warnings on metric limit violation. See [#73](https://github.com/DataDog/jmxfetch/issues/73) * [BUGFIX] JMXFetch: Fix collector logs being duplicated to JMXFetch ones. See [#1852][] * [BUGFIX] JMXFetch: Fix indentation in the configuration YAML example file. See [#1774][] * [BUGFIX] Mesos: Do not fail if no cluster name is found. See [#1843][] @@ -2119,4 +2120,4 @@ If you use ganglia, you want this version. [@ulich]: https://github.com/ulich [@walkeran]: https://github.com/walkeran [@warnerpr-cyan]: https://github.com/warnerpr-cyan -[@yyamano]: https://github.com/yyamano \ No newline at end of file +[@yyamano]: https://github.com/yyamano diff --git a/checks/libs/jmxfetch-0.8.0-jar-with-dependencies.jar b/checks/libs/jmxfetch-0.8.0-jar-with-dependencies.jar index 5093e7f638..9e859a42b7 100644 Binary files a/checks/libs/jmxfetch-0.8.0-jar-with-dependencies.jar and b/checks/libs/jmxfetch-0.8.0-jar-with-dependencies.jar differ