Skip to content

Commit

Permalink
fix: Validation integration hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
noahmmcgivern committed Oct 4, 2023
1 parent 13ae883 commit db55cc1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion recipes/newrelic/infrastructure/ohi/mongodb/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ logMatch:
# The newrelic-cli will use this integration name to check the config file(s)
# that were setup during the installation to ensure the integration
# runs properly with the defined environment variables
validationIntegration: mongodb3
# validationIntegration: mongodb3

# DEPRECATED
validationNrql: "SELECT count(*) FROM Metric WHERE entity.type = 'MONGODB_INSTANCE' SINCE 10 minutes ago WHERE targetName LIKE '{{.INFRA_KEY}}%'"
Expand Down
2 changes: 1 addition & 1 deletion recipes/newrelic/infrastructure/ohi/mongodb/rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ logMatch:
# The newrelic-cli will use this integration name to check the config file(s)
# that were setup during the installation to ensure the integration
# runs properly with the defined environment variables
validationIntegration: mongodb3
# validationIntegration: mongodb3

# DEPRECATED
validationNrql: "SELECT count(*) FROM Metric WHERE entity.type = 'MONGODB_INSTANCE' SINCE 10 minutes ago WHERE targetName LIKE '{{.INFRA_KEY}}%'"
Expand Down
2 changes: 1 addition & 1 deletion recipes/newrelic/infrastructure/ohi/sql/ms-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ processMatch:
# The newrelic-cli will use this integration name to check the config file(s)
# that were setup during the installation to ensure the integration
# runs properly with the defined environment variables
validationIntegration: mssql
# validationIntegration: mssql

# DEPRECATED
validationNrql: "SELECT count(*) from MssqlInstanceSample FACET entityGuid SINCE 10 minutes ago WHERE reportingAgent = '{{.INFRA_KEY}}'"
Expand Down
2 changes: 1 addition & 1 deletion recipes/newrelic/infrastructure/ohi/sql/ms-sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ processMatch:
# The newrelic-cli will use this integration name to check the config file(s)
# that were setup during the installation to ensure the integration
# runs properly with the defined environment variables
validationIntegration: mssql
# validationIntegration: mssql

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

0 comments on commit db55cc1

Please sign in to comment.