Skip to content

Commit

Permalink
configure samples to prefer JMX. one has it enabled, the other does not
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Mar 3, 2023
1 parent 220fe8b commit 9459a3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smoketest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ runDemoApps() {
--env CRYOSTAT_AGENT_BASEURI="${protocol}://localhost:${webPort}/" \
--env CRYOSTAT_AGENT_TRUST_ALL="true" \
--env CRYOSTAT_AGENT_AUTHORIZATION="Basic $(echo user:pass | base64)" \
--env CRYOSTAT_AGENT_REGISTRATION_PREFER_JMX="true" \
--env CRYOSTAT_AGENT_HARVESTER_PERIOD_MS=60000 \
--env CRYOSTAT_AGENT_HARVESTER_MAX_FILES=10 \
--rm -d quay.io/andrewazores/quarkus-test:latest
Expand All @@ -171,6 +172,7 @@ runDemoApps() {
--env CRYOSTAT_AGENT_BASEURI="${protocol}://localhost:${webPort}/" \
--env CRYOSTAT_AGENT_TRUST_ALL="true" \
--env CRYOSTAT_AGENT_AUTHORIZATION="Basic $(echo user:pass | base64)" \
--env CRYOSTAT_AGENT_REGISTRATION_PREFER_JMX="true" \
--rm -d quay.io/andrewazores/quarkus-test:latest

# copy a jboss-client.jar into /clientlib first
Expand Down

0 comments on commit 9459a3b

Please sign in to comment.