From db55cc103ae08fcb2b01ca2ffbe66bcee58ad51e Mon Sep 17 00:00:00 2001 From: noahmmcgivern Date: Wed, 4 Oct 2023 15:21:45 -0400 Subject: [PATCH] fix: Validation integration hotfix --- recipes/newrelic/infrastructure/ohi/mongodb/debian.yml | 2 +- recipes/newrelic/infrastructure/ohi/mongodb/rhel.yml | 2 +- recipes/newrelic/infrastructure/ohi/sql/ms-linux.yml | 2 +- recipes/newrelic/infrastructure/ohi/sql/ms-sql.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/newrelic/infrastructure/ohi/mongodb/debian.yml b/recipes/newrelic/infrastructure/ohi/mongodb/debian.yml index 24b9d29c5..aaba558e0 100644 --- a/recipes/newrelic/infrastructure/ohi/mongodb/debian.yml +++ b/recipes/newrelic/infrastructure/ohi/mongodb/debian.yml @@ -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}}%'" diff --git a/recipes/newrelic/infrastructure/ohi/mongodb/rhel.yml b/recipes/newrelic/infrastructure/ohi/mongodb/rhel.yml index 7a9c7d6bd..b2bb6aaea 100644 --- a/recipes/newrelic/infrastructure/ohi/mongodb/rhel.yml +++ b/recipes/newrelic/infrastructure/ohi/mongodb/rhel.yml @@ -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}}%'" diff --git a/recipes/newrelic/infrastructure/ohi/sql/ms-linux.yml b/recipes/newrelic/infrastructure/ohi/sql/ms-linux.yml index e0f818d41..533547601 100644 --- a/recipes/newrelic/infrastructure/ohi/sql/ms-linux.yml +++ b/recipes/newrelic/infrastructure/ohi/sql/ms-linux.yml @@ -24,7 +24,7 @@ processMatch: # 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: mssql +# validationIntegration: mssql # DEPRECATED validationNrql: "SELECT count(*) from MssqlInstanceSample FACET entityGuid SINCE 10 minutes ago WHERE reportingAgent = '{{.INFRA_KEY}}'" diff --git a/recipes/newrelic/infrastructure/ohi/sql/ms-sql.yml b/recipes/newrelic/infrastructure/ohi/sql/ms-sql.yml index 8a5489962..0a32fe36a 100644 --- a/recipes/newrelic/infrastructure/ohi/sql/ms-sql.yml +++ b/recipes/newrelic/infrastructure/ohi/sql/ms-sql.yml @@ -24,7 +24,7 @@ processMatch: # 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: mssql +# validationIntegration: mssql # DEPRECATED validationNrql: "SELECT count(*) from MssqlInstanceSample FACET entityGuid SINCE 10 minutes ago WHERE reportingAgent = '{{.INFRA_KEY}}'"