Skip to content

Commit

Permalink
Update sonarqube-monitoring-integration.mdx
Browse files Browse the repository at this point in the history
Examples were specifying the wrong files (host connection files instead of metric collection files) as the COLLECTION_FILES.
  • Loading branch information
alaiavee committed May 9, 2024
1 parent 78b0a80 commit d16b036
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ To use the SonarQube integration, you need to also [install our JMX monitoring i
integrations:
- name: nri-jmx
env:
COLLECTION_FILES: /etc/newrelic-infra/integrations.d/jmx-sonarqube-web-config.yml
COLLECTION_FILES: /etc/newrelic-infra/integrations.d/jvm-sonarqube-compute-engine-metrics.yml
JMX_HOST: <YOUR_HOST>
JMX_PASS: admin
JMX_PORT: 9010
Expand All @@ -199,7 +199,7 @@ To use the SonarQube integration, you need to also [install our JMX monitoring i
integrations:
- name: nri-jmx
env:
COLLECTION_FILES: /etc/newrelic-infra/integrations.d/jmx-sonarqube-compute-engine-config.yml
COLLECTION_FILES: /etc/newrelic-infra/integrations.d/jvm-sonarqube-web-metrics.yml
JMX_HOST: <YOUR_HOST>
JMX_PASS: admin
JMX_PORT: 9011
Expand Down

0 comments on commit d16b036

Please sign in to comment.