Skip to content

Commit

Permalink
Move http example config to example directory.
Browse files Browse the repository at this point in the history
Users keep on trying to use this with the agent,
so move it to where they're less likely to make that mistake.
  • Loading branch information
brian-brazil committed Feb 24, 2017
1 parent 1f1cf2f commit 7370721
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion run_sample_httpserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Script to run a java application for testing jmx4prometheus.

# Note: You can use localhost:5556 instead of 5556 for configuring socket hostname.
java -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=5555 -jar jmx_prometheus_httpserver/target/jmx_prometheus_httpserver-0.8-SNAPSHOT-jar-with-dependencies.jar 5556 sample_config.yml
java -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=5555 -jar jmx_prometheus_httpserver/target/jmx_prometheus_httpserver-0.8-SNAPSHOT-jar-with-dependencies.jar 5556 example_configs/httpserver_sample_config.yml

0 comments on commit 7370721

Please sign in to comment.