File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
recipes/newrelic/infrastructure/ohi Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ logMatch:
38
38
# The newrelic-cli will use this integration name to check the config file(s)
39
39
# that were setup during the installation to ensure the integration
40
40
# runs properly with the defined environment variables
41
- validationIntegration : mongodb3
41
+ # validationIntegration: mongodb3
42
42
43
43
# DEPRECATED
44
44
validationNrql : " SELECT count(*) FROM Metric WHERE entity.type = 'MONGODB_INSTANCE' SINCE 10 minutes ago WHERE targetName LIKE '{{.INFRA_KEY}}%'"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ logMatch:
38
38
# The newrelic-cli will use this integration name to check the config file(s)
39
39
# that were setup during the installation to ensure the integration
40
40
# runs properly with the defined environment variables
41
- validationIntegration : mongodb3
41
+ # validationIntegration: mongodb3
42
42
43
43
# DEPRECATED
44
44
validationNrql : " SELECT count(*) FROM Metric WHERE entity.type = 'MONGODB_INSTANCE' SINCE 10 minutes ago WHERE targetName LIKE '{{.INFRA_KEY}}%'"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ processMatch:
24
24
# The newrelic-cli will use this integration name to check the config file(s)
25
25
# that were setup during the installation to ensure the integration
26
26
# runs properly with the defined environment variables
27
- validationIntegration : mssql
27
+ # validationIntegration: mssql
28
28
29
29
# DEPRECATED
30
30
validationNrql : " SELECT count(*) from MssqlInstanceSample FACET entityGuid SINCE 10 minutes ago WHERE reportingAgent = '{{.INFRA_KEY}}'"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ processMatch:
24
24
# The newrelic-cli will use this integration name to check the config file(s)
25
25
# that were setup during the installation to ensure the integration
26
26
# runs properly with the defined environment variables
27
- validationIntegration : mssql
27
+ # validationIntegration: mssql
28
28
29
29
# DEPRECATED
30
30
validationNrql : " SELECT count(*) from MssqlInstanceSample FACET entityGuid SINCE 10 minutes ago WHERE reportingAgent = '{{.INFRA_KEY}}'"
You can’t perform that action at this time.
0 commit comments