From 5121b95650ed73ed48633fae7a8490abab5d485a Mon Sep 17 00:00:00 2001 From: noahmmcgivern Date: Wed, 4 Oct 2023 13:55:01 -0400 Subject: [PATCH] fix: Postgresql validation integration --- recipes/newrelic/infrastructure/ohi/postgres/debian.yml | 2 +- recipes/newrelic/infrastructure/ohi/postgres/rhel.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}}'"