diff --git a/MANIFEST.in b/MANIFEST.in index a707735d84..d9da3e8786 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ include datadog.conf.example include checks/libs/jmxterm-1.0-alpha-4-uber.jar -include checks/libs/jmxfetch-0.10.0-jar-with-dependencies.jar +include checks/libs/jmxfetch-0.11.0-jar-with-dependencies.jar diff --git a/checks/libs/jmxfetch-0.10.0-jar-with-dependencies.jar b/checks/libs/jmxfetch-0.11.0-jar-with-dependencies.jar similarity index 94% rename from checks/libs/jmxfetch-0.10.0-jar-with-dependencies.jar rename to checks/libs/jmxfetch-0.11.0-jar-with-dependencies.jar index 9baf1b19cb..f660baa2b0 100644 Binary files a/checks/libs/jmxfetch-0.10.0-jar-with-dependencies.jar and b/checks/libs/jmxfetch-0.11.0-jar-with-dependencies.jar differ diff --git a/utils/jmx.py b/utils/jmx.py index da3004e423..404e016728 100644 --- a/utils/jmx.py +++ b/utils/jmx.py @@ -18,7 +18,7 @@ from utils.platform import Platform # JMXFetch java version -JMX_FETCH_JAR_NAME = "jmxfetch-0.10.0-jar-with-dependencies.jar" +JMX_FETCH_JAR_NAME = "jmxfetch-0.11.0-jar-with-dependencies.jar" log = logging.getLogger(__name__)