File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
recipes/newrelic/infrastructure/logs Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,16 @@ installTargets:
44
44
platform : " centos"
45
45
platformFamily : rhel
46
46
platformVersion : " ((7|8|9)\\ .?.*)"
47
+ - type : host
48
+ os : linux
49
+ platform : " rocky"
50
+ platformFamily : rhel
51
+ platformVersion : " ((7|8|9)\\ .?.*)"
52
+ - type : host
53
+ os : linux
54
+ platform : " almalinux"
55
+ platformFamily : rhel
56
+ platformVersion : " ((7|8|9)\\ .?.*)"
47
57
- type : host
48
58
os : linux
49
59
platformFamily : suse
@@ -165,7 +175,7 @@ install:
165
175
if [ $file_exist -gt 0 ]; then
166
176
target_log_files+=("/var/lib/docker/containers/*/*.log")
167
177
fi
168
-
178
+
169
179
if [[ "$NR_CLI_SKIP_LOGS" == "true" ]] ; then
170
180
target_log_files=()
171
181
target_discovered_log_files=()
Original file line number Diff line number Diff line change 237
237
" debian" ,
238
238
" centos" ,
239
239
" redhat" ,
240
- " suse"
240
+ " suse" ,
241
+ " rocky" ,
242
+ " almalinux"
241
243
],
242
244
"title" : " The platform schema" ,
243
245
"description" : " An explanation about the purpose of this instance." ,
You can’t perform that action at this time.
0 commit comments