Skip to content

Commit

Permalink
feat: Mongodb local validation (#1096)
Browse files Browse the repository at this point in the history
feat: Mongodb local validation
  • Loading branch information
noahmmcgivern authored Jul 23, 2024
1 parent 6c6b59d commit 7221c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit 7221c08

Please sign in to comment.