File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
src/roles/configuration_checks/tasks/files Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -88,15 +88,6 @@ enums:
8888 - table : &table "table"
8989 - report : &report [*check, *section, *table]
9090
91- # Following Checks for networking
92- # No of network interface 1
93- # Network Interface DJWP2-SECE-SAP01-RH7_rh7scs_z1_00l986-nic
94- # Subnet DJWP2-SECE-SAP01_app-subnet
95- # Accelerated Networking Enabled
96- # No of IP configurations 2
97- # IP Details #1 172.235.2.12
98- # IP Details #2 172.235.2.13
99-
10091checks :
10192 - id : " NET-0001"
10293 name : " No of network interface"
Original file line number Diff line number Diff line change @@ -265,18 +265,15 @@ checks:
265265 severity : *info
266266 workload : *workload
267267 applicability :
268- os_type : [*suse, *redhat, *oraclelinux]
269- os_version : *all_versions
268+ os_type : [*suse]
270269 hardware_type : *vm
271- role : *role
272- database_type : *db
273270 collector_type : *command
274271 collector_args :
275272 command : " /bin/cat /etc/os-release | grep VARIANT_ID | cut -d '=' -f2 | tr -d '\" '"
276273 user : *root
277274 report : *check
278275
279- - id : " IC-0012 "
276+ - id : " IC-0013 "
280277 name : " OS Timezone"
281278 description : " Checks the OS timezone"
282279 category : *vm_check
You can’t perform that action at this time.
0 commit comments