File tree Expand file tree Collapse file tree 34 files changed +202
-25
lines changed
recipes/newrelic/infrastructure/ohi Expand file tree Collapse file tree 34 files changed +202
-25
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,12 @@ logMatch:
30
30
- name : apache error
31
31
file : /var/log/apache2/error.log
32
32
33
- # NRQL the newrelic-cli will use to validate the agent/integration this recipe
34
- # installed is successfully sending data to New Relic
33
+ # The newrelic-cli will use this integration name to check the config file(s)
34
+ # that were setup during the installation to ensure the integration
35
+ # runs properly with the defined environment variables
36
+ validationIntegration : apache
37
+
38
+ # DEPRECATED
35
39
validationNrql : " SELECT count(*) from ApacheSample FACET entityGuid SINCE 10 minutes ago WHERE reportingAgent = '{{.INFRA_KEY}}'"
36
40
37
41
preInstall :
Original file line number Diff line number Diff line change @@ -39,8 +39,12 @@ logMatch:
39
39
- name : apache error
40
40
file : /var/log/httpd/*error_log
41
41
42
- # NRQL the newrelic-cli will use to validate the agent/integration this recipe
43
- # installed is successfully sending data to New Relic
42
+ # The newrelic-cli will use this integration name to check the config file(s)
43
+ # that were setup during the installation to ensure the integration
44
+ # runs properly with the defined environment variables
45
+ validationIntegration : apache
46
+
47
+ # DEPRECATED
44
48
validationNrql : " SELECT count(*) from ApacheSample FACET entityGuid SINCE 10 minutes ago WHERE reportingAgent = '{{.INFRA_KEY}}'"
45
49
46
50
preInstall :
Original file line number Diff line number Diff line change @@ -36,6 +36,12 @@ logMatch:
36
36
- name : cassandra-debug
37
37
file : /var/log/cassandra/debug.log*
38
38
39
+ # The newrelic-cli will use this integration name to check the config file(s)
40
+ # that were setup during the installation to ensure the integration
41
+ # runs properly with the defined environment variables
42
+ validationIntegration : cassandra
43
+
44
+ # DEPRECATED
39
45
validationNrql : " SELECT count(*) from CassandraSample SINCE 10 minutes ago WHERE reportingAgent = '{{.INFRA_KEY}}'"
40
46
41
47
successLinkConfig :
Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ logMatch:
40
40
- name : cassandra-debug
41
41
file : /var/log/cassandra/debug.log*
42
42
43
+ # The newrelic-cli will use this integration name to check the config file(s)
44
+ # that were setup during the installation to ensure the integration
45
+ # runs properly with the defined environment variables
46
+ validationIntegration : cassandra
47
+
48
+ # DEPRECATED
43
49
validationNrql : " SELECT count(*) from CassandraSample SINCE 10 minutes ago WHERE reportingAgent = '{{.INFRA_KEY}}'"
44
50
45
51
successLinkConfig :
Original file line number Diff line number Diff line change @@ -25,8 +25,12 @@ keywords:
25
25
processMatch :
26
26
- consul
27
27
28
- # NRQL the newrelic-cli will use to validate the agent/integration this recipe
29
- # installed is successfully sending data to New Relic
28
+ # The newrelic-cli will use this integration name to check the config file(s)
29
+ # that were setup during the installation to ensure the integration
30
+ # runs properly with the defined environment variables
31
+ validationIntegration : consul
32
+
33
+ # DEPRECATED
30
34
validationNrql : " SELECT count(*) from ConsulAgentSample FACET entityGuid SINCE 20 minutes ago WHERE reportingAgent = '{{.INFRA_KEY}}'"
31
35
32
36
# Prompts for input from the user. These variables then become
Original file line number Diff line number Diff line change @@ -28,8 +28,12 @@ keywords:
28
28
processMatch :
29
29
- consul
30
30
31
- # Matches partial list of the Log forwarding parameters
31
+ # The newrelic-cli will use this integration name to check the config file(s)
32
+ # that were setup during the installation to ensure the integration
33
+ # runs properly with the defined environment variables
34
+ validationIntegration : consul
32
35
36
+ # DEPRECATED
33
37
validationNrql : " SELECT count(*) from ConsulAgentSample FACET entityGuid SINCE 20 minutes ago WHERE reportingAgent = '{{.INFRA_KEY}}'"
34
38
35
39
inputVars :
Original file line number Diff line number Diff line change @@ -31,6 +31,12 @@ logMatch:
31
31
- name : Couchbase General
32
32
file : /opt/couchbase/var/lib/couchbase/logs/couchdb.log
33
33
34
+ # The newrelic-cli will use this integration name to check the config file(s)
35
+ # that were setup during the installation to ensure the integration
36
+ # runs properly with the defined environment variables
37
+ validationIntegration : couchbase
38
+
39
+ # DEPRECATED
34
40
validationNrql : " SELECT count(*) from CouchbaseNodeSample FACET entityGuid SINCE 10 minutes ago WHERE reportingAgent = '{{.INFRA_KEY}}'"
35
41
36
42
inputVars :
Original file line number Diff line number Diff line change @@ -35,6 +35,12 @@ logMatch:
35
35
- name : Couchbase General
36
36
file : /opt/couchbase/var/lib/couchbase/logs/couchdb.log
37
37
38
+ # The newrelic-cli will use this integration name to check the config file(s)
39
+ # that were setup during the installation to ensure the integration
40
+ # runs properly with the defined environment variables
41
+ validationIntegration : couchbase
42
+
43
+ # DEPRECATED
38
44
validationNrql : " SELECT count(*) from CouchbaseNodeSample FACET entityGuid SINCE 10 minutes ago WHERE reportingAgent = '{{.INFRA_KEY}}'"
39
45
40
46
inputVars :
Original file line number Diff line number Diff line change @@ -30,6 +30,12 @@ logMatch:
30
30
- name : elasticsearch
31
31
file : /var/log/elasticsearch/elasticsearch*.log
32
32
33
+ # The newrelic-cli will use this integration name to check the config file(s)
34
+ # that were setup during the installation to ensure the integration
35
+ # runs properly with the defined environment variables
36
+ validationIntegration : elasticsearch
37
+
38
+ # DEPRECATED
33
39
validationNrql : " SELECT count(*) from ElasticsearchClusterSample FACET entityGuid SINCE 10 minutes ago WHERE reportingAgent = '{{.INFRA_KEY}}'"
34
40
35
41
successLinkConfig :
Original file line number Diff line number Diff line change @@ -33,6 +33,12 @@ logMatch:
33
33
- name : elasticsearch
34
34
file : /var/log/elasticsearch/elasticsearch*.log
35
35
36
+ # The newrelic-cli will use this integration name to check the config file(s)
37
+ # that were setup during the installation to ensure the integration
38
+ # runs properly with the defined environment variables
39
+ validationIntegration : elasticsearch
40
+
41
+ # DEPRECATED
36
42
validationNrql : " SELECT count(*) from ElasticsearchClusterSample FACET entityGuid SINCE 10 minutes ago WHERE reportingAgent = '{{.INFRA_KEY}}'"
37
43
38
44
successLinkConfig :
You can’t perform that action at this time.
0 commit comments