File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
recipes/newrelic/infrastructure/ohi/postgres Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ logMatch:
32
32
# The newrelic-cli will use this integration name to check the config file(s)
33
33
# that were setup during the installation to ensure the integration
34
34
# runs properly with the defined environment variables
35
- validationIntegration : postgres
35
+ validationIntegration : postgresql
36
36
37
37
# DEPRECATED
38
38
validationNrql : " SELECT count(*) from PostgresqlDatabaseSample FACET entityGuid SINCE 10 minutes ago WHERE reportingAgent = '{{.INFRA_KEY}}'"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ logMatch:
39
39
# The newrelic-cli will use this integration name to check the config file(s)
40
40
# that were setup during the installation to ensure the integration
41
41
# runs properly with the defined environment variables
42
- validationIntegration : postgres
42
+ validationIntegration : postgresql
43
43
44
44
# DEPRECATED
45
45
validationNrql : " SELECT count(*) from PostgresqlDatabaseSample FACET entityGuid SINCE 10 minutes ago WHERE reportingAgent = '{{.INFRA_KEY}}'"
You can’t perform that action at this time.
0 commit comments