fauxhai 5.1.0 → 5.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,279 +1,1481 @@
1
1
  {
2
- "filesystem": {
3
- "/dev/mapper/rhel-root": {
4
- "kb_size": "8869888",
5
- "kb_used": "1096428",
6
- "kb_available": "7773460",
7
- "percent_used": "13%",
8
- "mount": "/",
9
- "total_inodes": "8880128",
10
- "inodes_used": "40816",
11
- "inodes_available": "8839312",
12
- "inodes_percent_used": "1%",
13
- "fs_type": "xfs",
14
- "mount_options": [
15
- "rw",
16
- "relatime",
17
- "seclabel",
18
- "attr2",
19
- "inode64",
20
- "noquota"
2
+ "block_device": {
3
+ "sda": {
4
+ "size": "16777216",
5
+ "removable": "0",
6
+ "model": "VBOX HARDDISK",
7
+ "rev": "1.0",
8
+ "state": "running",
9
+ "timeout": "30",
10
+ "vendor": "ATA",
11
+ "queue_depth": "31",
12
+ "rotational": "1",
13
+ "physical_block_size": "512",
14
+ "logical_block_size": "512"
15
+ },
16
+ "sr0": {
17
+ "size": "2097151",
18
+ "removable": "1",
19
+ "model": "CD-ROM",
20
+ "rev": "1.0",
21
+ "state": "running",
22
+ "timeout": "30",
23
+ "vendor": "VBOX",
24
+ "queue_depth": "1",
25
+ "rotational": "1",
26
+ "physical_block_size": "512",
27
+ "logical_block_size": "512"
28
+ },
29
+ "dm-0": {
30
+ "size": "13983744",
31
+ "removable": "0",
32
+ "rotational": "1",
33
+ "physical_block_size": "512",
34
+ "logical_block_size": "512"
35
+ },
36
+ "dm-1": {
37
+ "size": "1679360",
38
+ "removable": "0",
39
+ "rotational": "1",
40
+ "physical_block_size": "512",
41
+ "logical_block_size": "512"
42
+ }
43
+ },
44
+ "chef_packages": {
45
+ "chef": {
46
+ "version": "13.1.31",
47
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.1.31/lib"
48
+ },
49
+ "ohai": {
50
+ "version": "13.1.0",
51
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/ohai-13.1.0/lib/ohai"
52
+ }
53
+ },
54
+ "command": {
55
+ "ps": "ps -ef"
56
+ },
57
+ "counters": {
58
+ "network": {
59
+ "interfaces": {
60
+ "lo": {
61
+ "tx": {
62
+ "queuelen": "1",
63
+ "bytes": 0,
64
+ "packets": 0,
65
+ "errors": 0,
66
+ "drop": 0,
67
+ "carrier": 0,
68
+ "collisions": 0
69
+ },
70
+ "rx": {
71
+ "bytes": 0,
72
+ "packets": 0,
73
+ "errors": 0,
74
+ "drop": 0,
75
+ "overrun": 0
76
+ }
77
+ },
78
+ "eth0": {
79
+ "rx": {
80
+ "bytes": 0,
81
+ "packets": 0,
82
+ "errors": 0,
83
+ "drop": 0,
84
+ "overrun": 0,
85
+ "frame": 0,
86
+ "compressed": 0,
87
+ "multicast": 0
88
+ },
89
+ "tx": {
90
+ "bytes": 0,
91
+ "packets": 0,
92
+ "errors": 0,
93
+ "drop": 0,
94
+ "overrun": 0,
95
+ "collisions": 0,
96
+ "carrier": 0,
97
+ "compressed": 0
98
+ }
99
+ }
100
+ }
101
+ }
102
+ },
103
+ "cpu": {
104
+ "real": 1,
105
+ "total": 1,
106
+ "cores": 1
107
+ },
108
+ "current_user": "fauxhai",
109
+ "dmi": {
110
+ "dmidecode_version": "2.12",
111
+ "smbios_version": "2.5",
112
+ "structures": {
113
+ "count": "10",
114
+ "size": "450"
115
+ },
116
+ "table_location": "0x000E1000",
117
+ "bios": {
118
+ "all_records": [
119
+ {
120
+ "record_id": "0x0000",
121
+ "size": "0",
122
+ "application_identifier": "BIOS Information",
123
+ "Vendor": "innotek GmbH",
124
+ "Version": "VirtualBox",
125
+ "Release Date": "12/01/2006",
126
+ "Address": "0xE0000",
127
+ "Runtime Size": "128 kB",
128
+ "ROM Size": "128 kB",
129
+ "Characteristics": {
130
+ "ISA is supported": null,
131
+ "PCI is supported": null,
132
+ "Boot from CD is supported": null,
133
+ "Selectable boot is supported": null,
134
+ "8042 keyboard services are supported (int 9h)": null,
135
+ "CGA/mono video services are supported (int 10h)": null,
136
+ "ACPI is supported": null
137
+ }
138
+ }
139
+ ],
140
+ "vendor": "innotek GmbH",
141
+ "version": "VirtualBox",
142
+ "release_date": "12/01/2006",
143
+ "address": "0xE0000",
144
+ "runtime_size": "128 kB",
145
+ "rom_size": "128 kB"
146
+ },
147
+ "system": {
148
+ "all_records": [
149
+ {
150
+ "record_id": "0x0001",
151
+ "size": "1",
152
+ "application_identifier": "System Information",
153
+ "Manufacturer": "innotek GmbH",
154
+ "Product Name": "VirtualBox",
155
+ "Version": "1.2",
156
+ "Serial Number": "0",
157
+ "UUID": "AA6F57D2-5C50-484F-AB86-C6FC13F6B210",
158
+ "Wake-up Type": "Power Switch",
159
+ "SKU Number": "Not Specified",
160
+ "Family": "Virtual Machine"
161
+ }
162
+ ],
163
+ "manufacturer": "innotek GmbH",
164
+ "product_name": "VirtualBox",
165
+ "version": "1.2",
166
+ "serial_number": "0",
167
+ "uuid": "AA6F57D2-5C50-484F-AB86-C6FC13F6B210",
168
+ "wake_up_type": "Power Switch",
169
+ "sku_number": "Not Specified",
170
+ "family": "Virtual Machine"
171
+ },
172
+ "base_board": {
173
+ "all_records": [
174
+ {
175
+ "record_id": "0x0008",
176
+ "size": "2",
177
+ "application_identifier": "Base Board Information",
178
+ "Manufacturer": "Oracle Corporation",
179
+ "Product Name": "VirtualBox",
180
+ "Version": "1.2",
181
+ "Serial Number": "0",
182
+ "Asset Tag": "Not Specified",
183
+ "Features": {
184
+ "Board is a hosting board": null
185
+ },
186
+ "Location In Chassis": "Not Specified",
187
+ "Chassis Handle": "0x0003",
188
+ "Type": "Motherboard",
189
+ "Contained Object Handles": "0"
190
+ }
191
+ ],
192
+ "manufacturer": "Oracle Corporation",
193
+ "product_name": "VirtualBox",
194
+ "version": "1.2",
195
+ "serial_number": "0",
196
+ "asset_tag": "Not Specified",
197
+ "location_in_chassis": "Not Specified",
198
+ "chassis_handle": "0x0003",
199
+ "type": "Motherboard",
200
+ "contained_object_handles": "0"
201
+ },
202
+ "chassis": {
203
+ "all_records": [
204
+ {
205
+ "record_id": "0x0003",
206
+ "size": "3",
207
+ "application_identifier": "Chassis Information",
208
+ "Manufacturer": "Oracle Corporation",
209
+ "Type": "Other",
210
+ "Lock": "Not Present",
211
+ "Version": "Not Specified",
212
+ "Serial Number": "Not Specified",
213
+ "Asset Tag": "Not Specified",
214
+ "Boot-up State": "Safe",
215
+ "Power Supply State": "Safe",
216
+ "Thermal State": "Safe",
217
+ "Security Status": "None"
218
+ }
21
219
  ],
22
- "uuid": "b4643bec-868f-4f7a-be3d-5648290ebfe1"
23
- },
24
- "devtmpfs": {
25
- "kb_size": "498164",
26
- "kb_used": "0",
27
- "kb_available": "498164",
28
- "percent_used": "0%",
29
- "mount": "/dev",
30
- "total_inodes": "124541",
31
- "inodes_used": "343",
32
- "inodes_available": "124198",
33
- "inodes_percent_used": "1%",
34
- "fs_type": "devtmpfs",
35
- "mount_options": [
36
- "rw",
37
- "nosuid",
38
- "seclabel",
39
- "size=498164k",
40
- "nr_inodes=124541",
41
- "mode=755"
42
- ]
43
- },
44
- "tmpfs": {
45
- "kb_size": "101688",
46
- "kb_used": "0",
47
- "kb_available": "101688",
48
- "percent_used": "0%",
49
- "mount": "/run/user/0",
50
- "total_inodes": "127107",
51
- "inodes_used": "1",
52
- "inodes_available": "127106",
53
- "inodes_percent_used": "1%",
54
- "fs_type": "tmpfs",
55
- "mount_options": [
56
- "rw",
57
- "nosuid",
58
- "nodev",
59
- "relatime",
60
- "seclabel",
61
- "size=101688k",
62
- "mode=700"
63
- ]
64
- },
65
- "/dev/sda1": {
66
- "kb_size": "508588",
67
- "kb_used": "126400",
68
- "kb_available": "382188",
69
- "percent_used": "25%",
70
- "mount": "/boot",
71
- "total_inodes": "512000",
72
- "inodes_used": "328",
73
- "inodes_available": "511672",
74
- "inodes_percent_used": "1%",
75
- "fs_type": "xfs",
76
- "mount_options": [
77
- "rw",
78
- "relatime",
79
- "seclabel",
80
- "attr2",
81
- "inode64",
82
- "noquota"
220
+ "manufacturer": "Oracle Corporation",
221
+ "type": "Other",
222
+ "lock": "Not Present",
223
+ "version": "Not Specified",
224
+ "serial_number": "Not Specified",
225
+ "asset_tag": "Not Specified",
226
+ "boot_up_state": "Safe",
227
+ "power_supply_state": "Safe",
228
+ "thermal_state": "Safe",
229
+ "security_status": "None"
230
+ },
231
+ "oem_strings": {
232
+ "all_records": [
233
+ {
234
+ "record_id": "0x0002",
235
+ "size": "11",
236
+ "application_identifier": "OEM Strings",
237
+ "String 1": "vboxVer_5.1.22",
238
+ "String 2": "vboxRev_115126"
239
+ }
83
240
  ],
84
- "uuid": "f53c5e6f-8431-4f7e-8d67-fb48b6e7c51c"
85
- },
86
- "sysfs": {
87
- "mount": "/sys",
88
- "fs_type": "sysfs",
89
- "mount_options": [
90
- "rw",
91
- "nosuid",
92
- "nodev",
93
- "noexec",
94
- "relatime",
95
- "seclabel"
96
- ]
97
- },
98
- "proc": {
99
- "mount": "/proc",
100
- "fs_type": "proc",
101
- "mount_options": [
102
- "rw",
103
- "nosuid",
104
- "nodev",
105
- "noexec",
106
- "relatime"
107
- ]
108
- },
109
- "securityfs": {
110
- "mount": "/sys/kernel/security",
111
- "fs_type": "securityfs",
112
- "mount_options": [
113
- "rw",
114
- "nosuid",
115
- "nodev",
116
- "noexec",
117
- "relatime"
118
- ]
119
- },
120
- "devpts": {
121
- "mount": "/dev/pts",
122
- "fs_type": "devpts",
123
- "mount_options": [
124
- "rw",
125
- "nosuid",
126
- "noexec",
127
- "relatime",
128
- "seclabel",
129
- "gid=5",
130
- "mode=620",
131
- "ptmxmode=000"
132
- ]
133
- },
134
- "cgroup": {
135
- "mount": "/sys/fs/cgroup/net_cls",
136
- "fs_type": "cgroup",
137
- "mount_options": [
138
- "rw",
139
- "nosuid",
140
- "nodev",
141
- "noexec",
142
- "relatime",
143
- "net_cls"
144
- ]
145
- },
146
- "pstore": {
147
- "mount": "/sys/fs/pstore",
148
- "fs_type": "pstore",
149
- "mount_options": [
150
- "rw",
151
- "nosuid",
152
- "nodev",
153
- "noexec",
154
- "relatime"
155
- ]
156
- },
157
- "configfs": {
158
- "mount": "/sys/kernel/config",
159
- "fs_type": "configfs",
160
- "mount_options": [
161
- "rw",
162
- "relatime"
163
- ]
164
- },
165
- "selinuxfs": {
166
- "mount": "/sys/fs/selinux",
167
- "fs_type": "selinuxfs",
168
- "mount_options": [
169
- "rw",
170
- "relatime"
171
- ]
172
- },
173
- "systemd-1": {
174
- "mount": "/proc/sys/fs/binfmt_misc",
175
- "fs_type": "autofs",
176
- "mount_options": [
177
- "rw",
178
- "relatime",
179
- "fd=25",
180
- "pgrp=1",
181
- "timeout=300",
182
- "minproto=5",
183
- "maxproto=5",
184
- "direct"
185
- ]
186
- },
187
- "mqueue": {
188
- "mount": "/dev/mqueue",
189
- "fs_type": "mqueue",
190
- "mount_options": [
191
- "rw",
192
- "relatime",
193
- "seclabel"
194
- ]
195
- },
196
- "hugetlbfs": {
197
- "mount": "/dev/hugepages",
198
- "fs_type": "hugetlbfs",
199
- "mount_options": [
200
- "rw",
201
- "relatime",
202
- "seclabel"
203
- ]
204
- },
205
- "debugfs": {
206
- "mount": "/sys/kernel/debug",
207
- "fs_type": "debugfs",
208
- "mount_options": [
209
- "rw",
210
- "relatime"
211
- ]
212
- },
213
- "/dev/sda2": {
214
- "fs_type": "LVM2_member",
215
- "uuid": "usndgw-1VFb-dR7P-HNQC-wn9h-YsI9-yHJ4LS"
216
- },
217
- "/dev/mapper/rhel-swap": {
218
- "fs_type": "swap",
219
- "uuid": "24eff99e-1908-42d6-b153-d4d0c1a197b1"
220
- },
221
- "rootfs": {
222
- "mount": "/",
223
- "fs_type": "rootfs",
224
- "mount_options": [
225
- "rw"
226
- ]
241
+ "string_1": "vboxVer_5.1.22",
242
+ "string_2": "vboxRev_115126"
227
243
  }
228
244
  },
229
- "kernel": {
230
- "name": "Linux",
231
- "release": "3.10.0-327.el7.x86_64",
232
- "version": "#1 SMP Thu Oct 29 17:29:29 EDT 2015",
233
- "machine": "x86_64",
234
- "processor": "x86_64",
235
- "os": "GNU/Linux",
236
- "modules": {
237
- "ip6t_rpfilter": {
238
- "size": "12546",
239
- "refcount": "1"
245
+ "domain": "local",
246
+ "etc": {
247
+ "passwd": {
248
+ "fauxhai": {
249
+ "dir": "/home/fauxhai",
250
+ "gid": 0,
251
+ "uid": 0,
252
+ "shell": "/bin/bash",
253
+ "gecos": "Fauxhai"
254
+ }
255
+ },
256
+ "group": {
257
+ "fauxhai": {
258
+ "gid": 0,
259
+ "members": [
260
+ "fauxhai"
261
+ ]
262
+ }
263
+ }
264
+ },
265
+ "filesystem": {
266
+ "by_device": {
267
+ "/dev/mapper/rhel-root": {
268
+ "kb_size": "6981632",
269
+ "kb_used": "1074900",
270
+ "kb_available": "5906732",
271
+ "percent_used": "16%",
272
+ "total_inodes": "6991872",
273
+ "inodes_used": "40046",
274
+ "inodes_available": "6951826",
275
+ "inodes_percent_used": "1%",
276
+ "fs_type": "xfs",
277
+ "mount_options": [
278
+ "rw",
279
+ "relatime",
280
+ "seclabel",
281
+ "attr2",
282
+ "inode64",
283
+ "noquota"
284
+ ],
285
+ "uuid": "70e644c9-19a0-46f3-9704-f93bdc39b208",
286
+ "mounts": [
287
+ "/"
288
+ ]
240
289
  },
241
- "ip6t_REJECT": {
242
- "size": "12939",
243
- "refcount": "2"
290
+ "devtmpfs": {
291
+ "kb_size": "498164",
292
+ "kb_used": "0",
293
+ "kb_available": "498164",
294
+ "percent_used": "0%",
295
+ "total_inodes": "124541",
296
+ "inodes_used": "343",
297
+ "inodes_available": "124198",
298
+ "inodes_percent_used": "1%",
299
+ "fs_type": "devtmpfs",
300
+ "mount_options": [
301
+ "rw",
302
+ "nosuid",
303
+ "seclabel",
304
+ "size=498164k",
305
+ "nr_inodes=124541",
306
+ "mode=755"
307
+ ],
308
+ "mounts": [
309
+ "/dev"
310
+ ]
244
311
  },
245
- "ipt_REJECT": {
246
- "size": "12541",
247
- "refcount": "2"
312
+ "tmpfs": {
313
+ "kb_size": "101688",
314
+ "kb_used": "0",
315
+ "kb_available": "101688",
316
+ "percent_used": "0%",
317
+ "total_inodes": "127107",
318
+ "inodes_used": "1",
319
+ "inodes_available": "127106",
320
+ "inodes_percent_used": "1%",
321
+ "fs_type": "tmpfs",
322
+ "mount_options": [
323
+ "rw",
324
+ "nosuid",
325
+ "nodev",
326
+ "relatime",
327
+ "seclabel",
328
+ "size=101688k",
329
+ "mode=700"
330
+ ],
331
+ "mounts": [
332
+ "/dev/shm",
333
+ "/run",
334
+ "/sys/fs/cgroup",
335
+ "/run/user/0"
336
+ ]
248
337
  },
249
- "xt_conntrack": {
250
- "size": "12760",
251
- "refcount": "7"
338
+ "/dev/sda1": {
339
+ "kb_size": "508588",
340
+ "kb_used": "142216",
341
+ "kb_available": "366372",
342
+ "percent_used": "28%",
343
+ "total_inodes": "512000",
344
+ "inodes_used": "328",
345
+ "inodes_available": "511672",
346
+ "inodes_percent_used": "1%",
347
+ "fs_type": "xfs",
348
+ "mount_options": [
349
+ "rw",
350
+ "relatime",
351
+ "seclabel",
352
+ "attr2",
353
+ "inode64",
354
+ "noquota"
355
+ ],
356
+ "uuid": "7b27f974-7409-4e6c-a551-4f55c7482744",
357
+ "mounts": [
358
+ "/boot"
359
+ ]
252
360
  },
253
- "ebtable_nat": {
254
- "size": "12807",
255
- "refcount": "0"
361
+ "sysfs": {
362
+ "fs_type": "sysfs",
363
+ "mount_options": [
364
+ "rw",
365
+ "nosuid",
366
+ "nodev",
367
+ "noexec",
368
+ "relatime",
369
+ "seclabel"
370
+ ],
371
+ "mounts": [
372
+ "/sys"
373
+ ]
256
374
  },
257
- "ebtable_broute": {
258
- "size": "12731",
259
- "refcount": "0"
375
+ "proc": {
376
+ "fs_type": "proc",
377
+ "mount_options": [
378
+ "rw",
379
+ "nosuid",
380
+ "nodev",
381
+ "noexec",
382
+ "relatime"
383
+ ],
384
+ "mounts": [
385
+ "/proc"
386
+ ]
260
387
  },
261
- "bridge": {
262
- "size": "119562",
263
- "refcount": "1",
264
- "version": "2.3"
388
+ "securityfs": {
389
+ "fs_type": "securityfs",
390
+ "mount_options": [
391
+ "rw",
392
+ "nosuid",
393
+ "nodev",
394
+ "noexec",
395
+ "relatime"
396
+ ],
397
+ "mounts": [
398
+ "/sys/kernel/security"
399
+ ]
265
400
  },
266
- "stp": {
267
- "size": "12976",
268
- "refcount": "1"
401
+ "devpts": {
402
+ "fs_type": "devpts",
403
+ "mount_options": [
404
+ "rw",
405
+ "nosuid",
406
+ "noexec",
407
+ "relatime",
408
+ "seclabel",
409
+ "gid=5",
410
+ "mode=620",
411
+ "ptmxmode=000"
412
+ ],
413
+ "mounts": [
414
+ "/dev/pts"
415
+ ]
269
416
  },
270
- "llc": {
271
- "size": "14552",
272
- "refcount": "2"
417
+ "cgroup": {
418
+ "fs_type": "cgroup",
419
+ "mount_options": [
420
+ "rw",
421
+ "nosuid",
422
+ "nodev",
423
+ "noexec",
424
+ "relatime",
425
+ "memory"
426
+ ],
427
+ "mounts": [
428
+ "/sys/fs/cgroup/systemd",
429
+ "/sys/fs/cgroup/blkio",
430
+ "/sys/fs/cgroup/cpu,cpuacct",
431
+ "/sys/fs/cgroup/net_cls",
432
+ "/sys/fs/cgroup/hugetlb",
433
+ "/sys/fs/cgroup/perf_event",
434
+ "/sys/fs/cgroup/devices",
435
+ "/sys/fs/cgroup/freezer",
436
+ "/sys/fs/cgroup/cpuset",
437
+ "/sys/fs/cgroup/memory"
438
+ ]
273
439
  },
274
- "ebtable_filter": {
275
- "size": "12827",
276
- "refcount": "0"
440
+ "pstore": {
441
+ "fs_type": "pstore",
442
+ "mount_options": [
443
+ "rw",
444
+ "nosuid",
445
+ "nodev",
446
+ "noexec",
447
+ "relatime"
448
+ ],
449
+ "mounts": [
450
+ "/sys/fs/pstore"
451
+ ]
452
+ },
453
+ "configfs": {
454
+ "fs_type": "configfs",
455
+ "mount_options": [
456
+ "rw",
457
+ "relatime"
458
+ ],
459
+ "mounts": [
460
+ "/sys/kernel/config"
461
+ ]
462
+ },
463
+ "selinuxfs": {
464
+ "fs_type": "selinuxfs",
465
+ "mount_options": [
466
+ "rw",
467
+ "relatime"
468
+ ],
469
+ "mounts": [
470
+ "/sys/fs/selinux"
471
+ ]
472
+ },
473
+ "systemd-1": {
474
+ "fs_type": "autofs",
475
+ "mount_options": [
476
+ "rw",
477
+ "relatime",
478
+ "fd=28",
479
+ "pgrp=1",
480
+ "timeout=300",
481
+ "minproto=5",
482
+ "maxproto=5",
483
+ "direct"
484
+ ],
485
+ "mounts": [
486
+ "/proc/sys/fs/binfmt_misc"
487
+ ]
488
+ },
489
+ "hugetlbfs": {
490
+ "fs_type": "hugetlbfs",
491
+ "mount_options": [
492
+ "rw",
493
+ "relatime",
494
+ "seclabel"
495
+ ],
496
+ "mounts": [
497
+ "/dev/hugepages"
498
+ ]
499
+ },
500
+ "mqueue": {
501
+ "fs_type": "mqueue",
502
+ "mount_options": [
503
+ "rw",
504
+ "relatime",
505
+ "seclabel"
506
+ ],
507
+ "mounts": [
508
+ "/dev/mqueue"
509
+ ]
510
+ },
511
+ "debugfs": {
512
+ "fs_type": "debugfs",
513
+ "mount_options": [
514
+ "rw",
515
+ "relatime"
516
+ ],
517
+ "mounts": [
518
+ "/sys/kernel/debug"
519
+ ]
520
+ },
521
+ "/dev/sda": {
522
+ "mounts": [
523
+
524
+ ]
525
+ },
526
+ "/dev/sda2": {
527
+ "fs_type": "LVM2_member",
528
+ "uuid": "7bi097-INwx-6f61-Lizc-ApmT-G5UA-3N6qzV",
529
+ "mounts": [
530
+
531
+ ]
532
+ },
533
+ "/dev/mapper/rhel-swap": {
534
+ "fs_type": "swap",
535
+ "uuid": "3c7a1dd6-fcd1-44e6-8e17-0fe5942e7c4d",
536
+ "mounts": [
537
+
538
+ ]
539
+ },
540
+ "/dev/sr0": {
541
+ "mounts": [
542
+
543
+ ]
544
+ },
545
+ "rootfs": {
546
+ "fs_type": "rootfs",
547
+ "mount_options": [
548
+ "rw"
549
+ ],
550
+ "mounts": [
551
+ "/"
552
+ ]
553
+ }
554
+ },
555
+ "by_mountpoint": {
556
+ "/": {
557
+ "kb_size": "6981632",
558
+ "kb_used": "1074900",
559
+ "kb_available": "5906732",
560
+ "percent_used": "16%",
561
+ "total_inodes": "6991872",
562
+ "inodes_used": "40046",
563
+ "inodes_available": "6951826",
564
+ "inodes_percent_used": "1%",
565
+ "fs_type": "rootfs",
566
+ "mount_options": [
567
+ "rw"
568
+ ],
569
+ "uuid": "70e644c9-19a0-46f3-9704-f93bdc39b208",
570
+ "devices": [
571
+ "/dev/mapper/rhel-root",
572
+ "rootfs"
573
+ ]
574
+ },
575
+ "/dev": {
576
+ "kb_size": "498164",
577
+ "kb_used": "0",
578
+ "kb_available": "498164",
579
+ "percent_used": "0%",
580
+ "total_inodes": "124541",
581
+ "inodes_used": "343",
582
+ "inodes_available": "124198",
583
+ "inodes_percent_used": "1%",
584
+ "fs_type": "devtmpfs",
585
+ "mount_options": [
586
+ "rw",
587
+ "nosuid",
588
+ "seclabel",
589
+ "size=498164k",
590
+ "nr_inodes=124541",
591
+ "mode=755"
592
+ ],
593
+ "devices": [
594
+ "devtmpfs"
595
+ ]
596
+ },
597
+ "/dev/shm": {
598
+ "kb_size": "508428",
599
+ "kb_used": "0",
600
+ "kb_available": "508428",
601
+ "percent_used": "0%",
602
+ "total_inodes": "127107",
603
+ "inodes_used": "1",
604
+ "inodes_available": "127106",
605
+ "inodes_percent_used": "1%",
606
+ "fs_type": "tmpfs",
607
+ "mount_options": [
608
+ "rw",
609
+ "nosuid",
610
+ "nodev",
611
+ "seclabel"
612
+ ],
613
+ "devices": [
614
+ "tmpfs"
615
+ ]
616
+ },
617
+ "/run": {
618
+ "kb_size": "508428",
619
+ "kb_used": "6672",
620
+ "kb_available": "501756",
621
+ "percent_used": "2%",
622
+ "total_inodes": "127107",
623
+ "inodes_used": "393",
624
+ "inodes_available": "126714",
625
+ "inodes_percent_used": "1%",
626
+ "fs_type": "tmpfs",
627
+ "mount_options": [
628
+ "rw",
629
+ "nosuid",
630
+ "nodev",
631
+ "seclabel",
632
+ "mode=755"
633
+ ],
634
+ "devices": [
635
+ "tmpfs"
636
+ ]
637
+ },
638
+ "/sys/fs/cgroup": {
639
+ "kb_size": "508428",
640
+ "kb_used": "0",
641
+ "kb_available": "508428",
642
+ "percent_used": "0%",
643
+ "total_inodes": "127107",
644
+ "inodes_used": "13",
645
+ "inodes_available": "127094",
646
+ "inodes_percent_used": "1%",
647
+ "fs_type": "tmpfs",
648
+ "mount_options": [
649
+ "ro",
650
+ "nosuid",
651
+ "nodev",
652
+ "noexec",
653
+ "seclabel",
654
+ "mode=755"
655
+ ],
656
+ "devices": [
657
+ "tmpfs"
658
+ ]
659
+ },
660
+ "/boot": {
661
+ "kb_size": "508588",
662
+ "kb_used": "142216",
663
+ "kb_available": "366372",
664
+ "percent_used": "28%",
665
+ "total_inodes": "512000",
666
+ "inodes_used": "328",
667
+ "inodes_available": "511672",
668
+ "inodes_percent_used": "1%",
669
+ "fs_type": "xfs",
670
+ "mount_options": [
671
+ "rw",
672
+ "relatime",
673
+ "seclabel",
674
+ "attr2",
675
+ "inode64",
676
+ "noquota"
677
+ ],
678
+ "uuid": "7b27f974-7409-4e6c-a551-4f55c7482744",
679
+ "devices": [
680
+ "/dev/sda1"
681
+ ]
682
+ },
683
+ "/run/user/0": {
684
+ "kb_size": "101688",
685
+ "kb_used": "0",
686
+ "kb_available": "101688",
687
+ "percent_used": "0%",
688
+ "total_inodes": "127107",
689
+ "inodes_used": "1",
690
+ "inodes_available": "127106",
691
+ "inodes_percent_used": "1%",
692
+ "fs_type": "tmpfs",
693
+ "mount_options": [
694
+ "rw",
695
+ "nosuid",
696
+ "nodev",
697
+ "relatime",
698
+ "seclabel",
699
+ "size=101688k",
700
+ "mode=700"
701
+ ],
702
+ "devices": [
703
+ "tmpfs"
704
+ ]
705
+ },
706
+ "/sys": {
707
+ "fs_type": "sysfs",
708
+ "mount_options": [
709
+ "rw",
710
+ "nosuid",
711
+ "nodev",
712
+ "noexec",
713
+ "relatime",
714
+ "seclabel"
715
+ ],
716
+ "devices": [
717
+ "sysfs"
718
+ ]
719
+ },
720
+ "/proc": {
721
+ "fs_type": "proc",
722
+ "mount_options": [
723
+ "rw",
724
+ "nosuid",
725
+ "nodev",
726
+ "noexec",
727
+ "relatime"
728
+ ],
729
+ "devices": [
730
+ "proc"
731
+ ]
732
+ },
733
+ "/sys/kernel/security": {
734
+ "fs_type": "securityfs",
735
+ "mount_options": [
736
+ "rw",
737
+ "nosuid",
738
+ "nodev",
739
+ "noexec",
740
+ "relatime"
741
+ ],
742
+ "devices": [
743
+ "securityfs"
744
+ ]
745
+ },
746
+ "/dev/pts": {
747
+ "fs_type": "devpts",
748
+ "mount_options": [
749
+ "rw",
750
+ "nosuid",
751
+ "noexec",
752
+ "relatime",
753
+ "seclabel",
754
+ "gid=5",
755
+ "mode=620",
756
+ "ptmxmode=000"
757
+ ],
758
+ "devices": [
759
+ "devpts"
760
+ ]
761
+ },
762
+ "/sys/fs/cgroup/systemd": {
763
+ "fs_type": "cgroup",
764
+ "mount_options": [
765
+ "rw",
766
+ "nosuid",
767
+ "nodev",
768
+ "noexec",
769
+ "relatime",
770
+ "xattr",
771
+ "release_agent=/usr/lib/systemd/systemd-cgroups-agent",
772
+ "name=systemd"
773
+ ],
774
+ "devices": [
775
+ "cgroup"
776
+ ]
777
+ },
778
+ "/sys/fs/pstore": {
779
+ "fs_type": "pstore",
780
+ "mount_options": [
781
+ "rw",
782
+ "nosuid",
783
+ "nodev",
784
+ "noexec",
785
+ "relatime"
786
+ ],
787
+ "devices": [
788
+ "pstore"
789
+ ]
790
+ },
791
+ "/sys/fs/cgroup/blkio": {
792
+ "fs_type": "cgroup",
793
+ "mount_options": [
794
+ "rw",
795
+ "nosuid",
796
+ "nodev",
797
+ "noexec",
798
+ "relatime",
799
+ "blkio"
800
+ ],
801
+ "devices": [
802
+ "cgroup"
803
+ ]
804
+ },
805
+ "/sys/fs/cgroup/cpu,cpuacct": {
806
+ "fs_type": "cgroup",
807
+ "mount_options": [
808
+ "rw",
809
+ "nosuid",
810
+ "nodev",
811
+ "noexec",
812
+ "relatime",
813
+ "cpuacct",
814
+ "cpu"
815
+ ],
816
+ "devices": [
817
+ "cgroup"
818
+ ]
819
+ },
820
+ "/sys/fs/cgroup/net_cls": {
821
+ "fs_type": "cgroup",
822
+ "mount_options": [
823
+ "rw",
824
+ "nosuid",
825
+ "nodev",
826
+ "noexec",
827
+ "relatime",
828
+ "net_cls"
829
+ ],
830
+ "devices": [
831
+ "cgroup"
832
+ ]
833
+ },
834
+ "/sys/fs/cgroup/hugetlb": {
835
+ "fs_type": "cgroup",
836
+ "mount_options": [
837
+ "rw",
838
+ "nosuid",
839
+ "nodev",
840
+ "noexec",
841
+ "relatime",
842
+ "hugetlb"
843
+ ],
844
+ "devices": [
845
+ "cgroup"
846
+ ]
847
+ },
848
+ "/sys/fs/cgroup/perf_event": {
849
+ "fs_type": "cgroup",
850
+ "mount_options": [
851
+ "rw",
852
+ "nosuid",
853
+ "nodev",
854
+ "noexec",
855
+ "relatime",
856
+ "perf_event"
857
+ ],
858
+ "devices": [
859
+ "cgroup"
860
+ ]
861
+ },
862
+ "/sys/fs/cgroup/devices": {
863
+ "fs_type": "cgroup",
864
+ "mount_options": [
865
+ "rw",
866
+ "nosuid",
867
+ "nodev",
868
+ "noexec",
869
+ "relatime",
870
+ "devices"
871
+ ],
872
+ "devices": [
873
+ "cgroup"
874
+ ]
875
+ },
876
+ "/sys/fs/cgroup/freezer": {
877
+ "fs_type": "cgroup",
878
+ "mount_options": [
879
+ "rw",
880
+ "nosuid",
881
+ "nodev",
882
+ "noexec",
883
+ "relatime",
884
+ "freezer"
885
+ ],
886
+ "devices": [
887
+ "cgroup"
888
+ ]
889
+ },
890
+ "/sys/fs/cgroup/cpuset": {
891
+ "fs_type": "cgroup",
892
+ "mount_options": [
893
+ "rw",
894
+ "nosuid",
895
+ "nodev",
896
+ "noexec",
897
+ "relatime",
898
+ "cpuset"
899
+ ],
900
+ "devices": [
901
+ "cgroup"
902
+ ]
903
+ },
904
+ "/sys/fs/cgroup/memory": {
905
+ "fs_type": "cgroup",
906
+ "mount_options": [
907
+ "rw",
908
+ "nosuid",
909
+ "nodev",
910
+ "noexec",
911
+ "relatime",
912
+ "memory"
913
+ ],
914
+ "devices": [
915
+ "cgroup"
916
+ ]
917
+ },
918
+ "/sys/kernel/config": {
919
+ "fs_type": "configfs",
920
+ "mount_options": [
921
+ "rw",
922
+ "relatime"
923
+ ],
924
+ "devices": [
925
+ "configfs"
926
+ ]
927
+ },
928
+ "/sys/fs/selinux": {
929
+ "fs_type": "selinuxfs",
930
+ "mount_options": [
931
+ "rw",
932
+ "relatime"
933
+ ],
934
+ "devices": [
935
+ "selinuxfs"
936
+ ]
937
+ },
938
+ "/proc/sys/fs/binfmt_misc": {
939
+ "fs_type": "autofs",
940
+ "mount_options": [
941
+ "rw",
942
+ "relatime",
943
+ "fd=28",
944
+ "pgrp=1",
945
+ "timeout=300",
946
+ "minproto=5",
947
+ "maxproto=5",
948
+ "direct"
949
+ ],
950
+ "devices": [
951
+ "systemd-1"
952
+ ]
953
+ },
954
+ "/dev/hugepages": {
955
+ "fs_type": "hugetlbfs",
956
+ "mount_options": [
957
+ "rw",
958
+ "relatime",
959
+ "seclabel"
960
+ ],
961
+ "devices": [
962
+ "hugetlbfs"
963
+ ]
964
+ },
965
+ "/dev/mqueue": {
966
+ "fs_type": "mqueue",
967
+ "mount_options": [
968
+ "rw",
969
+ "relatime",
970
+ "seclabel"
971
+ ],
972
+ "devices": [
973
+ "mqueue"
974
+ ]
975
+ },
976
+ "/sys/kernel/debug": {
977
+ "fs_type": "debugfs",
978
+ "mount_options": [
979
+ "rw",
980
+ "relatime"
981
+ ],
982
+ "devices": [
983
+ "debugfs"
984
+ ]
985
+ }
986
+ },
987
+ "by_pair": {
988
+ "/dev/mapper/rhel-root,/": {
989
+ "device": "/dev/mapper/rhel-root",
990
+ "kb_size": "6981632",
991
+ "kb_used": "1074900",
992
+ "kb_available": "5906732",
993
+ "percent_used": "16%",
994
+ "mount": "/",
995
+ "total_inodes": "6991872",
996
+ "inodes_used": "40046",
997
+ "inodes_available": "6951826",
998
+ "inodes_percent_used": "1%",
999
+ "fs_type": "xfs",
1000
+ "mount_options": [
1001
+ "rw",
1002
+ "relatime",
1003
+ "seclabel",
1004
+ "attr2",
1005
+ "inode64",
1006
+ "noquota"
1007
+ ],
1008
+ "uuid": "70e644c9-19a0-46f3-9704-f93bdc39b208"
1009
+ },
1010
+ "devtmpfs,/dev": {
1011
+ "device": "devtmpfs",
1012
+ "kb_size": "498164",
1013
+ "kb_used": "0",
1014
+ "kb_available": "498164",
1015
+ "percent_used": "0%",
1016
+ "mount": "/dev",
1017
+ "total_inodes": "124541",
1018
+ "inodes_used": "343",
1019
+ "inodes_available": "124198",
1020
+ "inodes_percent_used": "1%",
1021
+ "fs_type": "devtmpfs",
1022
+ "mount_options": [
1023
+ "rw",
1024
+ "nosuid",
1025
+ "seclabel",
1026
+ "size=498164k",
1027
+ "nr_inodes=124541",
1028
+ "mode=755"
1029
+ ]
1030
+ },
1031
+ "tmpfs,/dev/shm": {
1032
+ "device": "tmpfs",
1033
+ "kb_size": "508428",
1034
+ "kb_used": "0",
1035
+ "kb_available": "508428",
1036
+ "percent_used": "0%",
1037
+ "mount": "/dev/shm",
1038
+ "total_inodes": "127107",
1039
+ "inodes_used": "1",
1040
+ "inodes_available": "127106",
1041
+ "inodes_percent_used": "1%",
1042
+ "fs_type": "tmpfs",
1043
+ "mount_options": [
1044
+ "rw",
1045
+ "nosuid",
1046
+ "nodev",
1047
+ "seclabel"
1048
+ ]
1049
+ },
1050
+ "tmpfs,/run": {
1051
+ "device": "tmpfs",
1052
+ "kb_size": "508428",
1053
+ "kb_used": "6672",
1054
+ "kb_available": "501756",
1055
+ "percent_used": "2%",
1056
+ "mount": "/run",
1057
+ "total_inodes": "127107",
1058
+ "inodes_used": "393",
1059
+ "inodes_available": "126714",
1060
+ "inodes_percent_used": "1%",
1061
+ "fs_type": "tmpfs",
1062
+ "mount_options": [
1063
+ "rw",
1064
+ "nosuid",
1065
+ "nodev",
1066
+ "seclabel",
1067
+ "mode=755"
1068
+ ]
1069
+ },
1070
+ "tmpfs,/sys/fs/cgroup": {
1071
+ "device": "tmpfs",
1072
+ "kb_size": "508428",
1073
+ "kb_used": "0",
1074
+ "kb_available": "508428",
1075
+ "percent_used": "0%",
1076
+ "mount": "/sys/fs/cgroup",
1077
+ "total_inodes": "127107",
1078
+ "inodes_used": "13",
1079
+ "inodes_available": "127094",
1080
+ "inodes_percent_used": "1%",
1081
+ "fs_type": "tmpfs",
1082
+ "mount_options": [
1083
+ "ro",
1084
+ "nosuid",
1085
+ "nodev",
1086
+ "noexec",
1087
+ "seclabel",
1088
+ "mode=755"
1089
+ ]
1090
+ },
1091
+ "/dev/sda1,/boot": {
1092
+ "device": "/dev/sda1",
1093
+ "kb_size": "508588",
1094
+ "kb_used": "142216",
1095
+ "kb_available": "366372",
1096
+ "percent_used": "28%",
1097
+ "mount": "/boot",
1098
+ "total_inodes": "512000",
1099
+ "inodes_used": "328",
1100
+ "inodes_available": "511672",
1101
+ "inodes_percent_used": "1%",
1102
+ "fs_type": "xfs",
1103
+ "mount_options": [
1104
+ "rw",
1105
+ "relatime",
1106
+ "seclabel",
1107
+ "attr2",
1108
+ "inode64",
1109
+ "noquota"
1110
+ ],
1111
+ "uuid": "7b27f974-7409-4e6c-a551-4f55c7482744"
1112
+ },
1113
+ "tmpfs,/run/user/0": {
1114
+ "device": "tmpfs",
1115
+ "kb_size": "101688",
1116
+ "kb_used": "0",
1117
+ "kb_available": "101688",
1118
+ "percent_used": "0%",
1119
+ "mount": "/run/user/0",
1120
+ "total_inodes": "127107",
1121
+ "inodes_used": "1",
1122
+ "inodes_available": "127106",
1123
+ "inodes_percent_used": "1%",
1124
+ "fs_type": "tmpfs",
1125
+ "mount_options": [
1126
+ "rw",
1127
+ "nosuid",
1128
+ "nodev",
1129
+ "relatime",
1130
+ "seclabel",
1131
+ "size=101688k",
1132
+ "mode=700"
1133
+ ]
1134
+ },
1135
+ "sysfs,/sys": {
1136
+ "device": "sysfs",
1137
+ "mount": "/sys",
1138
+ "fs_type": "sysfs",
1139
+ "mount_options": [
1140
+ "rw",
1141
+ "nosuid",
1142
+ "nodev",
1143
+ "noexec",
1144
+ "relatime",
1145
+ "seclabel"
1146
+ ]
1147
+ },
1148
+ "proc,/proc": {
1149
+ "device": "proc",
1150
+ "mount": "/proc",
1151
+ "fs_type": "proc",
1152
+ "mount_options": [
1153
+ "rw",
1154
+ "nosuid",
1155
+ "nodev",
1156
+ "noexec",
1157
+ "relatime"
1158
+ ]
1159
+ },
1160
+ "securityfs,/sys/kernel/security": {
1161
+ "device": "securityfs",
1162
+ "mount": "/sys/kernel/security",
1163
+ "fs_type": "securityfs",
1164
+ "mount_options": [
1165
+ "rw",
1166
+ "nosuid",
1167
+ "nodev",
1168
+ "noexec",
1169
+ "relatime"
1170
+ ]
1171
+ },
1172
+ "devpts,/dev/pts": {
1173
+ "device": "devpts",
1174
+ "mount": "/dev/pts",
1175
+ "fs_type": "devpts",
1176
+ "mount_options": [
1177
+ "rw",
1178
+ "nosuid",
1179
+ "noexec",
1180
+ "relatime",
1181
+ "seclabel",
1182
+ "gid=5",
1183
+ "mode=620",
1184
+ "ptmxmode=000"
1185
+ ]
1186
+ },
1187
+ "cgroup,/sys/fs/cgroup/systemd": {
1188
+ "device": "cgroup",
1189
+ "mount": "/sys/fs/cgroup/systemd",
1190
+ "fs_type": "cgroup",
1191
+ "mount_options": [
1192
+ "rw",
1193
+ "nosuid",
1194
+ "nodev",
1195
+ "noexec",
1196
+ "relatime",
1197
+ "xattr",
1198
+ "release_agent=/usr/lib/systemd/systemd-cgroups-agent",
1199
+ "name=systemd"
1200
+ ]
1201
+ },
1202
+ "pstore,/sys/fs/pstore": {
1203
+ "device": "pstore",
1204
+ "mount": "/sys/fs/pstore",
1205
+ "fs_type": "pstore",
1206
+ "mount_options": [
1207
+ "rw",
1208
+ "nosuid",
1209
+ "nodev",
1210
+ "noexec",
1211
+ "relatime"
1212
+ ]
1213
+ },
1214
+ "cgroup,/sys/fs/cgroup/blkio": {
1215
+ "device": "cgroup",
1216
+ "mount": "/sys/fs/cgroup/blkio",
1217
+ "fs_type": "cgroup",
1218
+ "mount_options": [
1219
+ "rw",
1220
+ "nosuid",
1221
+ "nodev",
1222
+ "noexec",
1223
+ "relatime",
1224
+ "blkio"
1225
+ ]
1226
+ },
1227
+ "cgroup,/sys/fs/cgroup/cpu,cpuacct": {
1228
+ "device": "cgroup",
1229
+ "mount": "/sys/fs/cgroup/cpu,cpuacct",
1230
+ "fs_type": "cgroup",
1231
+ "mount_options": [
1232
+ "rw",
1233
+ "nosuid",
1234
+ "nodev",
1235
+ "noexec",
1236
+ "relatime",
1237
+ "cpuacct",
1238
+ "cpu"
1239
+ ]
1240
+ },
1241
+ "cgroup,/sys/fs/cgroup/net_cls": {
1242
+ "device": "cgroup",
1243
+ "mount": "/sys/fs/cgroup/net_cls",
1244
+ "fs_type": "cgroup",
1245
+ "mount_options": [
1246
+ "rw",
1247
+ "nosuid",
1248
+ "nodev",
1249
+ "noexec",
1250
+ "relatime",
1251
+ "net_cls"
1252
+ ]
1253
+ },
1254
+ "cgroup,/sys/fs/cgroup/hugetlb": {
1255
+ "device": "cgroup",
1256
+ "mount": "/sys/fs/cgroup/hugetlb",
1257
+ "fs_type": "cgroup",
1258
+ "mount_options": [
1259
+ "rw",
1260
+ "nosuid",
1261
+ "nodev",
1262
+ "noexec",
1263
+ "relatime",
1264
+ "hugetlb"
1265
+ ]
1266
+ },
1267
+ "cgroup,/sys/fs/cgroup/perf_event": {
1268
+ "device": "cgroup",
1269
+ "mount": "/sys/fs/cgroup/perf_event",
1270
+ "fs_type": "cgroup",
1271
+ "mount_options": [
1272
+ "rw",
1273
+ "nosuid",
1274
+ "nodev",
1275
+ "noexec",
1276
+ "relatime",
1277
+ "perf_event"
1278
+ ]
1279
+ },
1280
+ "cgroup,/sys/fs/cgroup/devices": {
1281
+ "device": "cgroup",
1282
+ "mount": "/sys/fs/cgroup/devices",
1283
+ "fs_type": "cgroup",
1284
+ "mount_options": [
1285
+ "rw",
1286
+ "nosuid",
1287
+ "nodev",
1288
+ "noexec",
1289
+ "relatime",
1290
+ "devices"
1291
+ ]
1292
+ },
1293
+ "cgroup,/sys/fs/cgroup/freezer": {
1294
+ "device": "cgroup",
1295
+ "mount": "/sys/fs/cgroup/freezer",
1296
+ "fs_type": "cgroup",
1297
+ "mount_options": [
1298
+ "rw",
1299
+ "nosuid",
1300
+ "nodev",
1301
+ "noexec",
1302
+ "relatime",
1303
+ "freezer"
1304
+ ]
1305
+ },
1306
+ "cgroup,/sys/fs/cgroup/cpuset": {
1307
+ "device": "cgroup",
1308
+ "mount": "/sys/fs/cgroup/cpuset",
1309
+ "fs_type": "cgroup",
1310
+ "mount_options": [
1311
+ "rw",
1312
+ "nosuid",
1313
+ "nodev",
1314
+ "noexec",
1315
+ "relatime",
1316
+ "cpuset"
1317
+ ]
1318
+ },
1319
+ "cgroup,/sys/fs/cgroup/memory": {
1320
+ "device": "cgroup",
1321
+ "mount": "/sys/fs/cgroup/memory",
1322
+ "fs_type": "cgroup",
1323
+ "mount_options": [
1324
+ "rw",
1325
+ "nosuid",
1326
+ "nodev",
1327
+ "noexec",
1328
+ "relatime",
1329
+ "memory"
1330
+ ]
1331
+ },
1332
+ "configfs,/sys/kernel/config": {
1333
+ "device": "configfs",
1334
+ "mount": "/sys/kernel/config",
1335
+ "fs_type": "configfs",
1336
+ "mount_options": [
1337
+ "rw",
1338
+ "relatime"
1339
+ ]
1340
+ },
1341
+ "selinuxfs,/sys/fs/selinux": {
1342
+ "device": "selinuxfs",
1343
+ "mount": "/sys/fs/selinux",
1344
+ "fs_type": "selinuxfs",
1345
+ "mount_options": [
1346
+ "rw",
1347
+ "relatime"
1348
+ ]
1349
+ },
1350
+ "systemd-1,/proc/sys/fs/binfmt_misc": {
1351
+ "device": "systemd-1",
1352
+ "mount": "/proc/sys/fs/binfmt_misc",
1353
+ "fs_type": "autofs",
1354
+ "mount_options": [
1355
+ "rw",
1356
+ "relatime",
1357
+ "fd=28",
1358
+ "pgrp=1",
1359
+ "timeout=300",
1360
+ "minproto=5",
1361
+ "maxproto=5",
1362
+ "direct"
1363
+ ]
1364
+ },
1365
+ "hugetlbfs,/dev/hugepages": {
1366
+ "device": "hugetlbfs",
1367
+ "mount": "/dev/hugepages",
1368
+ "fs_type": "hugetlbfs",
1369
+ "mount_options": [
1370
+ "rw",
1371
+ "relatime",
1372
+ "seclabel"
1373
+ ]
1374
+ },
1375
+ "mqueue,/dev/mqueue": {
1376
+ "device": "mqueue",
1377
+ "mount": "/dev/mqueue",
1378
+ "fs_type": "mqueue",
1379
+ "mount_options": [
1380
+ "rw",
1381
+ "relatime",
1382
+ "seclabel"
1383
+ ]
1384
+ },
1385
+ "debugfs,/sys/kernel/debug": {
1386
+ "device": "debugfs",
1387
+ "mount": "/sys/kernel/debug",
1388
+ "fs_type": "debugfs",
1389
+ "mount_options": [
1390
+ "rw",
1391
+ "relatime"
1392
+ ]
1393
+ },
1394
+ "/dev/sda,": {
1395
+ "device": "/dev/sda"
1396
+ },
1397
+ "/dev/sda2,": {
1398
+ "device": "/dev/sda2",
1399
+ "fs_type": "LVM2_member",
1400
+ "uuid": "7bi097-INwx-6f61-Lizc-ApmT-G5UA-3N6qzV"
1401
+ },
1402
+ "/dev/mapper/rhel-swap,": {
1403
+ "device": "/dev/mapper/rhel-swap",
1404
+ "fs_type": "swap",
1405
+ "uuid": "3c7a1dd6-fcd1-44e6-8e17-0fe5942e7c4d"
1406
+ },
1407
+ "/dev/sr0,": {
1408
+ "device": "/dev/sr0"
1409
+ },
1410
+ "rootfs,/": {
1411
+ "device": "rootfs",
1412
+ "mount": "/",
1413
+ "fs_type": "rootfs",
1414
+ "mount_options": [
1415
+ "rw"
1416
+ ]
1417
+ }
1418
+ }
1419
+ },
1420
+ "fips": {
1421
+ "kernel": {
1422
+ "enabled": false
1423
+ }
1424
+ },
1425
+ "fqdn": "fauxhai.local",
1426
+ "hostname": "Fauxhai",
1427
+ "idle": "30 days 15 hours 07 minutes 30 seconds",
1428
+ "idletime_seconds": 2646450,
1429
+ "init_package": "systemd",
1430
+ "ipaddress": "10.0.0.2",
1431
+ "kernel": {
1432
+ "name": "Linux",
1433
+ "release": "3.10.0-327.el7.x86_64",
1434
+ "version": "#1 SMP Thu Oct 29 17:29:29 EDT 2015",
1435
+ "machine": "x86_64",
1436
+ "processor": "x86_64",
1437
+ "os": "GNU/Linux",
1438
+ "modules": {
1439
+ "ip6t_rpfilter": {
1440
+ "size": "12546",
1441
+ "refcount": "1"
1442
+ },
1443
+ "ip6t_REJECT": {
1444
+ "size": "12939",
1445
+ "refcount": "2"
1446
+ },
1447
+ "ipt_REJECT": {
1448
+ "size": "12541",
1449
+ "refcount": "2"
1450
+ },
1451
+ "xt_conntrack": {
1452
+ "size": "12760",
1453
+ "refcount": "7"
1454
+ },
1455
+ "ebtable_nat": {
1456
+ "size": "12807",
1457
+ "refcount": "0"
1458
+ },
1459
+ "ebtable_broute": {
1460
+ "size": "12731",
1461
+ "refcount": "0"
1462
+ },
1463
+ "bridge": {
1464
+ "size": "119562",
1465
+ "refcount": "1",
1466
+ "version": "2.3"
1467
+ },
1468
+ "stp": {
1469
+ "size": "12976",
1470
+ "refcount": "1"
1471
+ },
1472
+ "llc": {
1473
+ "size": "14552",
1474
+ "refcount": "2"
1475
+ },
1476
+ "ebtable_filter": {
1477
+ "size": "12827",
1478
+ "refcount": "0"
277
1479
  },
278
1480
  "ebtables": {
279
1481
  "size": "30913",
@@ -359,45 +1561,40 @@
359
1561
  "size": "13113",
360
1562
  "refcount": "0"
361
1563
  },
362
- "snd_intel8x0": {
363
- "size": "38274",
364
- "refcount": "0"
365
- },
366
1564
  "ghash_clmulni_intel": {
367
1565
  "size": "13259",
368
1566
  "refcount": "0"
369
1567
  },
1568
+ "snd_intel8x0": {
1569
+ "size": "38274",
1570
+ "refcount": "0"
1571
+ },
370
1572
  "snd_ac97_codec": {
371
1573
  "size": "130605",
372
1574
  "refcount": "1"
373
1575
  },
1576
+ "ac97_bus": {
1577
+ "size": "12730",
1578
+ "refcount": "1"
1579
+ },
374
1580
  "aesni_intel": {
375
1581
  "size": "69884",
376
1582
  "refcount": "0"
377
1583
  },
378
- "ppdev": {
379
- "size": "17671",
1584
+ "snd_seq": {
1585
+ "size": "66691",
380
1586
  "refcount": "0"
381
1587
  },
382
- "ac97_bus": {
383
- "size": "12730",
1588
+ "snd_seq_device": {
1589
+ "size": "14356",
384
1590
  "refcount": "1"
385
1591
  },
386
- "lrw": {
387
- "size": "13286",
388
- "refcount": "1"
389
- },
390
- "sg": {
391
- "size": "40721",
392
- "refcount": "0",
393
- "version": "3.5.36"
394
- },
395
- "snd_seq": {
396
- "size": "66691",
397
- "refcount": "0"
1592
+ "snd_pcm": {
1593
+ "size": "105835",
1594
+ "refcount": "2"
398
1595
  },
399
- "snd_seq_device": {
400
- "size": "14356",
1596
+ "lrw": {
1597
+ "size": "13286",
401
1598
  "refcount": "1"
402
1599
  },
403
1600
  "gf128mul": {
@@ -416,22 +1613,6 @@
416
1613
  "size": "20359",
417
1614
  "refcount": "3"
418
1615
  },
419
- "pcspkr": {
420
- "size": "12718",
421
- "refcount": "0"
422
- },
423
- "parport_pc": {
424
- "size": "28165",
425
- "refcount": "0"
426
- },
427
- "parport": {
428
- "size": "42348",
429
- "refcount": "2"
430
- },
431
- "snd_pcm": {
432
- "size": "105835",
433
- "refcount": "2"
434
- },
435
1616
  "snd_timer": {
436
1617
  "size": "29639",
437
1618
  "refcount": "2"
@@ -440,12 +1621,17 @@
440
1621
  "size": "83425",
441
1622
  "refcount": "6"
442
1623
  },
1624
+ "sg": {
1625
+ "size": "40721",
1626
+ "refcount": "0",
1627
+ "version": "3.5.36"
1628
+ },
443
1629
  "soundcore": {
444
1630
  "size": "15047",
445
1631
  "refcount": "1"
446
1632
  },
447
- "video": {
448
- "size": "24400",
1633
+ "pcspkr": {
1634
+ "size": "12718",
449
1635
  "refcount": "0"
450
1636
  },
451
1637
  "i2c_piix4": {
@@ -456,6 +1642,22 @@
456
1642
  "size": "40582",
457
1643
  "refcount": "1"
458
1644
  },
1645
+ "video": {
1646
+ "size": "24400",
1647
+ "refcount": "0"
1648
+ },
1649
+ "ppdev": {
1650
+ "size": "17671",
1651
+ "refcount": "0"
1652
+ },
1653
+ "parport_pc": {
1654
+ "size": "28165",
1655
+ "refcount": "0"
1656
+ },
1657
+ "parport": {
1658
+ "size": "42348",
1659
+ "refcount": "2"
1660
+ },
459
1661
  "ip_tables": {
460
1662
  "size": "27240",
461
1663
  "refcount": "5"
@@ -520,6 +1722,11 @@
520
1722
  "size": "12595",
521
1723
  "refcount": "3"
522
1724
  },
1725
+ "e1000": {
1726
+ "size": "149323",
1727
+ "refcount": "0",
1728
+ "version": "7.3.21-k8-NAPI"
1729
+ },
523
1730
  "crc32c_intel": {
524
1731
  "size": "22079",
525
1732
  "refcount": "1"
@@ -528,11 +1735,6 @@
528
1735
  "size": "13462",
529
1736
  "refcount": "0"
530
1737
  },
531
- "e1000": {
532
- "size": "149323",
533
- "refcount": "0",
534
- "version": "7.3.21-k8-NAPI"
535
- },
536
1738
  "libata": {
537
1739
  "size": "218730",
538
1740
  "refcount": "5",
@@ -556,155 +1758,12 @@
556
1758
  }
557
1759
  }
558
1760
  },
559
- "os": "linux",
560
- "os_version": "3.10.0-327.el7.x86_64",
561
- "lsb": {
562
- },
563
- "platform": "redhat",
564
- "platform_version": "7.2",
565
- "platform_family": "rhel",
566
- "dmi": {
567
- "dmidecode_version": "2.12",
568
- "smbios_version": "2.5",
569
- "structures": {
570
- "count": "10",
571
- "size": "450"
572
- },
573
- "table_location": "0x000E1000",
574
- "bios": {
575
- "all_records": [
576
- {
577
- "record_id": "0x0000",
578
- "size": "0",
579
- "application_identifier": "BIOS Information",
580
- "Vendor": "innotek GmbH",
581
- "Version": "VirtualBox",
582
- "Release Date": "12/01/2006",
583
- "Address": "0xE0000",
584
- "Runtime Size": "128 kB",
585
- "ROM Size": "128 kB",
586
- "Characteristics": {
587
- "ISA is supported": null,
588
- "PCI is supported": null,
589
- "Boot from CD is supported": null,
590
- "Selectable boot is supported": null,
591
- "8042 keyboard services are supported (int 9h)": null,
592
- "CGA/mono video services are supported (int 10h)": null,
593
- "ACPI is supported": null
594
- }
595
- }
596
- ],
597
- "vendor": "innotek GmbH",
598
- "version": "VirtualBox",
599
- "release_date": "12/01/2006",
600
- "address": "0xE0000",
601
- "runtime_size": "128 kB",
602
- "rom_size": "128 kB"
603
- },
604
- "system": {
605
- "all_records": [
606
- {
607
- "record_id": "0x0001",
608
- "size": "1",
609
- "application_identifier": "System Information",
610
- "Manufacturer": "innotek GmbH",
611
- "Product Name": "VirtualBox",
612
- "Version": "1.2",
613
- "Serial Number": "0",
614
- "UUID": "F43ED604-2668-4A0B-83FB-1FBE8AEBA9FC",
615
- "Wake-up Type": "Power Switch",
616
- "SKU Number": "Not Specified",
617
- "Family": "Virtual Machine"
618
- }
619
- ],
620
- "manufacturer": "innotek GmbH",
621
- "product_name": "VirtualBox",
622
- "version": "1.2",
623
- "serial_number": "0",
624
- "uuid": "F43ED604-2668-4A0B-83FB-1FBE8AEBA9FC",
625
- "wake_up_type": "Power Switch",
626
- "sku_number": "Not Specified",
627
- "family": "Virtual Machine"
628
- },
629
- "base_board": {
630
- "all_records": [
631
- {
632
- "record_id": "0x0008",
633
- "size": "2",
634
- "application_identifier": "Base Board Information",
635
- "Manufacturer": "Oracle Corporation",
636
- "Product Name": "VirtualBox",
637
- "Version": "1.2",
638
- "Serial Number": "0",
639
- "Asset Tag": "Not Specified",
640
- "Features": {
641
- "Board is a hosting board": null
642
- },
643
- "Location In Chassis": "Not Specified",
644
- "Chassis Handle": "0x0003",
645
- "Type": "Motherboard",
646
- "Contained Object Handles": "0"
647
- }
648
- ],
649
- "manufacturer": "Oracle Corporation",
650
- "product_name": "VirtualBox",
651
- "version": "1.2",
652
- "serial_number": "0",
653
- "asset_tag": "Not Specified",
654
- "location_in_chassis": "Not Specified",
655
- "chassis_handle": "0x0003",
656
- "type": "Motherboard",
657
- "contained_object_handles": "0"
658
- },
659
- "chassis": {
660
- "all_records": [
661
- {
662
- "record_id": "0x0003",
663
- "size": "3",
664
- "application_identifier": "Chassis Information",
665
- "Manufacturer": "Oracle Corporation",
666
- "Type": "Other",
667
- "Lock": "Not Present",
668
- "Version": "Not Specified",
669
- "Serial Number": "Not Specified",
670
- "Asset Tag": "Not Specified",
671
- "Boot-up State": "Safe",
672
- "Power Supply State": "Safe",
673
- "Thermal State": "Safe",
674
- "Security Status": "None"
675
- }
676
- ],
677
- "manufacturer": "Oracle Corporation",
678
- "type": "Other",
679
- "lock": "Not Present",
680
- "version": "Not Specified",
681
- "serial_number": "Not Specified",
682
- "asset_tag": "Not Specified",
683
- "boot_up_state": "Safe",
684
- "power_supply_state": "Safe",
685
- "thermal_state": "Safe",
686
- "security_status": "None"
687
- },
688
- "oem_strings": {
689
- "all_records": [
690
- {
691
- "record_id": "0x0002",
692
- "size": "11",
693
- "application_identifier": "OEM Strings",
694
- "String 1": "vboxVer_5.1.14",
695
- "String 2": "vboxRev_112924"
696
- }
697
- ],
698
- "string_1": "vboxVer_5.1.14",
699
- "string_2": "vboxRev_112924"
1761
+ "keys": {
1762
+ "ssh": {
1763
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
1764
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
700
1765
  }
701
1766
  },
702
- "command": {
703
- "ps": "ps -ef"
704
- },
705
- "init_package": "systemd",
706
- "ohai_time": 1488741427.203411,
707
- "root_group": "root",
708
1767
  "languages": {
709
1768
  "ruby": {
710
1769
  "bin_dir": "/usr/local/bin",
@@ -714,127 +1773,2405 @@
714
1773
  },
715
1774
  "powershell": null
716
1775
  },
717
- "chef_packages": {
718
- "chef": {
719
- "version": "12.19.36",
720
- "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.19.36/lib"
721
- },
722
- "ohai": {
723
- "version": "8.23.0",
724
- "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.23.0/lib/ohai"
725
- }
1776
+ "lsb": {
726
1777
  },
727
- "counters": {
728
- "network": {
729
- "interfaces": {
730
- "eth0": {
731
- "rx": {
732
- "bytes": "0",
733
- "packets": "0",
734
- "errors": "0",
735
- "drop": 0,
736
- "overrun": 0,
737
- "frame": 0,
738
- "compressed": 0,
739
- "multicast": 0
1778
+ "macaddress": "11:11:11:11:11:11",
1779
+ "machinename": "Fauxhai",
1780
+ "memory": {
1781
+ "total": "1048576kB"
1782
+ },
1783
+ "network": {
1784
+ "interfaces": {
1785
+ "lo": {
1786
+ "mtu": "65536",
1787
+ "flags": [
1788
+ "LOOPBACK",
1789
+ "UP",
1790
+ "LOWER_UP"
1791
+ ],
1792
+ "encapsulation": "Loopback",
1793
+ "addresses": {
1794
+ "127.0.0.1": {
1795
+ "family": "inet",
1796
+ "prefixlen": "8",
1797
+ "netmask": "255.0.0.0",
1798
+ "scope": "Node",
1799
+ "ip_scope": "LOOPBACK"
740
1800
  },
741
- "tx": {
742
- "bytes": "342",
743
- "packets": "0",
744
- "errors": "0",
745
- "drop": 0,
746
- "overrun": 0,
747
- "collisions": "0",
748
- "carrier": 0,
749
- "compressed": 0
1801
+ "::1": {
1802
+ "family": "inet6",
1803
+ "prefixlen": "128",
1804
+ "scope": "Node",
1805
+ "tags": [
1806
+
1807
+ ],
1808
+ "ip_scope": "LINK LOCAL LOOPBACK"
750
1809
  }
751
- }
752
- }
753
- }
754
- },
755
- "current_user": "fauxhai",
756
- "domain": "local",
757
- "etc": {
758
- "passwd": {
759
- "fauxhai": {
760
- "dir": "/home/fauxhai",
761
- "gid": 0,
762
- "uid": 0,
763
- "shell": "/bin/bash",
764
- "gecos": "Fauxhai"
765
- }
766
- },
767
- "group": {
768
- "fauxhai": {
769
- "gid": 0,
770
- "members": [
771
- "fauxhai"
772
- ]
773
- }
774
- }
775
- },
776
- "hostname": "Fauxhai",
777
- "fqdn": "fauxhai.local",
778
- "ipaddress": "10.0.0.2",
779
- "keys": {
780
- "ssh": {
781
- "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
782
- "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
783
- }
784
- },
785
- "macaddress": "11:11:11:11:11:11",
786
- "network": {
787
- "default_gateway": "10.0.0.1",
788
- "default_interface": "eth0",
789
- "settings": {
790
- },
791
- "interfaces": {
1810
+ },
1811
+ "state": "unknown"
1812
+ },
792
1813
  "eth0": {
1814
+ "type": "eth",
1815
+ "number": "0",
1816
+ "mtu": "1500",
1817
+ "flags": [
1818
+ "BROADCAST",
1819
+ "MULTICAST",
1820
+ "UP",
1821
+ "LOWER_UP"
1822
+ ],
1823
+ "encapsulation": "Ethernet",
793
1824
  "addresses": {
1825
+ "11:11:11:11:11:11": {
1826
+ "family": "lladdr"
1827
+ },
794
1828
  "10.0.0.2": {
795
- "broadcast": "10.0.0.255",
796
1829
  "family": "inet",
797
- "netmask": "255.255.255.0",
798
1830
  "prefixlen": "24",
799
- "scope": "Global"
1831
+ "netmask": "255.255.255.0",
1832
+ "broadcast": "10.0.0.255",
1833
+ "scope": "Global",
1834
+ "ip_scope": "RFC1918 PRIVATE"
1835
+ },
1836
+ "fe80::11:1111:1111:1111": {
1837
+ "family": "inet6",
1838
+ "prefixlen": "64",
1839
+ "scope": "Link",
1840
+ "tags": [
1841
+
1842
+ ],
1843
+ "ip_scope": "LINK LOCAL UNICAST"
800
1844
  }
801
1845
  },
1846
+ "state": "up",
802
1847
  "arp": {
803
1848
  "10.0.0.1": "fe:ff:ff:ff:ff:ff"
804
1849
  },
805
- "encapsulation": "Ethernet",
806
- "flags": [
807
- "BROADCAST",
808
- "MULTICAST",
809
- "UP",
810
- "LOWER_UP"
811
- ],
812
- "mtu": "1500",
813
- "number": "0",
814
1850
  "routes": [
1851
+ {
1852
+ "destination": "default",
1853
+ "family": "inet",
1854
+ "via": "10.0.0.1"
1855
+ },
815
1856
  {
816
1857
  "destination": "10.0.0.0/24",
817
1858
  "family": "inet",
818
1859
  "scope": "link",
819
1860
  "proto": "kernel",
820
1861
  "src": "10.0.0.2"
1862
+ },
1863
+ {
1864
+ "destination": "fe80::/64",
1865
+ "family": "inet6",
1866
+ "metric": "256",
1867
+ "proto": "kernel"
821
1868
  }
822
1869
  ],
823
- "state": "up",
824
- "type": "eth"
1870
+ "ring_params": {
1871
+ }
825
1872
  }
1873
+ },
1874
+ "default_interface": "eth0",
1875
+ "default_gateway": "10.0.0.1"
1876
+ },
1877
+ "ohai_time": 1498089256.1175475,
1878
+ "os": "linux",
1879
+ "os_version": "3.10.0-327.el7.x86_64",
1880
+ "packages": {
1881
+ "jansson": {
1882
+ "epoch": "0",
1883
+ "version": "2.4",
1884
+ "release": "6.el7",
1885
+ "installdate": "1498085125",
1886
+ "arch": "x86_64"
1887
+ },
1888
+ "redhat-release-server": {
1889
+ "epoch": "0",
1890
+ "version": "7.2",
1891
+ "release": "9.el7",
1892
+ "installdate": "1498085056",
1893
+ "arch": "x86_64"
1894
+ },
1895
+ "dmidecode": {
1896
+ "epoch": "1",
1897
+ "version": "2.12",
1898
+ "release": "9.el7",
1899
+ "installdate": "1498085125",
1900
+ "arch": "x86_64"
1901
+ },
1902
+ "filesystem": {
1903
+ "epoch": "0",
1904
+ "version": "3.2",
1905
+ "release": "20.el7",
1906
+ "installdate": "1498085057",
1907
+ "arch": "x86_64"
1908
+ },
1909
+ "libestr": {
1910
+ "epoch": "0",
1911
+ "version": "0.1.9",
1912
+ "release": "2.el7",
1913
+ "installdate": "1498085126",
1914
+ "arch": "x86_64"
1915
+ },
1916
+ "basesystem": {
1917
+ "epoch": "0",
1918
+ "version": "10.0",
1919
+ "release": "7.el7",
1920
+ "installdate": "1498085058",
1921
+ "arch": "noarch"
1922
+ },
1923
+ "linux-firmware": {
1924
+ "epoch": "0",
1925
+ "version": "20150904",
1926
+ "release": "43.git6ebf5d5.el7",
1927
+ "installdate": "1498085133",
1928
+ "arch": "noarch"
1929
+ },
1930
+ "kbd-misc": {
1931
+ "epoch": "0",
1932
+ "version": "1.15.5",
1933
+ "release": "11.el7",
1934
+ "installdate": "1498085060",
1935
+ "arch": "noarch"
1936
+ },
1937
+ "bind-libs-lite": {
1938
+ "epoch": "32",
1939
+ "version": "9.9.4",
1940
+ "release": "29.el7",
1941
+ "installdate": "1498085134",
1942
+ "arch": "x86_64"
1943
+ },
1944
+ "nss-softokn-freebl": {
1945
+ "epoch": "0",
1946
+ "version": "3.16.2.3",
1947
+ "release": "13.el7_1",
1948
+ "installdate": "1498085060",
1949
+ "arch": "x86_64"
1950
+ },
1951
+ "NetworkManager": {
1952
+ "epoch": "1",
1953
+ "version": "1.0.6",
1954
+ "release": "27.el7",
1955
+ "installdate": "1498085135",
1956
+ "arch": "x86_64"
1957
+ },
1958
+ "glibc": {
1959
+ "epoch": "0",
1960
+ "version": "2.17",
1961
+ "release": "105.el7",
1962
+ "installdate": "1498085066",
1963
+ "arch": "x86_64"
1964
+ },
1965
+ "kbd-legacy": {
1966
+ "epoch": "0",
1967
+ "version": "1.15.5",
1968
+ "release": "11.el7",
1969
+ "installdate": "1498085135",
1970
+ "arch": "noarch"
1971
+ },
1972
+ "libstdc++": {
1973
+ "epoch": "0",
1974
+ "version": "4.8.5",
1975
+ "release": "4.el7",
1976
+ "installdate": "1498085070",
1977
+ "arch": "x86_64"
1978
+ },
1979
+ "kexec-tools": {
1980
+ "epoch": "0",
1981
+ "version": "2.0.7",
1982
+ "release": "38.el7",
1983
+ "installdate": "1498085136",
1984
+ "arch": "x86_64"
1985
+ },
1986
+ "bash": {
1987
+ "epoch": "0",
1988
+ "version": "4.2.46",
1989
+ "release": "19.el7",
1990
+ "installdate": "1498085071",
1991
+ "arch": "x86_64"
1992
+ },
1993
+ "NetworkManager-team": {
1994
+ "epoch": "1",
1995
+ "version": "1.0.6",
1996
+ "release": "27.el7",
1997
+ "installdate": "1498085136",
1998
+ "arch": "x86_64"
1999
+ },
2000
+ "pcre": {
2001
+ "epoch": "0",
2002
+ "version": "8.32",
2003
+ "release": "15.el7",
2004
+ "installdate": "1498085071",
2005
+ "arch": "x86_64"
2006
+ },
2007
+ "irqbalance": {
2008
+ "epoch": "3",
2009
+ "version": "1.0.7",
2010
+ "release": "5.el7",
2011
+ "installdate": "1498085148",
2012
+ "arch": "x86_64"
2013
+ },
2014
+ "zlib": {
2015
+ "epoch": "0",
2016
+ "version": "1.2.7",
2017
+ "release": "15.el7",
2018
+ "installdate": "1498085071",
2019
+ "arch": "x86_64"
2020
+ },
2021
+ "tuned": {
2022
+ "epoch": "0",
2023
+ "version": "2.5.1",
2024
+ "release": "4.el7",
2025
+ "installdate": "1498085149",
2026
+ "arch": "noarch"
2027
+ },
2028
+ "audit-libs": {
2029
+ "epoch": "0",
2030
+ "version": "2.4.1",
2031
+ "release": "5.el7",
2032
+ "installdate": "1498085071",
2033
+ "arch": "x86_64"
2034
+ },
2035
+ "lvm2": {
2036
+ "epoch": "7",
2037
+ "version": "2.02.130",
2038
+ "release": "5.el7",
2039
+ "installdate": "1498085150",
2040
+ "arch": "x86_64"
2041
+ },
2042
+ "libuuid": {
2043
+ "epoch": "0",
2044
+ "version": "2.23.2",
2045
+ "release": "26.el7",
2046
+ "installdate": "1498085071",
2047
+ "arch": "x86_64"
2048
+ },
2049
+ "firewalld": {
2050
+ "epoch": "0",
2051
+ "version": "0.3.9",
2052
+ "release": "14.el7",
2053
+ "installdate": "1498085151",
2054
+ "arch": "noarch"
2055
+ },
2056
+ "libcom_err": {
2057
+ "epoch": "0",
2058
+ "version": "1.42.9",
2059
+ "release": "7.el7",
2060
+ "installdate": "1498085071",
2061
+ "arch": "x86_64"
2062
+ },
2063
+ "audit": {
2064
+ "epoch": "0",
2065
+ "version": "2.4.1",
2066
+ "release": "5.el7",
2067
+ "installdate": "1498085152",
2068
+ "arch": "x86_64"
2069
+ },
2070
+ "chkconfig": {
2071
+ "epoch": "0",
2072
+ "version": "1.3.61",
2073
+ "release": "5.el7",
2074
+ "installdate": "1498085072",
2075
+ "arch": "x86_64"
2076
+ },
2077
+ "biosdevname": {
2078
+ "epoch": "0",
2079
+ "version": "0.6.2",
2080
+ "release": "1.el7",
2081
+ "installdate": "1498085154",
2082
+ "arch": "x86_64"
2083
+ },
2084
+ "libdb": {
2085
+ "epoch": "0",
2086
+ "version": "5.3.21",
2087
+ "release": "19.el7",
2088
+ "installdate": "1498085072",
2089
+ "arch": "x86_64"
2090
+ },
2091
+ "aic94xx-firmware": {
2092
+ "epoch": "0",
2093
+ "version": "30",
2094
+ "release": "6.el7",
2095
+ "installdate": "1498085155",
2096
+ "arch": "noarch"
2097
+ },
2098
+ "libxml2": {
2099
+ "epoch": "0",
2100
+ "version": "2.9.1",
2101
+ "release": "5.el7_1.2",
2102
+ "installdate": "1498085072",
2103
+ "arch": "x86_64"
2104
+ },
2105
+ "openssh-server": {
2106
+ "epoch": "0",
2107
+ "version": "6.6.1p1",
2108
+ "release": "22.el7",
2109
+ "installdate": "1498085189",
2110
+ "arch": "x86_64"
2111
+ },
2112
+ "dbus-libs": {
2113
+ "epoch": "1",
2114
+ "version": "1.6.12",
2115
+ "release": "13.el7",
2116
+ "installdate": "1498085073",
2117
+ "arch": "x86_64"
2118
+ },
2119
+ "parted": {
2120
+ "epoch": "0",
2121
+ "version": "3.1",
2122
+ "release": "23.el7",
2123
+ "installdate": "1498085189",
2124
+ "arch": "x86_64"
2125
+ },
2126
+ "gawk": {
2127
+ "epoch": "0",
2128
+ "version": "4.0.2",
2129
+ "release": "4.el7",
2130
+ "installdate": "1498085073",
2131
+ "arch": "x86_64"
2132
+ },
2133
+ "iprutils": {
2134
+ "epoch": "0",
2135
+ "version": "2.4.8",
2136
+ "release": "1.el7",
2137
+ "installdate": "1498085189",
2138
+ "arch": "x86_64"
2139
+ },
2140
+ "libffi": {
2141
+ "epoch": "0",
2142
+ "version": "3.0.13",
2143
+ "release": "16.el7",
2144
+ "installdate": "1498085073",
2145
+ "arch": "x86_64"
2146
+ },
2147
+ "selinux-policy-targeted": {
2148
+ "epoch": "0",
2149
+ "version": "3.13.1",
2150
+ "release": "60.el7",
2151
+ "installdate": "1498085191",
2152
+ "arch": "noarch"
2153
+ },
2154
+ "pkgconfig": {
2155
+ "epoch": "1",
2156
+ "version": "0.27.1",
2157
+ "release": "4.el7",
2158
+ "installdate": "1498085074",
2159
+ "arch": "x86_64"
2160
+ },
2161
+ "authconfig": {
2162
+ "epoch": "0",
2163
+ "version": "6.2.8",
2164
+ "release": "10.el7",
2165
+ "installdate": "1498085192",
2166
+ "arch": "x86_64"
2167
+ },
2168
+ "libgpg-error": {
2169
+ "epoch": "0",
2170
+ "version": "1.12",
2171
+ "release": "3.el7",
2172
+ "installdate": "1498085075",
2173
+ "arch": "x86_64"
2174
+ },
2175
+ "Red_Hat_Enterprise_Linux-Release_Notes-7-en-US": {
2176
+ "epoch": "0",
2177
+ "version": "7",
2178
+ "release": "2.el7",
2179
+ "installdate": "1498085192",
2180
+ "arch": "noarch"
2181
+ },
2182
+ "libattr": {
2183
+ "epoch": "0",
2184
+ "version": "2.4.46",
2185
+ "release": "12.el7",
2186
+ "installdate": "1498085075",
2187
+ "arch": "x86_64"
2188
+ },
2189
+ "btrfs-progs": {
2190
+ "epoch": "0",
2191
+ "version": "3.19.1",
2192
+ "release": "1.el7",
2193
+ "installdate": "1498085193",
2194
+ "arch": "x86_64"
2195
+ },
2196
+ "libcap": {
2197
+ "epoch": "0",
2198
+ "version": "2.22",
2199
+ "release": "8.el7",
2200
+ "installdate": "1498085075",
2201
+ "arch": "x86_64"
2202
+ },
2203
+ "tar": {
2204
+ "epoch": "2",
2205
+ "version": "1.26",
2206
+ "release": "29.el7",
2207
+ "installdate": "1498085193",
2208
+ "arch": "x86_64"
2209
+ },
2210
+ "libnl3": {
2211
+ "epoch": "0",
2212
+ "version": "3.2.21",
2213
+ "release": "10.el7",
2214
+ "installdate": "1498085075",
2215
+ "arch": "x86_64"
2216
+ },
2217
+ "iwl6000g2a-firmware": {
2218
+ "epoch": "0",
2219
+ "version": "17.168.5.3",
2220
+ "release": "43.el7",
2221
+ "installdate": "1498085193",
2222
+ "arch": "noarch"
2223
+ },
2224
+ "p11-kit": {
2225
+ "epoch": "0",
2226
+ "version": "0.20.7",
2227
+ "release": "3.el7",
2228
+ "installdate": "1498085075",
2229
+ "arch": "x86_64"
2230
+ },
2231
+ "iwl3945-firmware": {
2232
+ "epoch": "0",
2233
+ "version": "15.32.2.9",
2234
+ "release": "43.el7",
2235
+ "installdate": "1498085193",
2236
+ "arch": "noarch"
2237
+ },
2238
+ "sqlite": {
2239
+ "epoch": "0",
2240
+ "version": "3.7.17",
2241
+ "release": "8.el7",
2242
+ "installdate": "1498085076",
2243
+ "arch": "x86_64"
2244
+ },
2245
+ "iwl3160-firmware": {
2246
+ "epoch": "0",
2247
+ "version": "22.0.7.0",
2248
+ "release": "43.el7",
2249
+ "installdate": "1498085194",
2250
+ "arch": "noarch"
2251
+ },
2252
+ "diffutils": {
2253
+ "epoch": "0",
2254
+ "version": "3.3",
2255
+ "release": "4.el7",
2256
+ "installdate": "1498085076",
2257
+ "arch": "x86_64"
2258
+ },
2259
+ "iwl5000-firmware": {
2260
+ "epoch": "0",
2261
+ "version": "8.83.5.1_1",
2262
+ "release": "43.el7",
2263
+ "installdate": "1498085194",
2264
+ "arch": "noarch"
2265
+ },
2266
+ "libcap-ng": {
2267
+ "epoch": "0",
2268
+ "version": "0.7.5",
2269
+ "release": "4.el7",
2270
+ "installdate": "1498085076",
2271
+ "arch": "x86_64"
2272
+ },
2273
+ "iwl6000-firmware": {
2274
+ "epoch": "0",
2275
+ "version": "9.221.4.1",
2276
+ "release": "43.el7",
2277
+ "installdate": "1498085194",
2278
+ "arch": "noarch"
2279
+ },
2280
+ "libidn": {
2281
+ "epoch": "0",
2282
+ "version": "1.28",
2283
+ "release": "4.el7",
2284
+ "installdate": "1498085076",
2285
+ "arch": "x86_64"
2286
+ },
2287
+ "iwl6000g2b-firmware": {
2288
+ "epoch": "0",
2289
+ "version": "17.168.5.2",
2290
+ "release": "43.el7",
2291
+ "installdate": "1498085194",
2292
+ "arch": "noarch"
2293
+ },
2294
+ "file-libs": {
2295
+ "epoch": "0",
2296
+ "version": "5.11",
2297
+ "release": "31.el7",
2298
+ "installdate": "1498085077",
2299
+ "arch": "x86_64"
2300
+ },
2301
+ "iwl105-firmware": {
2302
+ "epoch": "0",
2303
+ "version": "18.168.6.1",
2304
+ "release": "43.el7",
2305
+ "installdate": "1498085194",
2306
+ "arch": "noarch"
2307
+ },
2308
+ "file": {
2309
+ "epoch": "0",
2310
+ "version": "5.11",
2311
+ "release": "31.el7",
2312
+ "installdate": "1498085077",
2313
+ "arch": "x86_64"
2314
+ },
2315
+ "iwl135-firmware": {
2316
+ "epoch": "0",
2317
+ "version": "18.168.6.1",
2318
+ "release": "43.el7",
2319
+ "installdate": "1498085194",
2320
+ "arch": "noarch"
2321
+ },
2322
+ "libnl3-cli": {
2323
+ "epoch": "0",
2324
+ "version": "3.2.21",
2325
+ "release": "10.el7",
2326
+ "installdate": "1498085077",
2327
+ "arch": "x86_64"
2328
+ },
2329
+ "iwl1000-firmware": {
2330
+ "epoch": "1",
2331
+ "version": "39.31.5.1",
2332
+ "release": "43.el7",
2333
+ "installdate": "1498085195",
2334
+ "arch": "noarch"
2335
+ },
2336
+ "libcroco": {
2337
+ "epoch": "0",
2338
+ "version": "0.6.8",
2339
+ "release": "5.el7",
2340
+ "installdate": "1498085077",
2341
+ "arch": "x86_64"
2342
+ },
2343
+ "iwl5150-firmware": {
2344
+ "epoch": "0",
2345
+ "version": "8.24.2.2",
2346
+ "release": "43.el7",
2347
+ "installdate": "1498085195",
2348
+ "arch": "noarch"
2349
+ },
2350
+ "cyrus-sasl-lib": {
2351
+ "epoch": "0",
2352
+ "version": "2.1.26",
2353
+ "release": "19.2.el7",
2354
+ "installdate": "1498085078",
2355
+ "arch": "x86_64"
2356
+ },
2357
+ "chef": {
2358
+ "epoch": "0",
2359
+ "version": "13.1.31",
2360
+ "release": "1.el7",
2361
+ "installdate": "1498089240",
2362
+ "arch": "x86_64"
2363
+ },
2364
+ "groff-base": {
2365
+ "epoch": "0",
2366
+ "version": "1.22.2",
2367
+ "release": "8.el7",
2368
+ "installdate": "1498085078",
2369
+ "arch": "x86_64"
2370
+ },
2371
+ "libunistring": {
2372
+ "epoch": "0",
2373
+ "version": "0.9.3",
2374
+ "release": "9.el7",
2375
+ "installdate": "1498085078",
2376
+ "arch": "x86_64"
2377
+ },
2378
+ "libnfnetlink": {
2379
+ "epoch": "0",
2380
+ "version": "1.0.1",
2381
+ "release": "4.el7",
2382
+ "installdate": "1498085078",
2383
+ "arch": "x86_64"
2384
+ },
2385
+ "newt": {
2386
+ "epoch": "0",
2387
+ "version": "0.52.15",
2388
+ "release": "4.el7",
2389
+ "installdate": "1498085079",
2390
+ "arch": "x86_64"
2391
+ },
2392
+ "tcp_wrappers-libs": {
2393
+ "epoch": "0",
2394
+ "version": "7.6",
2395
+ "release": "77.el7",
2396
+ "installdate": "1498085079",
2397
+ "arch": "x86_64"
2398
+ },
2399
+ "libdaemon": {
2400
+ "epoch": "0",
2401
+ "version": "0.14",
2402
+ "release": "7.el7",
2403
+ "installdate": "1498085079",
2404
+ "arch": "x86_64"
2405
+ },
2406
+ "hostname": {
2407
+ "epoch": "0",
2408
+ "version": "3.13",
2409
+ "release": "3.el7",
2410
+ "installdate": "1498085079",
2411
+ "arch": "x86_64"
2412
+ },
2413
+ "keyutils-libs": {
2414
+ "epoch": "0",
2415
+ "version": "1.5.8",
2416
+ "release": "3.el7",
2417
+ "installdate": "1498085079",
2418
+ "arch": "x86_64"
2419
+ },
2420
+ "p11-kit-trust": {
2421
+ "epoch": "0",
2422
+ "version": "0.20.7",
2423
+ "release": "3.el7",
2424
+ "installdate": "1498085079",
2425
+ "arch": "x86_64"
2426
+ },
2427
+ "gettext-libs": {
2428
+ "epoch": "0",
2429
+ "version": "0.18.2.1",
2430
+ "release": "4.el7",
2431
+ "installdate": "1498085080",
2432
+ "arch": "x86_64"
2433
+ },
2434
+ "libteam": {
2435
+ "epoch": "0",
2436
+ "version": "1.17",
2437
+ "release": "5.el7",
2438
+ "installdate": "1498085080",
2439
+ "arch": "x86_64"
2440
+ },
2441
+ "vim-minimal": {
2442
+ "epoch": "2",
2443
+ "version": "7.4.160",
2444
+ "release": "1.el7",
2445
+ "installdate": "1498085080",
2446
+ "arch": "x86_64"
2447
+ },
2448
+ "libxslt": {
2449
+ "epoch": "0",
2450
+ "version": "1.1.28",
2451
+ "release": "5.el7",
2452
+ "installdate": "1498085080",
2453
+ "arch": "x86_64"
2454
+ },
2455
+ "gsettings-desktop-schemas": {
2456
+ "epoch": "0",
2457
+ "version": "3.14.2",
2458
+ "release": "1.el7",
2459
+ "installdate": "1498085080",
2460
+ "arch": "x86_64"
2461
+ },
2462
+ "libdb-utils": {
2463
+ "epoch": "0",
2464
+ "version": "5.3.21",
2465
+ "release": "19.el7",
2466
+ "installdate": "1498085081",
2467
+ "arch": "x86_64"
2468
+ },
2469
+ "libss": {
2470
+ "epoch": "0",
2471
+ "version": "1.42.9",
2472
+ "release": "7.el7",
2473
+ "installdate": "1498085081",
2474
+ "arch": "x86_64"
2475
+ },
2476
+ "make": {
2477
+ "epoch": "1",
2478
+ "version": "3.82",
2479
+ "release": "21.el7",
2480
+ "installdate": "1498085081",
2481
+ "arch": "x86_64"
2482
+ },
2483
+ "libselinux-utils": {
2484
+ "epoch": "0",
2485
+ "version": "2.2.2",
2486
+ "release": "6.el7",
2487
+ "installdate": "1498085081",
2488
+ "arch": "x86_64"
2489
+ },
2490
+ "libedit": {
2491
+ "epoch": "0",
2492
+ "version": "3.0",
2493
+ "release": "12.20121213cvs.el7",
2494
+ "installdate": "1498085082",
2495
+ "arch": "x86_64"
2496
+ },
2497
+ "libmodman": {
2498
+ "epoch": "0",
2499
+ "version": "2.0.1",
2500
+ "release": "8.el7",
2501
+ "installdate": "1498085082",
2502
+ "arch": "x86_64"
2503
+ },
2504
+ "snappy": {
2505
+ "epoch": "0",
2506
+ "version": "1.1.0",
2507
+ "release": "3.el7",
2508
+ "installdate": "1498085082",
2509
+ "arch": "x86_64"
2510
+ },
2511
+ "ustr": {
2512
+ "epoch": "0",
2513
+ "version": "1.0.4",
2514
+ "release": "16.el7",
2515
+ "installdate": "1498085082",
2516
+ "arch": "x86_64"
2517
+ },
2518
+ "libverto": {
2519
+ "epoch": "0",
2520
+ "version": "0.2.5",
2521
+ "release": "4.el7",
2522
+ "installdate": "1498085082",
2523
+ "arch": "x86_64"
2524
+ },
2525
+ "openssl-libs": {
2526
+ "epoch": "1",
2527
+ "version": "1.0.1e",
2528
+ "release": "42.el7_1.9",
2529
+ "installdate": "1498085083",
2530
+ "arch": "x86_64"
2531
+ },
2532
+ "ca-certificates": {
2533
+ "epoch": "0",
2534
+ "version": "2015.2.4",
2535
+ "release": "71.el7",
2536
+ "installdate": "1498085084",
2537
+ "arch": "noarch"
2538
+ },
2539
+ "python": {
2540
+ "epoch": "0",
2541
+ "version": "2.7.5",
2542
+ "release": "34.el7",
2543
+ "installdate": "1498085090",
2544
+ "arch": "x86_64"
2545
+ },
2546
+ "shadow-utils": {
2547
+ "epoch": "2",
2548
+ "version": "4.1.5.1",
2549
+ "release": "18.el7",
2550
+ "installdate": "1498085091",
2551
+ "arch": "x86_64"
2552
+ },
2553
+ "gzip": {
2554
+ "epoch": "0",
2555
+ "version": "1.5",
2556
+ "release": "8.el7",
2557
+ "installdate": "1498085091",
2558
+ "arch": "x86_64"
2559
+ },
2560
+ "python-dateutil": {
2561
+ "epoch": "0",
2562
+ "version": "1.5",
2563
+ "release": "7.el7",
2564
+ "installdate": "1498085092",
2565
+ "arch": "noarch"
2566
+ },
2567
+ "python-decorator": {
2568
+ "epoch": "0",
2569
+ "version": "3.4.0",
2570
+ "release": "3.el7",
2571
+ "installdate": "1498085092",
2572
+ "arch": "noarch"
2573
+ },
2574
+ "newt-python": {
2575
+ "epoch": "0",
2576
+ "version": "0.52.15",
2577
+ "release": "4.el7",
2578
+ "installdate": "1498085092",
2579
+ "arch": "x86_64"
2580
+ },
2581
+ "cracklib-dicts": {
2582
+ "epoch": "0",
2583
+ "version": "2.9.0",
2584
+ "release": "11.el7",
2585
+ "installdate": "1498085093",
2586
+ "arch": "x86_64"
2587
+ },
2588
+ "libpwquality": {
2589
+ "epoch": "0",
2590
+ "version": "1.2.3",
2591
+ "release": "4.el7",
2592
+ "installdate": "1498085094",
2593
+ "arch": "x86_64"
2594
+ },
2595
+ "libgudev1": {
2596
+ "epoch": "0",
2597
+ "version": "219",
2598
+ "release": "19.el7",
2599
+ "installdate": "1498085094",
2600
+ "arch": "x86_64"
2601
+ },
2602
+ "libmount": {
2603
+ "epoch": "0",
2604
+ "version": "2.23.2",
2605
+ "release": "26.el7",
2606
+ "installdate": "1498085095",
2607
+ "arch": "x86_64"
2608
+ },
2609
+ "python-ethtool": {
2610
+ "epoch": "0",
2611
+ "version": "0.8",
2612
+ "release": "5.el7",
2613
+ "installdate": "1498085095",
2614
+ "arch": "x86_64"
2615
+ },
2616
+ "redhat-logos": {
2617
+ "epoch": "0",
2618
+ "version": "70.0.3",
2619
+ "release": "4.el7",
2620
+ "installdate": "1498085098",
2621
+ "arch": "noarch"
2622
+ },
2623
+ "avahi-autoipd": {
2624
+ "epoch": "0",
2625
+ "version": "0.6.31",
2626
+ "release": "15.el7",
2627
+ "installdate": "1498085098",
2628
+ "arch": "x86_64"
2629
+ },
2630
+ "grubby": {
2631
+ "epoch": "0",
2632
+ "version": "8.28",
2633
+ "release": "17.el7",
2634
+ "installdate": "1498085098",
2635
+ "arch": "x86_64"
2636
+ },
2637
+ "pyliblzma": {
2638
+ "epoch": "0",
2639
+ "version": "0.5.3",
2640
+ "release": "11.el7",
2641
+ "installdate": "1498085099",
2642
+ "arch": "x86_64"
2643
+ },
2644
+ "pyOpenSSL": {
2645
+ "epoch": "0",
2646
+ "version": "0.13.1",
2647
+ "release": "3.el7",
2648
+ "installdate": "1498085099",
2649
+ "arch": "x86_64"
2650
+ },
2651
+ "pygobject2": {
2652
+ "epoch": "0",
2653
+ "version": "2.28.6",
2654
+ "release": "11.el7",
2655
+ "installdate": "1498085099",
2656
+ "arch": "x86_64"
2657
+ },
2658
+ "yum-metadata-parser": {
2659
+ "epoch": "0",
2660
+ "version": "1.1.4",
2661
+ "release": "10.el7",
2662
+ "installdate": "1498085099",
2663
+ "arch": "x86_64"
2664
+ },
2665
+ "python-slip": {
2666
+ "epoch": "0",
2667
+ "version": "0.4.0",
2668
+ "release": "2.el7",
2669
+ "installdate": "1498085099",
2670
+ "arch": "noarch"
2671
+ },
2672
+ "pyxattr": {
2673
+ "epoch": "0",
2674
+ "version": "0.5.1",
2675
+ "release": "5.el7",
2676
+ "installdate": "1498085100",
2677
+ "arch": "x86_64"
2678
+ },
2679
+ "python-dmidecode": {
2680
+ "epoch": "0",
2681
+ "version": "3.10.13",
2682
+ "release": "11.el7",
2683
+ "installdate": "1498085100",
2684
+ "arch": "x86_64"
2685
+ },
2686
+ "xdg-utils": {
2687
+ "epoch": "0",
2688
+ "version": "1.1.0",
2689
+ "release": "0.16.20120809git.el7",
2690
+ "installdate": "1498085100",
2691
+ "arch": "noarch"
2692
+ },
2693
+ "nss": {
2694
+ "epoch": "0",
2695
+ "version": "3.19.1",
2696
+ "release": "18.el7",
2697
+ "installdate": "1498085100",
2698
+ "arch": "x86_64"
2699
+ },
2700
+ "nss-tools": {
2701
+ "epoch": "0",
2702
+ "version": "3.19.1",
2703
+ "release": "18.el7",
2704
+ "installdate": "1498085101",
2705
+ "arch": "x86_64"
2706
+ },
2707
+ "alsa-lib": {
2708
+ "epoch": "0",
2709
+ "version": "1.0.28",
2710
+ "release": "2.el7",
2711
+ "installdate": "1498085101",
2712
+ "arch": "x86_64"
2713
+ },
2714
+ "binutils": {
2715
+ "epoch": "0",
2716
+ "version": "2.23.52.0.1",
2717
+ "release": "55.el7",
2718
+ "installdate": "1498085103",
2719
+ "arch": "x86_64"
2720
+ },
2721
+ "fipscheck-lib": {
2722
+ "epoch": "0",
2723
+ "version": "1.4.1",
2724
+ "release": "5.el7",
2725
+ "installdate": "1498085104",
2726
+ "arch": "x86_64"
2727
+ },
2728
+ "libssh2": {
2729
+ "epoch": "0",
2730
+ "version": "1.4.3",
2731
+ "release": "10.el7",
2732
+ "installdate": "1498085104",
2733
+ "arch": "x86_64"
2734
+ },
2735
+ "curl": {
2736
+ "epoch": "0",
2737
+ "version": "7.29.0",
2738
+ "release": "25.el7",
2739
+ "installdate": "1498085104",
2740
+ "arch": "x86_64"
2741
+ },
2742
+ "rpm": {
2743
+ "epoch": "0",
2744
+ "version": "4.11.3",
2745
+ "release": "17.el7",
2746
+ "installdate": "1498085105",
2747
+ "arch": "x86_64"
2748
+ },
2749
+ "libuser": {
2750
+ "epoch": "0",
2751
+ "version": "0.60",
2752
+ "release": "7.el7_1",
2753
+ "installdate": "1498085106",
2754
+ "arch": "x86_64"
2755
+ },
2756
+ "policycoreutils": {
2757
+ "epoch": "0",
2758
+ "version": "2.2.5",
2759
+ "release": "20.el7",
2760
+ "installdate": "1498085107",
2761
+ "arch": "x86_64"
2762
+ },
2763
+ "dhcp-libs": {
2764
+ "epoch": "12",
2765
+ "version": "4.2.5",
2766
+ "release": "42.el7",
2767
+ "installdate": "1498085107",
2768
+ "arch": "x86_64"
2769
+ },
2770
+ "selinux-policy": {
2771
+ "epoch": "0",
2772
+ "version": "3.13.1",
2773
+ "release": "60.el7",
2774
+ "installdate": "1498085108",
2775
+ "arch": "noarch"
2776
+ },
2777
+ "usermode": {
2778
+ "epoch": "0",
2779
+ "version": "1.111",
2780
+ "release": "5.el7",
2781
+ "installdate": "1498085108",
2782
+ "arch": "x86_64"
2783
+ },
2784
+ "python-urlgrabber": {
2785
+ "epoch": "0",
2786
+ "version": "3.10",
2787
+ "release": "7.el7",
2788
+ "installdate": "1498085108",
2789
+ "arch": "noarch"
2790
+ },
2791
+ "lsscsi": {
2792
+ "epoch": "0",
2793
+ "version": "0.27",
2794
+ "release": "3.el7",
2795
+ "installdate": "1498085108",
2796
+ "arch": "x86_64"
2797
+ },
2798
+ "hardlink": {
2799
+ "epoch": "1",
2800
+ "version": "1.0",
2801
+ "release": "19.el7",
2802
+ "installdate": "1498085109",
2803
+ "arch": "x86_64"
2804
+ },
2805
+ "gnupg2": {
2806
+ "epoch": "0",
2807
+ "version": "2.0.22",
2808
+ "release": "3.el7",
2809
+ "installdate": "1498085109",
2810
+ "arch": "x86_64"
2811
+ },
2812
+ "rpm-python": {
2813
+ "epoch": "0",
2814
+ "version": "4.11.3",
2815
+ "release": "17.el7",
2816
+ "installdate": "1498085109",
2817
+ "arch": "x86_64"
2818
+ },
2819
+ "redhat-support-lib-python": {
2820
+ "epoch": "0",
2821
+ "version": "0.9.7",
2822
+ "release": "3.el7",
2823
+ "installdate": "1498085110",
2824
+ "arch": "noarch"
2825
+ },
2826
+ "pygpgme": {
2827
+ "epoch": "0",
2828
+ "version": "0.3",
2829
+ "release": "9.el7",
2830
+ "installdate": "1498085110",
2831
+ "arch": "x86_64"
2832
+ },
2833
+ "libmnl": {
2834
+ "epoch": "0",
2835
+ "version": "1.0.3",
2836
+ "release": "7.el7",
2837
+ "installdate": "1498085111",
2838
+ "arch": "x86_64"
2839
+ },
2840
+ "iptables": {
2841
+ "epoch": "0",
2842
+ "version": "1.4.21",
2843
+ "release": "16.el7",
2844
+ "installdate": "1498085111",
2845
+ "arch": "x86_64"
2846
+ },
2847
+ "qrencode-libs": {
2848
+ "epoch": "0",
2849
+ "version": "3.4.1",
2850
+ "release": "3.el7",
2851
+ "installdate": "1498085112",
2852
+ "arch": "x86_64"
2853
+ },
2854
+ "device-mapper": {
2855
+ "epoch": "7",
2856
+ "version": "1.02.107",
2857
+ "release": "5.el7",
2858
+ "installdate": "1498085112",
2859
+ "arch": "x86_64"
2860
+ },
2861
+ "cryptsetup-libs": {
2862
+ "epoch": "0",
2863
+ "version": "1.6.7",
2864
+ "release": "1.el7",
2865
+ "installdate": "1498085112",
2866
+ "arch": "x86_64"
2867
+ },
2868
+ "kmod": {
2869
+ "epoch": "0",
2870
+ "version": "20",
2871
+ "release": "5.el7",
2872
+ "installdate": "1498085113",
2873
+ "arch": "x86_64"
2874
+ },
2875
+ "dbus": {
2876
+ "epoch": "1",
2877
+ "version": "1.6.12",
2878
+ "release": "13.el7",
2879
+ "installdate": "1498085116",
2880
+ "arch": "x86_64"
2881
+ },
2882
+ "iputils": {
2883
+ "epoch": "0",
2884
+ "version": "20121221",
2885
+ "release": "7.el7",
2886
+ "installdate": "1498085116",
2887
+ "arch": "x86_64"
2888
+ },
2889
+ "device-mapper-event-libs": {
2890
+ "epoch": "7",
2891
+ "version": "1.02.107",
2892
+ "release": "5.el7",
2893
+ "installdate": "1498085117",
2894
+ "arch": "x86_64"
2895
+ },
2896
+ "polkit-pkla-compat": {
2897
+ "epoch": "0",
2898
+ "version": "0.1",
2899
+ "release": "4.el7",
2900
+ "installdate": "1498085117",
2901
+ "arch": "x86_64"
2902
+ },
2903
+ "cronie": {
2904
+ "epoch": "0",
2905
+ "version": "1.4.11",
2906
+ "release": "14.el7",
2907
+ "installdate": "1498085117",
2908
+ "arch": "x86_64"
2909
+ },
2910
+ "hwdata": {
2911
+ "epoch": "0",
2912
+ "version": "0.252",
2913
+ "release": "8.1.el7",
2914
+ "installdate": "1498085118",
2915
+ "arch": "x86_64"
2916
+ },
2917
+ "grub2-tools": {
2918
+ "epoch": "1",
2919
+ "version": "2.02",
2920
+ "release": "0.29.el7",
2921
+ "installdate": "1498085120",
2922
+ "arch": "x86_64"
2923
+ },
2924
+ "libdrm": {
2925
+ "epoch": "0",
2926
+ "version": "2.4.60",
2927
+ "release": "3.el7",
2928
+ "installdate": "1498085120",
2929
+ "arch": "x86_64"
2930
+ },
2931
+ "plymouth": {
2932
+ "epoch": "0",
2933
+ "version": "0.8.9",
2934
+ "release": "0.24.20140113.el7",
2935
+ "installdate": "1498085121",
2936
+ "arch": "x86_64"
2937
+ },
2938
+ "rhn-client-tools": {
2939
+ "epoch": "0",
2940
+ "version": "2.0.2",
2941
+ "release": "6.el7",
2942
+ "installdate": "1498085121",
2943
+ "arch": "noarch"
2944
+ },
2945
+ "rhn-check": {
2946
+ "epoch": "0",
2947
+ "version": "2.0.2",
2948
+ "release": "6.el7",
2949
+ "installdate": "1498085121",
2950
+ "arch": "noarch"
2951
+ },
2952
+ "rhn-setup": {
2953
+ "epoch": "0",
2954
+ "version": "2.0.2",
2955
+ "release": "6.el7",
2956
+ "installdate": "1498085122",
2957
+ "arch": "noarch"
2958
+ },
2959
+ "lvm2-libs": {
2960
+ "epoch": "7",
2961
+ "version": "2.02.130",
2962
+ "release": "5.el7",
2963
+ "installdate": "1498085122",
2964
+ "arch": "x86_64"
2965
+ },
2966
+ "wpa_supplicant": {
2967
+ "epoch": "1",
2968
+ "version": "2.0",
2969
+ "release": "17.el7_1",
2970
+ "installdate": "1498085122",
2971
+ "arch": "x86_64"
2972
+ },
2973
+ "trousers": {
2974
+ "epoch": "0",
2975
+ "version": "0.3.13",
2976
+ "release": "1.el7",
2977
+ "installdate": "1498085123",
2978
+ "arch": "x86_64"
2979
+ },
2980
+ "glib-networking": {
2981
+ "epoch": "0",
2982
+ "version": "2.42.0",
2983
+ "release": "1.el7",
2984
+ "installdate": "1498085123",
2985
+ "arch": "x86_64"
2986
+ },
2987
+ "fxload": {
2988
+ "epoch": "0",
2989
+ "version": "2002_04_11",
2990
+ "release": "16.el7",
2991
+ "installdate": "1498085124",
2992
+ "arch": "x86_64"
2993
+ },
2994
+ "alsa-tools-firmware": {
2995
+ "epoch": "0",
2996
+ "version": "1.0.28",
2997
+ "release": "2.el7",
2998
+ "installdate": "1498085125",
2999
+ "arch": "x86_64"
3000
+ },
3001
+ "libpipeline": {
3002
+ "epoch": "0",
3003
+ "version": "1.2.3",
3004
+ "release": "3.el7",
3005
+ "installdate": "1498085125",
3006
+ "arch": "x86_64"
3007
+ },
3008
+ "device-mapper-persistent-data": {
3009
+ "epoch": "0",
3010
+ "version": "0.5.5",
3011
+ "release": "1.el7",
3012
+ "installdate": "1498085125",
3013
+ "arch": "x86_64"
3014
+ },
3015
+ "libndp": {
3016
+ "epoch": "0",
3017
+ "version": "1.2",
3018
+ "release": "4.el7",
3019
+ "installdate": "1498085125",
3020
+ "arch": "x86_64"
3021
+ },
3022
+ "libgcc": {
3023
+ "epoch": "0",
3024
+ "version": "4.8.5",
3025
+ "release": "4.el7",
3026
+ "installdate": "1498085056",
3027
+ "arch": "x86_64"
3028
+ },
3029
+ "teamd": {
3030
+ "epoch": "0",
3031
+ "version": "1.17",
3032
+ "release": "5.el7",
3033
+ "installdate": "1498085125",
3034
+ "arch": "x86_64"
3035
+ },
3036
+ "setup": {
3037
+ "epoch": "0",
3038
+ "version": "2.8.71",
3039
+ "release": "6.el7",
3040
+ "installdate": "1498085056",
3041
+ "arch": "noarch"
3042
+ },
3043
+ "virt-what": {
3044
+ "epoch": "0",
3045
+ "version": "1.13",
3046
+ "release": "6.el7",
3047
+ "installdate": "1498085126",
3048
+ "arch": "x86_64"
3049
+ },
3050
+ "tzdata": {
3051
+ "epoch": "0",
3052
+ "version": "2015g",
3053
+ "release": "1.el7",
3054
+ "installdate": "1498085058",
3055
+ "arch": "noarch"
3056
+ },
3057
+ "numactl-libs": {
3058
+ "epoch": "0",
3059
+ "version": "2.0.9",
3060
+ "release": "5.el7_1",
3061
+ "installdate": "1498085126",
3062
+ "arch": "x86_64"
3063
+ },
3064
+ "emacs-filesystem": {
3065
+ "epoch": "1",
3066
+ "version": "24.3",
3067
+ "release": "18.el7",
3068
+ "installdate": "1498085058",
3069
+ "arch": "noarch"
3070
+ },
3071
+ "bind-license": {
3072
+ "epoch": "32",
3073
+ "version": "9.9.4",
3074
+ "release": "29.el7",
3075
+ "installdate": "1498085134",
3076
+ "arch": "noarch"
3077
+ },
3078
+ "ncurses-base": {
3079
+ "epoch": "0",
3080
+ "version": "5.9",
3081
+ "release": "13.20130511.el7",
3082
+ "installdate": "1498085060",
3083
+ "arch": "noarch"
3084
+ },
3085
+ "dhclient": {
3086
+ "epoch": "12",
3087
+ "version": "4.2.5",
3088
+ "release": "42.el7",
3089
+ "installdate": "1498085134",
3090
+ "arch": "x86_64"
3091
+ },
3092
+ "glibc-common": {
3093
+ "epoch": "0",
3094
+ "version": "2.17",
3095
+ "release": "105.el7",
3096
+ "installdate": "1498085065",
3097
+ "arch": "x86_64"
3098
+ },
3099
+ "dracut-network": {
3100
+ "epoch": "0",
3101
+ "version": "033",
3102
+ "release": "359.el7",
3103
+ "installdate": "1498085135",
3104
+ "arch": "x86_64"
3105
+ },
3106
+ "xz-libs": {
3107
+ "epoch": "0",
3108
+ "version": "5.1.2",
3109
+ "release": "12alpha.el7",
3110
+ "installdate": "1498085070",
3111
+ "arch": "x86_64"
3112
+ },
3113
+ "kbd": {
3114
+ "epoch": "0",
3115
+ "version": "1.15.5",
3116
+ "release": "11.el7",
3117
+ "installdate": "1498085136",
3118
+ "arch": "x86_64"
3119
+ },
3120
+ "ncurses-libs": {
3121
+ "epoch": "0",
3122
+ "version": "5.9",
3123
+ "release": "13.20130511.el7",
3124
+ "installdate": "1498085070",
3125
+ "arch": "x86_64"
3126
+ },
3127
+ "NetworkManager-tui": {
3128
+ "epoch": "1",
3129
+ "version": "1.0.6",
3130
+ "release": "27.el7",
3131
+ "installdate": "1498085136",
3132
+ "arch": "x86_64"
3133
+ },
3134
+ "libsepol": {
3135
+ "epoch": "0",
3136
+ "version": "2.1.9",
3137
+ "release": "3.el7",
3138
+ "installdate": "1498085071",
3139
+ "arch": "x86_64"
3140
+ },
3141
+ "kernel": {
3142
+ "epoch": "0",
3143
+ "version": "3.10.0",
3144
+ "release": "327.el7",
3145
+ "installdate": "1498085148",
3146
+ "arch": "x86_64"
3147
+ },
3148
+ "libselinux": {
3149
+ "epoch": "0",
3150
+ "version": "2.2.2",
3151
+ "release": "6.el7",
3152
+ "installdate": "1498085071",
3153
+ "arch": "x86_64"
3154
+ },
3155
+ "rsyslog": {
3156
+ "epoch": "0",
3157
+ "version": "7.4.7",
3158
+ "release": "12.el7",
3159
+ "installdate": "1498085148",
3160
+ "arch": "x86_64"
3161
+ },
3162
+ "info": {
3163
+ "epoch": "0",
3164
+ "version": "5.1",
3165
+ "release": "4.el7",
3166
+ "installdate": "1498085071",
3167
+ "arch": "x86_64"
3168
+ },
3169
+ "subscription-manager": {
3170
+ "epoch": "0",
3171
+ "version": "1.15.9",
3172
+ "release": "15.el7",
3173
+ "installdate": "1498085150",
3174
+ "arch": "x86_64"
3175
+ },
3176
+ "sed": {
3177
+ "epoch": "0",
3178
+ "version": "4.2.2",
3179
+ "release": "5.el7",
3180
+ "installdate": "1498085071",
3181
+ "arch": "x86_64"
3182
+ },
3183
+ "man-db": {
3184
+ "epoch": "0",
3185
+ "version": "2.6.3",
3186
+ "release": "9.el7",
3187
+ "installdate": "1498085150",
3188
+ "arch": "x86_64"
3189
+ },
3190
+ "nspr": {
3191
+ "epoch": "0",
3192
+ "version": "4.10.8",
3193
+ "release": "2.el7_1",
3194
+ "installdate": "1498085071",
3195
+ "arch": "x86_64"
3196
+ },
3197
+ "grub2": {
3198
+ "epoch": "1",
3199
+ "version": "2.02",
3200
+ "release": "0.29.el7",
3201
+ "installdate": "1498085152",
3202
+ "arch": "x86_64"
3203
+ },
3204
+ "popt": {
3205
+ "epoch": "0",
3206
+ "version": "1.13",
3207
+ "release": "16.el7",
3208
+ "installdate": "1498085071",
3209
+ "arch": "x86_64"
3210
+ },
3211
+ "postfix": {
3212
+ "epoch": "2",
3213
+ "version": "2.10.1",
3214
+ "release": "6.el7",
3215
+ "installdate": "1498085153",
3216
+ "arch": "x86_64"
3217
+ },
3218
+ "nss-util": {
3219
+ "epoch": "0",
3220
+ "version": "3.19.1",
3221
+ "release": "4.el7_1",
3222
+ "installdate": "1498085072",
3223
+ "arch": "x86_64"
3224
+ },
3225
+ "rdma": {
3226
+ "epoch": "0",
3227
+ "version": "7.2_4.1_rc6",
3228
+ "release": "1.el7",
3229
+ "installdate": "1498085154",
3230
+ "arch": "noarch"
3231
+ },
3232
+ "grep": {
3233
+ "epoch": "0",
3234
+ "version": "2.20",
3235
+ "release": "2.el7",
3236
+ "installdate": "1498085072",
3237
+ "arch": "x86_64"
3238
+ },
3239
+ "microcode_ctl": {
3240
+ "epoch": "2",
3241
+ "version": "2.1",
3242
+ "release": "12.el7",
3243
+ "installdate": "1498085155",
3244
+ "arch": "x86_64"
3245
+ },
3246
+ "bzip2-libs": {
3247
+ "epoch": "0",
3248
+ "version": "1.0.6",
3249
+ "release": "13.el7",
3250
+ "installdate": "1498085072",
3251
+ "arch": "x86_64"
3252
+ },
3253
+ "dracut-config-rescue": {
3254
+ "epoch": "0",
3255
+ "version": "033",
3256
+ "release": "359.el7",
3257
+ "installdate": "1498085189",
3258
+ "arch": "x86_64"
3259
+ },
3260
+ "readline": {
3261
+ "epoch": "0",
3262
+ "version": "6.2",
3263
+ "release": "9.el7",
3264
+ "installdate": "1498085073",
3265
+ "arch": "x86_64"
3266
+ },
3267
+ "redhat-support-tool": {
3268
+ "epoch": "0",
3269
+ "version": "0.9.7",
3270
+ "release": "6.el7",
3271
+ "installdate": "1498085189",
3272
+ "arch": "noarch"
3273
+ },
3274
+ "elfutils-libelf": {
3275
+ "epoch": "0",
3276
+ "version": "0.163",
3277
+ "release": "3.el7",
3278
+ "installdate": "1498085073",
3279
+ "arch": "x86_64"
3280
+ },
3281
+ "kernel-tools": {
3282
+ "epoch": "0",
3283
+ "version": "3.10.0",
3284
+ "release": "327.el7",
3285
+ "installdate": "1498085189",
3286
+ "arch": "x86_64"
3287
+ },
3288
+ "glib2": {
3289
+ "epoch": "0",
3290
+ "version": "2.42.2",
3291
+ "release": "5.el7",
3292
+ "installdate": "1498085074",
3293
+ "arch": "x86_64"
3294
+ },
3295
+ "openssh-clients": {
3296
+ "epoch": "0",
3297
+ "version": "6.6.1p1",
3298
+ "release": "22.el7",
3299
+ "installdate": "1498085192",
3300
+ "arch": "x86_64"
3301
+ },
3302
+ "shared-mime-info": {
3303
+ "epoch": "0",
3304
+ "version": "1.1",
3305
+ "release": "9.el7",
3306
+ "installdate": "1498085074",
3307
+ "arch": "x86_64"
3308
+ },
3309
+ "sudo": {
3310
+ "epoch": "0",
3311
+ "version": "1.8.6p7",
3312
+ "release": "16.el7",
3313
+ "installdate": "1498085192",
3314
+ "arch": "x86_64"
3315
+ },
3316
+ "libgcrypt": {
3317
+ "epoch": "0",
3318
+ "version": "1.5.3",
3319
+ "release": "12.el7_1.1",
3320
+ "installdate": "1498085075",
3321
+ "arch": "x86_64"
3322
+ },
3323
+ "xfsprogs": {
3324
+ "epoch": "0",
3325
+ "version": "3.2.2",
3326
+ "release": "2.el7",
3327
+ "installdate": "1498085193",
3328
+ "arch": "x86_64"
3329
+ },
3330
+ "libacl": {
3331
+ "epoch": "0",
3332
+ "version": "2.2.51",
3333
+ "release": "12.el7",
3334
+ "installdate": "1498085075",
3335
+ "arch": "x86_64"
3336
+ },
3337
+ "e2fsprogs": {
3338
+ "epoch": "0",
3339
+ "version": "1.42.9",
3340
+ "release": "7.el7",
3341
+ "installdate": "1498085193",
3342
+ "arch": "x86_64"
3343
+ },
3344
+ "cpio": {
3345
+ "epoch": "0",
3346
+ "version": "2.11",
3347
+ "release": "24.el7",
3348
+ "installdate": "1498085075",
3349
+ "arch": "x86_64"
3350
+ },
3351
+ "libsysfs": {
3352
+ "epoch": "0",
3353
+ "version": "2.1.0",
3354
+ "release": "16.el7",
3355
+ "installdate": "1498085193",
3356
+ "arch": "x86_64"
3357
+ },
3358
+ "expat": {
3359
+ "epoch": "0",
3360
+ "version": "2.1.0",
3361
+ "release": "8.el7",
3362
+ "installdate": "1498085075",
3363
+ "arch": "x86_64"
3364
+ },
3365
+ "rootfiles": {
3366
+ "epoch": "0",
3367
+ "version": "8.1",
3368
+ "release": "11.el7",
3369
+ "installdate": "1498085193",
3370
+ "arch": "noarch"
3371
+ },
3372
+ "elfutils-libs": {
3373
+ "epoch": "0",
3374
+ "version": "0.163",
3375
+ "release": "3.el7",
3376
+ "installdate": "1498085076",
3377
+ "arch": "x86_64"
3378
+ },
3379
+ "iwl6050-firmware": {
3380
+ "epoch": "0",
3381
+ "version": "41.28.5.1",
3382
+ "release": "43.el7",
3383
+ "installdate": "1498085194",
3384
+ "arch": "noarch"
3385
+ },
3386
+ "lua": {
3387
+ "epoch": "0",
3388
+ "version": "5.1.4",
3389
+ "release": "14.el7",
3390
+ "installdate": "1498085076",
3391
+ "arch": "x86_64"
3392
+ },
3393
+ "NetworkManager-config-server": {
3394
+ "epoch": "1",
3395
+ "version": "1.0.6",
3396
+ "release": "27.el7",
3397
+ "installdate": "1498085194",
3398
+ "arch": "x86_64"
3399
+ },
3400
+ "findutils": {
3401
+ "epoch": "1",
3402
+ "version": "4.5.11",
3403
+ "release": "5.el7",
3404
+ "installdate": "1498085076",
3405
+ "arch": "x86_64"
3406
+ },
3407
+ "iwl4965-firmware": {
3408
+ "epoch": "0",
3409
+ "version": "228.61.2.24",
3410
+ "release": "43.el7",
3411
+ "installdate": "1498085194",
3412
+ "arch": "noarch"
3413
+ },
3414
+ "dbus-glib": {
3415
+ "epoch": "0",
3416
+ "version": "0.100",
3417
+ "release": "7.el7",
3418
+ "installdate": "1498085076",
3419
+ "arch": "x86_64"
3420
+ },
3421
+ "iwl7265-firmware": {
3422
+ "epoch": "0",
3423
+ "version": "22.0.7.0",
3424
+ "release": "43.el7",
3425
+ "installdate": "1498085194",
3426
+ "arch": "noarch"
3427
+ },
3428
+ "which": {
3429
+ "epoch": "0",
3430
+ "version": "2.20",
3431
+ "release": "7.el7",
3432
+ "installdate": "1498085077",
3433
+ "arch": "x86_64"
3434
+ },
3435
+ "ivtv-firmware": {
3436
+ "epoch": "2",
3437
+ "version": "20080701",
3438
+ "release": "26.el7",
3439
+ "installdate": "1498085194",
3440
+ "arch": "noarch"
3441
+ },
3442
+ "gmp": {
3443
+ "epoch": "1",
3444
+ "version": "6.0.0",
3445
+ "release": "11.el7",
3446
+ "installdate": "1498085077",
3447
+ "arch": "x86_64"
3448
+ },
3449
+ "iwl2030-firmware": {
3450
+ "epoch": "0",
3451
+ "version": "18.168.6.1",
3452
+ "release": "43.el7",
3453
+ "installdate": "1498085194",
3454
+ "arch": "noarch"
3455
+ },
3456
+ "nss-softokn": {
3457
+ "epoch": "0",
3458
+ "version": "3.16.2.3",
3459
+ "release": "13.el7_1",
3460
+ "installdate": "1498085077",
3461
+ "arch": "x86_64"
3462
+ },
3463
+ "iwl2000-firmware": {
3464
+ "epoch": "0",
3465
+ "version": "18.168.6.1",
3466
+ "release": "43.el7",
3467
+ "installdate": "1498085195",
3468
+ "arch": "noarch"
3469
+ },
3470
+ "libassuan": {
3471
+ "epoch": "0",
3472
+ "version": "2.1.0",
3473
+ "release": "3.el7",
3474
+ "installdate": "1498085077",
3475
+ "arch": "x86_64"
3476
+ },
3477
+ "iwl7260-firmware": {
3478
+ "epoch": "0",
3479
+ "version": "22.0.7.0",
3480
+ "release": "43.el7",
3481
+ "installdate": "1498085195",
3482
+ "arch": "noarch"
3483
+ },
3484
+ "gobject-introspection": {
3485
+ "epoch": "0",
3486
+ "version": "1.42.0",
3487
+ "release": "1.el7",
3488
+ "installdate": "1498085077",
3489
+ "arch": "x86_64"
3490
+ },
3491
+ "iwl100-firmware": {
3492
+ "epoch": "0",
3493
+ "version": "39.31.5.1",
3494
+ "release": "43.el7",
3495
+ "installdate": "1498085195",
3496
+ "arch": "noarch"
3497
+ },
3498
+ "e2fsprogs-libs": {
3499
+ "epoch": "0",
3500
+ "version": "1.42.9",
3501
+ "release": "7.el7",
3502
+ "installdate": "1498085078",
3503
+ "arch": "x86_64"
3504
+ },
3505
+ "libgomp": {
3506
+ "epoch": "0",
3507
+ "version": "4.8.5",
3508
+ "release": "4.el7",
3509
+ "installdate": "1498085078",
3510
+ "arch": "x86_64"
3511
+ },
3512
+ "xz": {
3513
+ "epoch": "0",
3514
+ "version": "5.1.2",
3515
+ "release": "12alpha.el7",
3516
+ "installdate": "1498085078",
3517
+ "arch": "x86_64"
3518
+ },
3519
+ "slang": {
3520
+ "epoch": "0",
3521
+ "version": "2.2.4",
3522
+ "release": "11.el7",
3523
+ "installdate": "1498085079",
3524
+ "arch": "x86_64"
3525
+ },
3526
+ "sysvinit-tools": {
3527
+ "epoch": "0",
3528
+ "version": "2.88",
3529
+ "release": "14.dsf.el7",
3530
+ "installdate": "1498085079",
3531
+ "arch": "x86_64"
3532
+ },
3533
+ "lzo": {
3534
+ "epoch": "0",
3535
+ "version": "2.06",
3536
+ "release": "8.el7",
3537
+ "installdate": "1498085079",
3538
+ "arch": "x86_64"
3539
+ },
3540
+ "ethtool": {
3541
+ "epoch": "2",
3542
+ "version": "3.15",
3543
+ "release": "2.el7",
3544
+ "installdate": "1498085079",
3545
+ "arch": "x86_64"
3546
+ },
3547
+ "pciutils-libs": {
3548
+ "epoch": "0",
3549
+ "version": "3.2.1",
3550
+ "release": "4.el7",
3551
+ "installdate": "1498085079",
3552
+ "arch": "x86_64"
3553
+ },
3554
+ "libtasn1": {
3555
+ "epoch": "0",
3556
+ "version": "3.8",
3557
+ "release": "2.el7",
3558
+ "installdate": "1498085079",
3559
+ "arch": "x86_64"
3560
+ },
3561
+ "gdbm": {
3562
+ "epoch": "0",
3563
+ "version": "1.10",
3564
+ "release": "8.el7",
3565
+ "installdate": "1498085079",
3566
+ "arch": "x86_64"
3567
+ },
3568
+ "less": {
3569
+ "epoch": "0",
3570
+ "version": "458",
3571
+ "release": "9.el7",
3572
+ "installdate": "1498085080",
3573
+ "arch": "x86_64"
3574
+ },
3575
+ "nettle": {
3576
+ "epoch": "0",
3577
+ "version": "2.7.1",
3578
+ "release": "4.el7",
3579
+ "installdate": "1498085080",
3580
+ "arch": "x86_64"
3581
+ },
3582
+ "acl": {
3583
+ "epoch": "0",
3584
+ "version": "2.2.51",
3585
+ "release": "12.el7",
3586
+ "installdate": "1498085080",
3587
+ "arch": "x86_64"
3588
+ },
3589
+ "desktop-file-utils": {
3590
+ "epoch": "0",
3591
+ "version": "0.22",
3592
+ "release": "1.el7",
3593
+ "installdate": "1498085080",
3594
+ "arch": "x86_64"
3595
+ },
3596
+ "avahi-libs": {
3597
+ "epoch": "0",
3598
+ "version": "0.6.31",
3599
+ "release": "15.el7",
3600
+ "installdate": "1498085080",
3601
+ "arch": "x86_64"
3602
+ },
3603
+ "pinentry": {
3604
+ "epoch": "0",
3605
+ "version": "0.8.1",
3606
+ "release": "14.el7",
3607
+ "installdate": "1498085081",
3608
+ "arch": "x86_64"
3609
+ },
3610
+ "mozjs17": {
3611
+ "epoch": "0",
3612
+ "version": "17.0.0",
3613
+ "release": "12.el7",
3614
+ "installdate": "1498085081",
3615
+ "arch": "x86_64"
3616
+ },
3617
+ "kmod-libs": {
3618
+ "epoch": "0",
3619
+ "version": "20",
3620
+ "release": "5.el7",
3621
+ "installdate": "1498085081",
3622
+ "arch": "x86_64"
3623
+ },
3624
+ "freetype": {
3625
+ "epoch": "0",
3626
+ "version": "2.4.11",
3627
+ "release": "11.el7",
3628
+ "installdate": "1498085082",
3629
+ "arch": "x86_64"
3630
+ },
3631
+ "ncurses": {
3632
+ "epoch": "0",
3633
+ "version": "5.9",
3634
+ "release": "13.20130511.el7",
3635
+ "installdate": "1498085082",
3636
+ "arch": "x86_64"
3637
+ },
3638
+ "libproxy": {
3639
+ "epoch": "0",
3640
+ "version": "0.4.11",
3641
+ "release": "8.el7",
3642
+ "installdate": "1498085082",
3643
+ "arch": "x86_64"
3644
+ },
3645
+ "libnl": {
3646
+ "epoch": "0",
3647
+ "version": "1.1.4",
3648
+ "release": "3.el7",
3649
+ "installdate": "1498085082",
3650
+ "arch": "x86_64"
3651
+ },
3652
+ "libsemanage": {
3653
+ "epoch": "0",
3654
+ "version": "2.1.10",
3655
+ "release": "18.el7",
3656
+ "installdate": "1498085082",
3657
+ "arch": "x86_64"
3658
+ },
3659
+ "krb5-libs": {
3660
+ "epoch": "0",
3661
+ "version": "1.13.2",
3662
+ "release": "10.el7",
3663
+ "installdate": "1498085082",
3664
+ "arch": "x86_64"
3665
+ },
3666
+ "coreutils": {
3667
+ "epoch": "0",
3668
+ "version": "8.22",
3669
+ "release": "15.el7",
3670
+ "installdate": "1498085084",
3671
+ "arch": "x86_64"
3672
+ },
3673
+ "python-libs": {
3674
+ "epoch": "0",
3675
+ "version": "2.7.5",
3676
+ "release": "34.el7",
3677
+ "installdate": "1498085090",
3678
+ "arch": "x86_64"
3679
+ },
3680
+ "libblkid": {
3681
+ "epoch": "0",
3682
+ "version": "2.23.2",
3683
+ "release": "26.el7",
3684
+ "installdate": "1498085090",
3685
+ "arch": "x86_64"
3686
+ },
3687
+ "dbus-python": {
3688
+ "epoch": "0",
3689
+ "version": "1.1.1",
3690
+ "release": "9.el7",
3691
+ "installdate": "1498085091",
3692
+ "arch": "x86_64"
3693
+ },
3694
+ "python-iniparse": {
3695
+ "epoch": "0",
3696
+ "version": "0.4",
3697
+ "release": "9.el7",
3698
+ "installdate": "1498085091",
3699
+ "arch": "noarch"
3700
+ },
3701
+ "cracklib": {
3702
+ "epoch": "0",
3703
+ "version": "2.9.0",
3704
+ "release": "11.el7",
3705
+ "installdate": "1498085092",
3706
+ "arch": "x86_64"
3707
+ },
3708
+ "m2crypto": {
3709
+ "epoch": "0",
3710
+ "version": "0.21.1",
3711
+ "release": "17.el7",
3712
+ "installdate": "1498085092",
3713
+ "arch": "x86_64"
3714
+ },
3715
+ "pygobject3-base": {
3716
+ "epoch": "0",
3717
+ "version": "3.14.0",
3718
+ "release": "3.el7",
3719
+ "installdate": "1498085093",
3720
+ "arch": "x86_64"
3721
+ },
3722
+ "pam": {
3723
+ "epoch": "0",
3724
+ "version": "1.1.8",
3725
+ "release": "12.el7_1.1",
3726
+ "installdate": "1498085094",
3727
+ "arch": "x86_64"
3728
+ },
3729
+ "systemd-libs": {
3730
+ "epoch": "0",
3731
+ "version": "219",
3732
+ "release": "19.el7",
3733
+ "installdate": "1498085094",
3734
+ "arch": "x86_64"
3735
+ },
3736
+ "procps-ng": {
3737
+ "epoch": "0",
3738
+ "version": "3.3.10",
3739
+ "release": "3.el7",
3740
+ "installdate": "1498085095",
3741
+ "arch": "x86_64"
3742
+ },
3743
+ "gettext": {
3744
+ "epoch": "0",
3745
+ "version": "0.18.2.1",
3746
+ "release": "4.el7",
3747
+ "installdate": "1498085095",
3748
+ "arch": "x86_64"
3749
+ },
3750
+ "python-lxml": {
3751
+ "epoch": "0",
3752
+ "version": "3.2.1",
3753
+ "release": "4.el7",
3754
+ "installdate": "1498085096",
3755
+ "arch": "x86_64"
3756
+ },
3757
+ "plymouth-core-libs": {
3758
+ "epoch": "0",
3759
+ "version": "0.8.9",
3760
+ "release": "0.24.20140113.el7",
3761
+ "installdate": "1498085098",
3762
+ "arch": "x86_64"
3763
+ },
3764
+ "libutempter": {
3765
+ "epoch": "0",
3766
+ "version": "1.1.6",
3767
+ "release": "4.el7",
3768
+ "installdate": "1498085098",
3769
+ "arch": "x86_64"
3770
+ },
3771
+ "python-pyudev": {
3772
+ "epoch": "0",
3773
+ "version": "0.15",
3774
+ "release": "7.el7",
3775
+ "installdate": "1498085099",
3776
+ "arch": "noarch"
3777
+ },
3778
+ "python-configobj": {
3779
+ "epoch": "0",
3780
+ "version": "4.7.2",
3781
+ "release": "7.el7",
3782
+ "installdate": "1498085099",
3783
+ "arch": "noarch"
3784
+ },
3785
+ "rhnlib": {
3786
+ "epoch": "0",
3787
+ "version": "2.5.65",
3788
+ "release": "2.el7",
3789
+ "installdate": "1498085099",
3790
+ "arch": "noarch"
3791
+ },
3792
+ "python-gudev": {
3793
+ "epoch": "0",
3794
+ "version": "147.2",
3795
+ "release": "7.el7",
3796
+ "installdate": "1498085099",
3797
+ "arch": "x86_64"
3798
+ },
3799
+ "libselinux-python": {
3800
+ "epoch": "0",
3801
+ "version": "2.2.2",
3802
+ "release": "6.el7",
3803
+ "installdate": "1498085099",
3804
+ "arch": "x86_64"
3805
+ },
3806
+ "python-slip-dbus": {
3807
+ "epoch": "0",
3808
+ "version": "0.4.0",
3809
+ "release": "2.el7",
3810
+ "installdate": "1498085099",
3811
+ "arch": "noarch"
3812
+ },
3813
+ "libxml2-python": {
3814
+ "epoch": "0",
3815
+ "version": "2.9.1",
3816
+ "release": "5.el7_1.2",
3817
+ "installdate": "1498085100",
3818
+ "arch": "x86_64"
3819
+ },
3820
+ "python-perf": {
3821
+ "epoch": "0",
3822
+ "version": "3.10.0",
3823
+ "release": "327.el7",
3824
+ "installdate": "1498085100",
3825
+ "arch": "x86_64"
3826
+ },
3827
+ "nss-sysinit": {
3828
+ "epoch": "0",
3829
+ "version": "3.19.1",
3830
+ "release": "18.el7",
3831
+ "installdate": "1498085100",
3832
+ "arch": "x86_64"
3833
+ },
3834
+ "NetworkManager-libnm": {
3835
+ "epoch": "1",
3836
+ "version": "1.0.6",
3837
+ "release": "27.el7",
3838
+ "installdate": "1498085101",
3839
+ "arch": "x86_64"
3840
+ },
3841
+ "logrotate": {
3842
+ "epoch": "0",
3843
+ "version": "3.8.6",
3844
+ "release": "6.el7",
3845
+ "installdate": "1498085101",
3846
+ "arch": "x86_64"
3847
+ },
3848
+ "openssl": {
3849
+ "epoch": "1",
3850
+ "version": "1.0.1e",
3851
+ "release": "42.el7_1.9",
3852
+ "installdate": "1498085101",
3853
+ "arch": "x86_64"
3854
+ },
3855
+ "mariadb-libs": {
3856
+ "epoch": "1",
3857
+ "version": "5.5.44",
3858
+ "release": "2.el7",
3859
+ "installdate": "1498085104",
3860
+ "arch": "x86_64"
3861
+ },
3862
+ "fipscheck": {
3863
+ "epoch": "0",
3864
+ "version": "1.4.1",
3865
+ "release": "5.el7",
3866
+ "installdate": "1498085104",
3867
+ "arch": "x86_64"
3868
+ },
3869
+ "libcurl": {
3870
+ "epoch": "0",
3871
+ "version": "7.29.0",
3872
+ "release": "25.el7",
3873
+ "installdate": "1498085104",
3874
+ "arch": "x86_64"
3875
+ },
3876
+ "rpm-libs": {
3877
+ "epoch": "0",
3878
+ "version": "4.11.3",
3879
+ "release": "17.el7",
3880
+ "installdate": "1498085104",
3881
+ "arch": "x86_64"
3882
+ },
3883
+ "openldap": {
3884
+ "epoch": "0",
3885
+ "version": "2.4.40",
3886
+ "release": "8.el7",
3887
+ "installdate": "1498085105",
3888
+ "arch": "x86_64"
3889
+ },
3890
+ "util-linux": {
3891
+ "epoch": "0",
3892
+ "version": "2.23.2",
3893
+ "release": "26.el7",
3894
+ "installdate": "1498085107",
3895
+ "arch": "x86_64"
3896
+ },
3897
+ "openssh": {
3898
+ "epoch": "0",
3899
+ "version": "6.6.1p1",
3900
+ "release": "22.el7",
3901
+ "installdate": "1498085107",
3902
+ "arch": "x86_64"
3903
+ },
3904
+ "dhcp-common": {
3905
+ "epoch": "12",
3906
+ "version": "4.2.5",
3907
+ "release": "42.el7",
3908
+ "installdate": "1498085108",
3909
+ "arch": "x86_64"
3910
+ },
3911
+ "passwd": {
3912
+ "epoch": "0",
3913
+ "version": "0.79",
3914
+ "release": "4.el7",
3915
+ "installdate": "1498085108",
3916
+ "arch": "x86_64"
3917
+ },
3918
+ "python-pycurl": {
3919
+ "epoch": "0",
3920
+ "version": "7.19.0",
3921
+ "release": "17.el7",
3922
+ "installdate": "1498085108",
3923
+ "arch": "x86_64"
3924
+ },
3925
+ "kernel-tools-libs": {
3926
+ "epoch": "0",
3927
+ "version": "3.10.0",
3928
+ "release": "327.el7",
3929
+ "installdate": "1498085108",
3930
+ "arch": "x86_64"
3931
+ },
3932
+ "libpcap": {
3933
+ "epoch": "14",
3934
+ "version": "1.5.3",
3935
+ "release": "8.el7",
3936
+ "installdate": "1498085108",
3937
+ "arch": "x86_64"
3938
+ },
3939
+ "pth": {
3940
+ "epoch": "0",
3941
+ "version": "2.0.7",
3942
+ "release": "23.el7",
3943
+ "installdate": "1498085109",
3944
+ "arch": "x86_64"
3945
+ },
3946
+ "rpm-build-libs": {
3947
+ "epoch": "0",
3948
+ "version": "4.11.3",
3949
+ "release": "17.el7",
3950
+ "installdate": "1498085109",
3951
+ "arch": "x86_64"
3952
+ },
3953
+ "python-rhsm": {
3954
+ "epoch": "0",
3955
+ "version": "1.15.4",
3956
+ "release": "5.el7",
3957
+ "installdate": "1498085110",
3958
+ "arch": "x86_64"
3959
+ },
3960
+ "gpgme": {
3961
+ "epoch": "0",
3962
+ "version": "1.3.2",
3963
+ "release": "5.el7",
3964
+ "installdate": "1498085110",
3965
+ "arch": "x86_64"
3966
+ },
3967
+ "yum": {
3968
+ "epoch": "0",
3969
+ "version": "3.4.3",
3970
+ "release": "132.el7",
3971
+ "installdate": "1498085111",
3972
+ "arch": "noarch"
3973
+ },
3974
+ "libnetfilter_conntrack": {
3975
+ "epoch": "0",
3976
+ "version": "1.0.4",
3977
+ "release": "2.el7",
3978
+ "installdate": "1498085111",
3979
+ "arch": "x86_64"
3980
+ },
3981
+ "iproute": {
3982
+ "epoch": "0",
3983
+ "version": "3.10.0",
3984
+ "release": "54.el7",
3985
+ "installdate": "1498085111",
3986
+ "arch": "x86_64"
3987
+ },
3988
+ "kpartx": {
3989
+ "epoch": "0",
3990
+ "version": "0.4.9",
3991
+ "release": "85.el7",
3992
+ "installdate": "1498085112",
3993
+ "arch": "x86_64"
3994
+ },
3995
+ "device-mapper-libs": {
3996
+ "epoch": "7",
3997
+ "version": "1.02.107",
3998
+ "release": "5.el7",
3999
+ "installdate": "1498085112",
4000
+ "arch": "x86_64"
4001
+ },
4002
+ "dracut": {
4003
+ "epoch": "0",
4004
+ "version": "033",
4005
+ "release": "359.el7",
4006
+ "installdate": "1498085112",
4007
+ "arch": "x86_64"
4008
+ },
4009
+ "systemd": {
4010
+ "epoch": "0",
4011
+ "version": "219",
4012
+ "release": "19.el7",
4013
+ "installdate": "1498085115",
4014
+ "arch": "x86_64"
4015
+ },
4016
+ "systemd-sysv": {
4017
+ "epoch": "0",
4018
+ "version": "219",
4019
+ "release": "19.el7",
4020
+ "installdate": "1498085116",
4021
+ "arch": "x86_64"
4022
+ },
4023
+ "initscripts": {
4024
+ "epoch": "0",
4025
+ "version": "9.49.30",
4026
+ "release": "1.el7",
4027
+ "installdate": "1498085117",
4028
+ "arch": "x86_64"
4029
+ },
4030
+ "polkit": {
4031
+ "epoch": "0",
4032
+ "version": "0.112",
4033
+ "release": "5.el7",
4034
+ "installdate": "1498085117",
4035
+ "arch": "x86_64"
4036
+ },
4037
+ "cronie-anacron": {
4038
+ "epoch": "0",
4039
+ "version": "1.4.11",
4040
+ "release": "14.el7",
4041
+ "installdate": "1498085117",
4042
+ "arch": "x86_64"
4043
+ },
4044
+ "crontabs": {
4045
+ "epoch": "0",
4046
+ "version": "1.11",
4047
+ "release": "6.20121102git.el7",
4048
+ "installdate": "1498085117",
4049
+ "arch": "noarch"
4050
+ },
4051
+ "os-prober": {
4052
+ "epoch": "0",
4053
+ "version": "1.58",
4054
+ "release": "5.el7",
4055
+ "installdate": "1498085119",
4056
+ "arch": "x86_64"
4057
+ },
4058
+ "libpciaccess": {
4059
+ "epoch": "0",
4060
+ "version": "0.13.4",
4061
+ "release": "2.el7",
4062
+ "installdate": "1498085120",
4063
+ "arch": "x86_64"
4064
+ },
4065
+ "plymouth-scripts": {
4066
+ "epoch": "0",
4067
+ "version": "0.8.9",
4068
+ "release": "0.24.20140113.el7",
4069
+ "installdate": "1498085121",
4070
+ "arch": "x86_64"
4071
+ },
4072
+ "python-hwdata": {
4073
+ "epoch": "0",
4074
+ "version": "1.7.3",
4075
+ "release": "4.el7",
4076
+ "installdate": "1498085121",
4077
+ "arch": "noarch"
4078
+ },
4079
+ "yum-rhn-plugin": {
4080
+ "epoch": "0",
4081
+ "version": "2.0.1",
4082
+ "release": "5.el7",
4083
+ "installdate": "1498085121",
4084
+ "arch": "noarch"
4085
+ },
4086
+ "rhnsd": {
4087
+ "epoch": "0",
4088
+ "version": "5.0.13",
4089
+ "release": "5.el7",
4090
+ "installdate": "1498085122",
4091
+ "arch": "x86_64"
4092
+ },
4093
+ "device-mapper-event": {
4094
+ "epoch": "7",
4095
+ "version": "1.02.107",
4096
+ "release": "5.el7",
4097
+ "installdate": "1498085122",
4098
+ "arch": "x86_64"
4099
+ },
4100
+ "dnsmasq": {
4101
+ "epoch": "0",
4102
+ "version": "2.66",
4103
+ "release": "14.el7_1",
4104
+ "installdate": "1498085122",
4105
+ "arch": "x86_64"
4106
+ },
4107
+ "ppp": {
4108
+ "epoch": "0",
4109
+ "version": "2.4.5",
4110
+ "release": "33.el7",
4111
+ "installdate": "1498085123",
4112
+ "arch": "x86_64"
4113
+ },
4114
+ "gnutls": {
4115
+ "epoch": "0",
4116
+ "version": "3.3.8",
4117
+ "release": "12.el7_1.1",
4118
+ "installdate": "1498085123",
4119
+ "arch": "x86_64"
4120
+ },
4121
+ "libsoup": {
4122
+ "epoch": "0",
4123
+ "version": "2.48.1",
4124
+ "release": "3.el7",
4125
+ "installdate": "1498085124",
4126
+ "arch": "x86_64"
4127
+ },
4128
+ "alsa-firmware": {
4129
+ "epoch": "0",
4130
+ "version": "1.0.28",
4131
+ "release": "2.el7",
4132
+ "installdate": "1498085125",
4133
+ "arch": "noarch"
4134
+ },
4135
+ "ebtables": {
4136
+ "epoch": "0",
4137
+ "version": "2.0.10",
4138
+ "release": "13.el7",
4139
+ "installdate": "1498085125",
4140
+ "arch": "x86_64"
4141
+ },
4142
+ "libaio": {
4143
+ "epoch": "0",
4144
+ "version": "0.3.109",
4145
+ "release": "13.el7",
4146
+ "installdate": "1498085125",
4147
+ "arch": "x86_64"
4148
+ },
4149
+ "json-c": {
4150
+ "epoch": "0",
4151
+ "version": "0.11",
4152
+ "release": "4.el7_0",
4153
+ "installdate": "1498085125",
4154
+ "arch": "x86_64"
826
4155
  }
827
4156
  },
4157
+ "platform": "redhat",
4158
+ "platform_family": "rhel",
4159
+ "platform_version": "7.2",
4160
+ "root_group": "root",
4161
+ "shard_seed": 261802221,
4162
+ "shells": [
4163
+ "/bin/sh",
4164
+ "/bin/bash",
4165
+ "/sbin/nologin",
4166
+ "/usr/bin/sh",
4167
+ "/usr/bin/bash",
4168
+ "/usr/sbin/nologin"
4169
+ ],
4170
+ "time": {
4171
+ "timezone": "GMT"
4172
+ },
828
4173
  "uptime": "30 days 15 hours 07 minutes 30 seconds",
829
4174
  "uptime_seconds": 2646450,
830
- "cpu": {
831
- "real": 1,
832
- "total": 1,
833
- "cores": 1
834
- },
835
- "memory": {
836
- "total": "1048576kB"
837
- },
838
4175
  "virtualization": {
839
4176
  "systems": {
840
4177
  }