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