Skip to content

Commit

Permalink
Merge pull request #983 from newrelic/fix/postgresql-validation-integ…
Browse files Browse the repository at this point in the history
…ration

fix: Postgresql validation integration
  • Loading branch information
noahmmcgivern authored Oct 4, 2023
2 parents 2724395 + 5121b95 commit 13ae883
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/postgres/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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: postgres
validationIntegration: postgresql

# DEPRECATED
validationNrql: "SELECT count(*) from PostgresqlDatabaseSample FACET entityGuid SINCE 10 minutes ago WHERE reportingAgent = '{{.INFRA_KEY}}'"
Expand Down
2 changes: 1 addition & 1 deletion recipes/newrelic/infrastructure/ohi/postgres/rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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: postgres
validationIntegration: postgresql

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

0 comments on commit 13ae883

Please sign in to comment.