Skip to content

Commit c33558d

Browse files
authored
Merge pull request #984 from newrelic/fix/validation-integration-hotfix
fix: Validation integration hotfix
2 parents 13ae883 + db55cc1 commit c33558d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

recipes/newrelic/infrastructure/ohi/mongodb/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ logMatch:
3838
# The newrelic-cli will use this integration name to check the config file(s)
3939
# that were setup during the installation to ensure the integration
4040
# runs properly with the defined environment variables
41-
validationIntegration: mongodb3
41+
# validationIntegration: mongodb3
4242

4343
# DEPRECATED
4444
validationNrql: "SELECT count(*) FROM Metric WHERE entity.type = 'MONGODB_INSTANCE' SINCE 10 minutes ago WHERE targetName LIKE '{{.INFRA_KEY}}%'"

recipes/newrelic/infrastructure/ohi/mongodb/rhel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ logMatch:
3838
# The newrelic-cli will use this integration name to check the config file(s)
3939
# that were setup during the installation to ensure the integration
4040
# runs properly with the defined environment variables
41-
validationIntegration: mongodb3
41+
# validationIntegration: mongodb3
4242

4343
# DEPRECATED
4444
validationNrql: "SELECT count(*) FROM Metric WHERE entity.type = 'MONGODB_INSTANCE' SINCE 10 minutes ago WHERE targetName LIKE '{{.INFRA_KEY}}%'"

recipes/newrelic/infrastructure/ohi/sql/ms-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ processMatch:
2424
# The newrelic-cli will use this integration name to check the config file(s)
2525
# that were setup during the installation to ensure the integration
2626
# runs properly with the defined environment variables
27-
validationIntegration: mssql
27+
# validationIntegration: mssql
2828

2929
# DEPRECATED
3030
validationNrql: "SELECT count(*) from MssqlInstanceSample FACET entityGuid SINCE 10 minutes ago WHERE reportingAgent = '{{.INFRA_KEY}}'"

recipes/newrelic/infrastructure/ohi/sql/ms-sql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ processMatch:
2424
# The newrelic-cli will use this integration name to check the config file(s)
2525
# that were setup during the installation to ensure the integration
2626
# runs properly with the defined environment variables
27-
validationIntegration: mssql
27+
# validationIntegration: mssql
2828

2929
# DEPRECATED
3030
validationNrql: "SELECT count(*) from MssqlInstanceSample FACET entityGuid SINCE 10 minutes ago WHERE reportingAgent = '{{.INFRA_KEY}}'"

0 commit comments

Comments
 (0)