diff --git a/recipes/newrelic/infrastructure/ohi/postgres/debian.yml b/recipes/newrelic/infrastructure/ohi/postgres/debian.yml index 5972b3770..30bdabba6 100644 --- a/recipes/newrelic/infrastructure/ohi/postgres/debian.yml +++ b/recipes/newrelic/infrastructure/ohi/postgres/debian.yml @@ -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}}'" diff --git a/recipes/newrelic/infrastructure/ohi/postgres/rhel.yml b/recipes/newrelic/infrastructure/ohi/postgres/rhel.yml index 38acdd9da..8a1811b98 100644 --- a/recipes/newrelic/infrastructure/ohi/postgres/rhel.yml +++ b/recipes/newrelic/infrastructure/ohi/postgres/rhel.yml @@ -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}}'"