Skip to content

Commit 13ae883

Browse files
authored
Merge pull request #983 from newrelic/fix/postgresql-validation-integration
fix: Postgresql validation integration
2 parents 2724395 + 5121b95 commit 13ae883

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ logMatch:
3232
# The newrelic-cli will use this integration name to check the config file(s)
3333
# that were setup during the installation to ensure the integration
3434
# runs properly with the defined environment variables
35-
validationIntegration: postgres
35+
validationIntegration: postgresql
3636

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

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

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

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

0 commit comments

Comments
 (0)