Skip to content

Commit 4aab93a

Browse files
cecile75olivielpeau
authored andcommitted
[docs] Consistency between explanation and example - minor change (#1222)
[skip ci]
1 parent 6a97a31 commit 4aab93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/beta.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ and `<check list>` corresponds to a list of valid `yaml` configurations in
119119

120120
Example:
121121
```
122-
/usr/bin/java -Xmx200m -Xms50m -classpath /usr/lib/jvm/java-8-oracle/lib/tools.jar:/opt/datadog-agent6/bin/agent/dist/jmx/jmxfetch-0.17.0-jar-with-dependencies.jar org.datadog.jmxfetch.App --check cassandra.yaml jmx.yaml --conf_directory /etc/datadog-agent/conf.d --log_level INFO --log_location /opt/datadog-agent6/bin/agent/dist/jmx/jmxfetch.log --reporter console list_everything
122+
/usr/bin/java -Xmx200m -Xms50m -classpath /usr/lib/jvm/java-8-oracle/lib/tools.jar:/opt/datadog-agent6/bin/agent/dist/jmx/jmxfetch-0.17.0-jar-with-dependencies.jar org.datadog.jmxfetch.App --check cassandra.d/conf.yaml jmx.d/conf.yaml --conf_directory /etc/datadog-agent/conf.d --log_level INFO --log_location /opt/datadog-agent6/bin/agent/dist/jmx/jmxfetch.log --reporter console list_everything
123123
```
124124

125125
Note: the location to the JRE tools.jar (`/usr/lib/jvm/java-8-oracle/lib/tools.jar`

0 commit comments

Comments
 (0)