From e00788b04d65f17e1d238b987a84aa2680de7e70 Mon Sep 17 00:00:00 2001 From: noahmmcgivern Date: Wed, 31 Jul 2024 10:52:58 -0400 Subject: [PATCH] feat: Local validation mssql --- recipes/newrelic/infrastructure/ohi/sql/ms-sql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/newrelic/infrastructure/ohi/sql/ms-sql.yml b/recipes/newrelic/infrastructure/ohi/sql/ms-sql.yml index 0a32fe36a..8a5489962 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}}'"