fauxhai 6.11.0 → 7.0.0

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