File tree Expand file tree Collapse file tree 28 files changed +55
-55
lines changed
recipes/newrelic/infrastructure/ohi Expand file tree Collapse file tree 28 files changed +55
-55
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ install:
118
118
# versus remote entities:
119
119
# https://github.com/newrelic/infra-integrations-sdk/blob/master/docs/entity-definition.md
120
120
REMOTE_MONITORING: true
121
- interval: 15
121
+ interval: 15s
122
122
123
123
- name: nri-apache
124
124
env:
@@ -134,7 +134,7 @@ install:
134
134
# https://github.com/newrelic/infra-integrations-sdk/blob/master/docs/entity-definition.md
135
135
REMOTE_MONITORING: true
136
136
inventory_source: config/apache
137
- interval: 60
137
+ interval: 60s
138
138
EOT
139
139
140
140
restart :
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ install:
174
174
# versus remote entities:
175
175
# https://github.com/newrelic/infra-integrations-sdk/blob/master/docs/entity-definition.md
176
176
REMOTE_MONITORING: true
177
- interval: 15
177
+ interval: 15s
178
178
179
179
- name: nri-apache
180
180
env:
@@ -190,7 +190,7 @@ install:
190
190
# https://github.com/newrelic/infra-integrations-sdk/blob/master/docs/entity-definition.md
191
191
REMOTE_MONITORING: true
192
192
inventory_source: config/apache
193
- interval: 60
193
+ interval: 60s
194
194
195
195
EOT
196
196
Original file line number Diff line number Diff line change @@ -114,15 +114,15 @@ install:
114
114
USERNAME: {{.NR_CLI_DB_USERNAME}}
115
115
PASSWORD: {{.NR_CLI_DB_PASSWORD}}
116
116
REMOTE_MONITORING: true
117
- interval: 30
117
+ interval: 30s
118
118
- name: nri-cassandra
119
119
env:
120
120
INVENTORY: true
121
121
HOSTNAME: {{.NR_CLI_DB_HOSTNAME}}
122
122
CONFIG_PATH: /etc/cassandra/cassandra.yaml
123
123
REMOTE_MONITORING: true
124
124
inventory_source: config/cassandra
125
- interval: 60
125
+ interval: 60s
126
126
EOT
127
127
128
128
restart :
Original file line number Diff line number Diff line change @@ -117,15 +117,15 @@ install:
117
117
USERNAME: {{.NR_CLI_DB_USERNAME}}
118
118
PASSWORD: {{.NR_CLI_DB_PASSWORD}}
119
119
REMOTE_MONITORING: true
120
- interval: 30
120
+ interval: 30s
121
121
- name: nri-cassandra
122
122
env:
123
123
INVENTORY: true
124
124
HOSTNAME: {{.NR_CLI_DB_HOSTNAME}}
125
125
CONFIG_PATH: /etc/cassandra/conf/cassandra.yaml
126
126
REMOTE_MONITORING: true
127
127
inventory_source: config/cassandra
128
- interval: 60
128
+ interval: 60s
129
129
EOT
130
130
131
131
restart :
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ install:
107
107
PORT: {{.NR_CLI_PORT}}
108
108
ENABLE_SSL: {{.NR_CLI_ENABLE_SSL}}
109
109
inventory_source: config/consul
110
- interval: 15
110
+ interval: 15s
111
111
EOT
112
112
else
113
113
sudo tee /etc/newrelic-infra/integrations.d/consul-config.yml > /dev/null <<"EOT"
@@ -121,7 +121,7 @@ install:
121
121
CA_BUNDLE_DIR: {{.NR_CLI_BUNDLE_DIR}}
122
122
CA_BUNDLE_FILE: {{.NR_CLI_FILE_DIR}}
123
123
inventory_source: config/consul
124
- interval: 15
124
+ interval: 15s
125
125
EOT
126
126
fi
127
127
else
@@ -135,7 +135,7 @@ install:
135
135
TOKEN: {{.NR_CLI_TOKEN}}
136
136
ENABLE_SSL: {{.NR_CLI_ENABLE_SSL}}
137
137
inventory_source: config/consul
138
- interval: 15
138
+ interval: 15s
139
139
EOT
140
140
else
141
141
sudo tee /etc/newrelic-infra/integrations.d/consul-config.yml > /dev/null <<"EOT"
@@ -150,7 +150,7 @@ install:
150
150
CA_BUNDLE_DIR: {{.NR_CLI_BUNDLE_DIR}}
151
151
CA_BUNDLE_FILE: {{.NR_CLI_FILE_DIR}}
152
152
inventory_source: config/consul
153
- interval: 15
153
+ interval: 15s
154
154
EOT
155
155
fi
156
156
fi
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ install:
107
107
PORT: {{.NR_CLI_PORT}}
108
108
ENABLE_SSL: {{.NR_CLI_ENABLE_SSL}}
109
109
inventory_source: config/consul
110
- interval: 15
110
+ interval: 15s
111
111
EOT
112
112
else
113
113
sudo tee /etc/newrelic-infra/integrations.d/consul-config.yml > /dev/null <<"EOT"
@@ -121,7 +121,7 @@ install:
121
121
CA_BUNDLE_DIR: {{.NR_CLI_BUNDLE_DIR}}
122
122
CA_BUNDLE_FILE: {{.NR_CLI_FILE_DIR}}
123
123
inventory_source: config/consul
124
- interval: 15
124
+ interval: 15s
125
125
EOT
126
126
fi
127
127
else
@@ -135,7 +135,7 @@ install:
135
135
TOKEN: {{.NR_CLI_TOKEN}}
136
136
ENABLE_SSL: {{.NR_CLI_ENABLE_SSL}}
137
137
inventory_source: config/consul
138
- interval: 15
138
+ interval: 15s
139
139
EOT
140
140
else
141
141
sudo tee /etc/newrelic-infra/integrations.d/consul-config.yml > /dev/null <<"EOT"
@@ -150,7 +150,7 @@ install:
150
150
CA_BUNDLE_DIR: {{.NR_CLI_BUNDLE_DIR}}
151
151
CA_BUNDLE_FILE: {{.NR_CLI_FILE_DIR}}
152
152
inventory_source: config/consul
153
- interval: 15
153
+ interval: 15s
154
154
EOT
155
155
fi
156
156
fi
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ install:
114
114
PASSWORD: {{.NR_CLI_DB_PASSWORD}}
115
115
USE_SSL: {{.NR_CLI_API_USE_SSL}}
116
116
inventory_source: config/couchbase
117
- interval: 15
117
+ interval: 15s
118
118
EOT
119
119
else
120
120
sudo tee -a /etc/newrelic-infra/integrations.d/couchbase-config.yml > /dev/null <<"EOT"
@@ -130,7 +130,7 @@ install:
130
130
CA_BUNDLE_DIR: {{.NR_CLI_API_CA_BUNDLE_DIR}}
131
131
CA_BUNDLE_FILE: {{.NR_CLI_API_CA_BUNDLE_FILE}}
132
132
inventory_source: config/couchbase
133
- interval: 15
133
+ interval: 15s
134
134
EOT
135
135
fi
136
136
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ install:
118
118
PASSWORD: {{.NR_CLI_DB_PASSWORD}}
119
119
USE_SSL: {{.NR_CLI_API_USE_SSL}}
120
120
inventory_source: config/couchbase
121
- interval: 15
121
+ interval: 15s
122
122
EOT
123
123
else
124
124
sudo tee -a /etc/newrelic-infra/integrations.d/couchbase-config.yml > /dev/null <<"EOT"
@@ -134,7 +134,7 @@ install:
134
134
CA_BUNDLE_DIR: {{.NR_CLI_API_CA_BUNDLE_DIR}}
135
135
CA_BUNDLE_FILE: {{.NR_CLI_API_CA_BUNDLE_FILE}}
136
136
inventory_source: config/couchbase
137
- interval: 15
137
+ interval: 15s
138
138
EOT
139
139
fi
140
140
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ install:
138
138
COLLECT_INDICES: true
139
139
COLLECT_PRIMARIES: true
140
140
inventory_source: config/elasticsearch
141
- interval: 15
141
+ interval: 15s
142
142
EOT
143
143
else
144
144
sudo tee -a /etc/newrelic-infra/integrations.d/elasticsearch-config.yml > /dev/null <<"EOT"
@@ -158,7 +158,7 @@ install:
158
158
COLLECT_INDICES: true
159
159
COLLECT_PRIMARIES: true
160
160
inventory_source: config/elasticsearch
161
- interval: 15
161
+ interval: 15s
162
162
EOT
163
163
fi
164
164
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ install:
140
140
COLLECT_INDICES: true
141
141
COLLECT_PRIMARIES: true
142
142
inventory_source: config/elasticsearch
143
- interval: 15
143
+ interval: 15s
144
144
EOT
145
145
else
146
146
sudo tee -a /etc/newrelic-infra/integrations.d/elasticsearch-config.yml > /dev/null <<"EOT"
@@ -160,7 +160,7 @@ install:
160
160
COLLECT_INDICES: true
161
161
COLLECT_PRIMARIES: true
162
162
inventory_source: config/elasticsearch
163
- interval: 15
163
+ interval: 15s
164
164
EOT
165
165
fi
166
166
You can’t perform that action at this time.
0 commit comments