diff --git a/conf.d/jmx.yaml.example b/conf.d/jmx.yaml.example index d239da7e10..3954d19f22 100644 --- a/conf.d/jmx.yaml.example +++ b/conf.d/jmx.yaml.example @@ -6,7 +6,7 @@ instances: # user: username # password: password # process_name_regex: .*process_name.* # Instead of specifying a host, and port. The agent can connect using the attach api. - # # This requires the JDK to be installed and the path to tools.jar to be set below. + # # This requires the JDK to be installed and the path to tools.jar to be set below. # tools_jar_path: /usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar # To be set when process_name_regex is set # name: jmx_instance # # java_bin_path: /path/to/java # Optional, should be set if the agent cannot find your java executable