fauxhai 3.10.0 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +39 -0
  3. data/lib/fauxhai/platforms/arch/{3.10.5-1-ARCH.json → 4.9.11-1-ARCH.json} +325 -160
  4. data/lib/fauxhai/platforms/centos/6.8.json +206 -174
  5. data/lib/fauxhai/platforms/centos/7.3.1611.json +871 -0
  6. data/lib/fauxhai/platforms/debian/7.11.json +89 -101
  7. data/lib/fauxhai/platforms/debian/8.7.json +766 -0
  8. data/lib/fauxhai/platforms/fedora/{18.json → 25.json} +417 -205
  9. data/lib/fauxhai/platforms/freebsd/10.3.json +16 -16
  10. data/lib/fauxhai/platforms/freebsd/11.0.json +14 -14
  11. data/lib/fauxhai/platforms/opensuse/42.1.json +141 -94
  12. data/lib/fauxhai/platforms/{debian/stretch/sid.json → opensuse/42.2.json} +372 -356
  13. data/lib/fauxhai/platforms/redhat/6.6.json +279 -175
  14. data/lib/fauxhai/platforms/{freebsd/9.1.json → redhat/6.7.json} +374 -63
  15. data/lib/fauxhai/platforms/{freebsd/9.2.json → redhat/6.8.json} +360 -53
  16. data/lib/fauxhai/platforms/redhat/7.0.json +147 -169
  17. data/lib/fauxhai/platforms/redhat/7.1.json +460 -383
  18. data/lib/fauxhai/platforms/redhat/7.2.json +431 -242
  19. data/lib/fauxhai/platforms/redhat/7.3.json +871 -0
  20. data/lib/fauxhai/platforms/suse/12.0.json +524 -415
  21. data/lib/fauxhai/platforms/suse/12.2.json +873 -0
  22. data/lib/fauxhai/platforms/ubuntu/14.04.json +206 -223
  23. data/lib/fauxhai/platforms/ubuntu/16.04.json +153 -195
  24. data/lib/fauxhai/version.rb +1 -1
  25. metadata +12 -27
  26. data/lib/fauxhai/platforms/debian/6.0.5.json +0 -303
  27. data/lib/fauxhai/platforms/debian/jessie/sid.json +0 -588
  28. data/lib/fauxhai/platforms/fedora/19.json +0 -474
  29. data/lib/fauxhai/platforms/fedora/20.json +0 -442
  30. data/lib/fauxhai/platforms/freebsd/10.0.json +0 -338
  31. data/lib/fauxhai/platforms/freebsd/8.4.json +0 -369
  32. data/lib/fauxhai/platforms/gentoo/2.1.json +0 -416
  33. data/lib/fauxhai/platforms/mac_os_x/10.6.8.json +0 -848
  34. data/lib/fauxhai/platforms/mac_os_x/10.7.4.json +0 -800
  35. data/lib/fauxhai/platforms/mac_os_x/10.8.2.json +0 -757
  36. data/lib/fauxhai/platforms/omnios/151002.json +0 -2382
  37. data/lib/fauxhai/platforms/omnios/151006.json +0 -1955
  38. data/lib/fauxhai/platforms/omnios/151008.json +0 -2230
  39. data/lib/fauxhai/platforms/suse/11.1.json +0 -2563
  40. data/lib/fauxhai/platforms/suse/11.2.json +0 -2564
  41. data/lib/fauxhai/platforms/ubuntu/10.04.json +0 -522
  42. data/lib/fauxhai/platforms/ubuntu/13.04.json +0 -2584
  43. data/lib/fauxhai/platforms/ubuntu/13.10.json +0 -510
  44. data/lib/fauxhai/platforms/ubuntu/14.10.json +0 -617
@@ -0,0 +1,873 @@
1
+ {
2
+ "filesystem": {
3
+ "devtmpfs": {
4
+ "kb_size": "498940",
5
+ "kb_used": "0",
6
+ "kb_available": "498940",
7
+ "percent_used": "0%",
8
+ "mount": "/dev",
9
+ "total_inodes": "124735",
10
+ "inodes_used": "421",
11
+ "inodes_available": "124314",
12
+ "inodes_percent_used": "1%",
13
+ "fs_type": "devtmpfs",
14
+ "mount_options": [
15
+ "rw",
16
+ "nosuid",
17
+ "size=498940k",
18
+ "nr_inodes=124735",
19
+ "mode=755"
20
+ ]
21
+ },
22
+ "tmpfs": {
23
+ "kb_size": "101572",
24
+ "kb_used": "0",
25
+ "kb_available": "101572",
26
+ "percent_used": "0%",
27
+ "mount": "/run/user/0",
28
+ "total_inodes": "126961",
29
+ "inodes_used": "4",
30
+ "inodes_available": "126957",
31
+ "inodes_percent_used": "1%",
32
+ "fs_type": "tmpfs",
33
+ "mount_options": [
34
+ "rw",
35
+ "nosuid",
36
+ "nodev",
37
+ "relatime",
38
+ "size=101572k",
39
+ "mode=700"
40
+ ]
41
+ },
42
+ "/dev/sda2": {
43
+ "kb_size": "8960000",
44
+ "kb_used": "2085680",
45
+ "kb_available": "6415088",
46
+ "percent_used": "25%",
47
+ "mount": "/var/tmp",
48
+ "fs_type": "btrfs",
49
+ "mount_options": [
50
+ "rw",
51
+ "relatime",
52
+ "space_cache",
53
+ "subvolid=277",
54
+ "subvol=/@/var/tmp"
55
+ ],
56
+ "uuid": "303fe74f-32ba-4c19-97ae-bda3861a315e"
57
+ },
58
+ "sysfs": {
59
+ "mount": "/sys",
60
+ "fs_type": "sysfs",
61
+ "mount_options": [
62
+ "rw",
63
+ "nosuid",
64
+ "nodev",
65
+ "noexec",
66
+ "relatime"
67
+ ]
68
+ },
69
+ "proc": {
70
+ "mount": "/proc",
71
+ "fs_type": "proc",
72
+ "mount_options": [
73
+ "rw",
74
+ "nosuid",
75
+ "nodev",
76
+ "noexec",
77
+ "relatime"
78
+ ]
79
+ },
80
+ "securityfs": {
81
+ "mount": "/sys/kernel/security",
82
+ "fs_type": "securityfs",
83
+ "mount_options": [
84
+ "rw",
85
+ "nosuid",
86
+ "nodev",
87
+ "noexec",
88
+ "relatime"
89
+ ]
90
+ },
91
+ "devpts": {
92
+ "mount": "/dev/pts",
93
+ "fs_type": "devpts",
94
+ "mount_options": [
95
+ "rw",
96
+ "nosuid",
97
+ "noexec",
98
+ "relatime",
99
+ "gid=5",
100
+ "mode=620",
101
+ "ptmxmode=000"
102
+ ]
103
+ },
104
+ "cgroup": {
105
+ "mount": "/sys/fs/cgroup/hugetlb",
106
+ "fs_type": "cgroup",
107
+ "mount_options": [
108
+ "rw",
109
+ "nosuid",
110
+ "nodev",
111
+ "noexec",
112
+ "relatime",
113
+ "hugetlb"
114
+ ]
115
+ },
116
+ "pstore": {
117
+ "mount": "/sys/fs/pstore",
118
+ "fs_type": "pstore",
119
+ "mount_options": [
120
+ "rw",
121
+ "nosuid",
122
+ "nodev",
123
+ "noexec",
124
+ "relatime"
125
+ ]
126
+ },
127
+ "systemd-1": {
128
+ "mount": "/proc/sys/fs/binfmt_misc",
129
+ "fs_type": "autofs",
130
+ "mount_options": [
131
+ "rw",
132
+ "relatime",
133
+ "fd=28",
134
+ "pgrp=1",
135
+ "timeout=0",
136
+ "minproto=5",
137
+ "maxproto=5",
138
+ "direct"
139
+ ]
140
+ },
141
+ "hugetlbfs": {
142
+ "mount": "/dev/hugepages",
143
+ "fs_type": "hugetlbfs",
144
+ "mount_options": [
145
+ "rw",
146
+ "relatime"
147
+ ]
148
+ },
149
+ "mqueue": {
150
+ "mount": "/dev/mqueue",
151
+ "fs_type": "mqueue",
152
+ "mount_options": [
153
+ "rw",
154
+ "relatime"
155
+ ]
156
+ },
157
+ "debugfs": {
158
+ "mount": "/sys/kernel/debug",
159
+ "fs_type": "debugfs",
160
+ "mount_options": [
161
+ "rw",
162
+ "relatime"
163
+ ]
164
+ },
165
+ "/dev/sda1": {
166
+ "fs_type": "swap",
167
+ "uuid": "82777d46-7e4b-4f74-b7be-80956dd96807"
168
+ }
169
+ },
170
+ "kernel": {
171
+ "name": "Linux",
172
+ "release": "4.4.21-69-default",
173
+ "version": "#1 SMP Tue Oct 25 10:58:20 UTC 2016 (9464f67)",
174
+ "machine": "x86_64",
175
+ "processor": "x86_64",
176
+ "os": "GNU/Linux",
177
+ "modules": {
178
+ "nf_log_ipv6": {
179
+ "size": "16384",
180
+ "refcount": "5"
181
+ },
182
+ "xt_pkttype": {
183
+ "size": "16384",
184
+ "refcount": "3"
185
+ },
186
+ "xt_physdev": {
187
+ "size": "16384",
188
+ "refcount": "2"
189
+ },
190
+ "nf_log_ipv4": {
191
+ "size": "16384",
192
+ "refcount": "5"
193
+ },
194
+ "nf_log_common": {
195
+ "size": "16384",
196
+ "refcount": "2"
197
+ },
198
+ "xt_LOG": {
199
+ "size": "16384",
200
+ "refcount": "10"
201
+ },
202
+ "xt_limit": {
203
+ "size": "16384",
204
+ "refcount": "10"
205
+ },
206
+ "ebtable_filter": {
207
+ "size": "16384",
208
+ "refcount": "0"
209
+ },
210
+ "ebtables": {
211
+ "size": "36864",
212
+ "refcount": "1"
213
+ },
214
+ "af_packet": {
215
+ "size": "45056",
216
+ "refcount": "0"
217
+ },
218
+ "br_netfilter": {
219
+ "size": "24576",
220
+ "refcount": "1"
221
+ },
222
+ "bridge": {
223
+ "size": "139264",
224
+ "refcount": "1",
225
+ "version": "2.3"
226
+ },
227
+ "stp": {
228
+ "size": "16384",
229
+ "refcount": "1"
230
+ },
231
+ "llc": {
232
+ "size": "16384",
233
+ "refcount": "2"
234
+ },
235
+ "iscsi_ibft": {
236
+ "size": "16384",
237
+ "refcount": "0",
238
+ "version": "0.5.0"
239
+ },
240
+ "iscsi_boot_sysfs": {
241
+ "size": "20480",
242
+ "refcount": "1"
243
+ },
244
+ "ip6t_REJECT": {
245
+ "size": "16384",
246
+ "refcount": "3"
247
+ },
248
+ "xt_tcpudp": {
249
+ "size": "16384",
250
+ "refcount": "3"
251
+ },
252
+ "nf_conntrack_ipv6": {
253
+ "size": "16384",
254
+ "refcount": "3"
255
+ },
256
+ "nf_defrag_ipv6": {
257
+ "size": "36864",
258
+ "refcount": "1"
259
+ },
260
+ "ip6table_raw": {
261
+ "size": "16384",
262
+ "refcount": "1"
263
+ },
264
+ "ipt_REJECT": {
265
+ "size": "16384",
266
+ "refcount": "3"
267
+ },
268
+ "iptable_raw": {
269
+ "size": "16384",
270
+ "refcount": "1"
271
+ },
272
+ "xt_CT": {
273
+ "size": "16384",
274
+ "refcount": "4"
275
+ },
276
+ "iptable_filter": {
277
+ "size": "16384",
278
+ "refcount": "1"
279
+ },
280
+ "ip6table_mangle": {
281
+ "size": "16384",
282
+ "refcount": "0"
283
+ },
284
+ "nf_conntrack_netbios_ns": {
285
+ "size": "16384",
286
+ "refcount": "0"
287
+ },
288
+ "nf_conntrack_broadcast": {
289
+ "size": "16384",
290
+ "refcount": "1"
291
+ },
292
+ "nf_conntrack_ipv4": {
293
+ "size": "16384",
294
+ "refcount": "3"
295
+ },
296
+ "nf_defrag_ipv4": {
297
+ "size": "16384",
298
+ "refcount": "1"
299
+ },
300
+ "ip_tables": {
301
+ "size": "24576",
302
+ "refcount": "2"
303
+ },
304
+ "xt_conntrack": {
305
+ "size": "16384",
306
+ "refcount": "6"
307
+ },
308
+ "nf_conntrack": {
309
+ "size": "118784",
310
+ "refcount": "6"
311
+ },
312
+ "ip6table_filter": {
313
+ "size": "16384",
314
+ "refcount": "1"
315
+ },
316
+ "ip6_tables": {
317
+ "size": "24576",
318
+ "refcount": "3"
319
+ },
320
+ "x_tables": {
321
+ "size": "40960",
322
+ "refcount": "17"
323
+ },
324
+ "crct10dif_pclmul": {
325
+ "size": "16384",
326
+ "refcount": "0"
327
+ },
328
+ "crc32_pclmul": {
329
+ "size": "16384",
330
+ "refcount": "0"
331
+ },
332
+ "joydev": {
333
+ "size": "20480",
334
+ "refcount": "0"
335
+ },
336
+ "hid_generic": {
337
+ "size": "16384",
338
+ "refcount": "0"
339
+ },
340
+ "usbhid": {
341
+ "size": "53248",
342
+ "refcount": "0"
343
+ },
344
+ "drbg": {
345
+ "size": "32768",
346
+ "refcount": "1"
347
+ },
348
+ "ansi_cprng": {
349
+ "size": "16384",
350
+ "refcount": "0"
351
+ },
352
+ "snd_intel8x0": {
353
+ "size": "45056",
354
+ "refcount": "0"
355
+ },
356
+ "ppdev": {
357
+ "size": "20480",
358
+ "refcount": "0"
359
+ },
360
+ "serio_raw": {
361
+ "size": "16384",
362
+ "refcount": "0"
363
+ },
364
+ "aesni_intel": {
365
+ "size": "167936",
366
+ "refcount": "0"
367
+ },
368
+ "e1000": {
369
+ "size": "139264",
370
+ "refcount": "0",
371
+ "version": "7.3.21-k8-NAPI"
372
+ },
373
+ "pcspkr": {
374
+ "size": "16384",
375
+ "refcount": "0"
376
+ },
377
+ "i2c_piix4": {
378
+ "size": "24576",
379
+ "refcount": "0"
380
+ },
381
+ "acpi_cpufreq": {
382
+ "size": "20480",
383
+ "refcount": "0"
384
+ },
385
+ "snd_ac97_codec": {
386
+ "size": "135168",
387
+ "refcount": "1"
388
+ },
389
+ "snd_pcm": {
390
+ "size": "131072",
391
+ "refcount": "2"
392
+ },
393
+ "snd_timer": {
394
+ "size": "36864",
395
+ "refcount": "1"
396
+ },
397
+ "snd": {
398
+ "size": "90112",
399
+ "refcount": "4"
400
+ },
401
+ "soundcore": {
402
+ "size": "16384",
403
+ "refcount": "1"
404
+ },
405
+ "ac97_bus": {
406
+ "size": "16384",
407
+ "refcount": "1"
408
+ },
409
+ "fjes": {
410
+ "size": "32768",
411
+ "refcount": "0",
412
+ "version": "1.0"
413
+ },
414
+ "parport_pc": {
415
+ "size": "45056",
416
+ "refcount": "0"
417
+ },
418
+ "parport": {
419
+ "size": "53248",
420
+ "refcount": "2"
421
+ },
422
+ "aes_x86_64": {
423
+ "size": "20480",
424
+ "refcount": "1"
425
+ },
426
+ "lrw": {
427
+ "size": "16384",
428
+ "refcount": "1"
429
+ },
430
+ "gf128mul": {
431
+ "size": "16384",
432
+ "refcount": "1"
433
+ },
434
+ "glue_helper": {
435
+ "size": "16384",
436
+ "refcount": "1"
437
+ },
438
+ "ablk_helper": {
439
+ "size": "16384",
440
+ "refcount": "1"
441
+ },
442
+ "video": {
443
+ "size": "40960",
444
+ "refcount": "0"
445
+ },
446
+ "processor": {
447
+ "size": "40960",
448
+ "refcount": "1"
449
+ },
450
+ "button": {
451
+ "size": "16384",
452
+ "refcount": "0"
453
+ },
454
+ "battery": {
455
+ "size": "24576",
456
+ "refcount": "0"
457
+ },
458
+ "ac": {
459
+ "size": "16384",
460
+ "refcount": "0"
461
+ },
462
+ "cryptd": {
463
+ "size": "20480",
464
+ "refcount": "2"
465
+ },
466
+ "btrfs": {
467
+ "size": "1097728",
468
+ "refcount": "1"
469
+ },
470
+ "xor": {
471
+ "size": "20480",
472
+ "refcount": "1"
473
+ },
474
+ "raid6_pq": {
475
+ "size": "106496",
476
+ "refcount": "1"
477
+ },
478
+ "sr_mod": {
479
+ "size": "24576",
480
+ "refcount": "0"
481
+ },
482
+ "cdrom": {
483
+ "size": "61440",
484
+ "refcount": "1"
485
+ },
486
+ "sd_mod": {
487
+ "size": "53248",
488
+ "refcount": "3"
489
+ },
490
+ "ata_generic": {
491
+ "size": "16384",
492
+ "refcount": "0",
493
+ "version": "0.2.15"
494
+ },
495
+ "ata_piix": {
496
+ "size": "36864",
497
+ "refcount": "0",
498
+ "version": "2.13"
499
+ },
500
+ "ohci_pci": {
501
+ "size": "16384",
502
+ "refcount": "0"
503
+ },
504
+ "ehci_pci": {
505
+ "size": "16384",
506
+ "refcount": "0"
507
+ },
508
+ "ohci_hcd": {
509
+ "size": "53248",
510
+ "refcount": "1"
511
+ },
512
+ "ehci_hcd": {
513
+ "size": "81920",
514
+ "refcount": "1"
515
+ },
516
+ "ahci": {
517
+ "size": "36864",
518
+ "refcount": "2",
519
+ "version": "3.0"
520
+ },
521
+ "libahci": {
522
+ "size": "36864",
523
+ "refcount": "1"
524
+ },
525
+ "crc32c_intel": {
526
+ "size": "24576",
527
+ "refcount": "1"
528
+ },
529
+ "usbcore": {
530
+ "size": "258048",
531
+ "refcount": "5"
532
+ },
533
+ "usb_common": {
534
+ "size": "16384",
535
+ "refcount": "1"
536
+ },
537
+ "libata": {
538
+ "size": "270336",
539
+ "refcount": "4",
540
+ "version": "3.00"
541
+ },
542
+ "sg": {
543
+ "size": "40960",
544
+ "refcount": "0",
545
+ "version": "3.5.36"
546
+ },
547
+ "dm_multipath": {
548
+ "size": "28672",
549
+ "refcount": "0"
550
+ },
551
+ "dm_mod": {
552
+ "size": "122880",
553
+ "refcount": "1"
554
+ },
555
+ "scsi_dh_rdac": {
556
+ "size": "20480",
557
+ "refcount": "0",
558
+ "version": "01.00.0000.0000"
559
+ },
560
+ "scsi_dh_emc": {
561
+ "size": "16384",
562
+ "refcount": "0"
563
+ },
564
+ "scsi_dh_alua": {
565
+ "size": "20480",
566
+ "refcount": "0",
567
+ "version": "2.0"
568
+ },
569
+ "scsi_mod": {
570
+ "size": "262144",
571
+ "refcount": "8"
572
+ },
573
+ "autofs4": {
574
+ "size": "45056",
575
+ "refcount": "2"
576
+ }
577
+ }
578
+ },
579
+ "os": "linux",
580
+ "os_version": "4.4.21-69-default",
581
+ "lsb": {
582
+ },
583
+ "platform_version": "12.2",
584
+ "platform": "suse",
585
+ "platform_family": "suse",
586
+ "dmi": {
587
+ "dmidecode_version": "3.0",
588
+ "smbios_version": "2.5",
589
+ "structures": {
590
+ "count": "10",
591
+ "size": "450"
592
+ },
593
+ "table_location": "0x000E1000",
594
+ "bios": {
595
+ "all_records": [
596
+ {
597
+ "record_id": "0x0000",
598
+ "size": "0",
599
+ "application_identifier": "BIOS Information",
600
+ "Vendor": "innotek GmbH",
601
+ "Version": "VirtualBox",
602
+ "Release Date": "12/01/2006",
603
+ "Address": "0xE0000",
604
+ "Runtime Size": "128 kB",
605
+ "ROM Size": "128 kB",
606
+ "Characteristics": {
607
+ "ISA is supported": null,
608
+ "PCI is supported": null,
609
+ "Boot from CD is supported": null,
610
+ "Selectable boot is supported": null,
611
+ "8042 keyboard services are supported (int 9h)": null,
612
+ "CGA/mono video services are supported (int 10h)": null,
613
+ "ACPI is supported": null
614
+ }
615
+ }
616
+ ],
617
+ "vendor": "innotek GmbH",
618
+ "version": "VirtualBox",
619
+ "release_date": "12/01/2006",
620
+ "address": "0xE0000",
621
+ "runtime_size": "128 kB",
622
+ "rom_size": "128 kB"
623
+ },
624
+ "system": {
625
+ "all_records": [
626
+ {
627
+ "record_id": "0x0001",
628
+ "size": "1",
629
+ "application_identifier": "System Information",
630
+ "Manufacturer": "innotek GmbH",
631
+ "Product Name": "VirtualBox",
632
+ "Version": "1.2",
633
+ "Serial Number": "0",
634
+ "UUID": "DA4EC308-D5F7-4163-B4C7-81DBDBF9DE6E",
635
+ "Wake-up Type": "Power Switch",
636
+ "SKU Number": "Not Specified",
637
+ "Family": "Virtual Machine"
638
+ }
639
+ ],
640
+ "manufacturer": "innotek GmbH",
641
+ "product_name": "VirtualBox",
642
+ "version": "1.2",
643
+ "serial_number": "0",
644
+ "uuid": "DA4EC308-D5F7-4163-B4C7-81DBDBF9DE6E",
645
+ "wake_up_type": "Power Switch",
646
+ "sku_number": "Not Specified",
647
+ "family": "Virtual Machine"
648
+ },
649
+ "base_board": {
650
+ "all_records": [
651
+ {
652
+ "record_id": "0x0008",
653
+ "size": "2",
654
+ "application_identifier": "Base Board Information",
655
+ "Manufacturer": "Oracle Corporation",
656
+ "Product Name": "VirtualBox",
657
+ "Version": "1.2",
658
+ "Serial Number": "0",
659
+ "Asset Tag": "Not Specified",
660
+ "Features": {
661
+ "Board is a hosting board": null
662
+ },
663
+ "Location In Chassis": "Not Specified",
664
+ "Chassis Handle": "0x0003",
665
+ "Type": "Motherboard",
666
+ "Contained Object Handles": "0"
667
+ }
668
+ ],
669
+ "manufacturer": "Oracle Corporation",
670
+ "product_name": "VirtualBox",
671
+ "version": "1.2",
672
+ "serial_number": "0",
673
+ "asset_tag": "Not Specified",
674
+ "location_in_chassis": "Not Specified",
675
+ "chassis_handle": "0x0003",
676
+ "type": "Motherboard",
677
+ "contained_object_handles": "0"
678
+ },
679
+ "chassis": {
680
+ "all_records": [
681
+ {
682
+ "record_id": "0x0003",
683
+ "size": "3",
684
+ "application_identifier": "Chassis Information",
685
+ "Manufacturer": "Oracle Corporation",
686
+ "Type": "Other",
687
+ "Lock": "Not Present",
688
+ "Version": "Not Specified",
689
+ "Serial Number": "Not Specified",
690
+ "Asset Tag": "Not Specified",
691
+ "Boot-up State": "Safe",
692
+ "Power Supply State": "Safe",
693
+ "Thermal State": "Safe",
694
+ "Security Status": "None"
695
+ }
696
+ ],
697
+ "manufacturer": "Oracle Corporation",
698
+ "type": "Other",
699
+ "lock": "Not Present",
700
+ "version": "Not Specified",
701
+ "serial_number": "Not Specified",
702
+ "asset_tag": "Not Specified",
703
+ "boot_up_state": "Safe",
704
+ "power_supply_state": "Safe",
705
+ "thermal_state": "Safe",
706
+ "security_status": "None"
707
+ },
708
+ "oem_strings": {
709
+ "all_records": [
710
+ {
711
+ "record_id": "0x0002",
712
+ "size": "11",
713
+ "application_identifier": "OEM Strings",
714
+ "String 1": "vboxVer_5.1.14",
715
+ "String 2": "vboxRev_112924"
716
+ }
717
+ ],
718
+ "string_1": "vboxVer_5.1.14",
719
+ "string_2": "vboxRev_112924"
720
+ }
721
+ },
722
+ "command": {
723
+ "ps": "ps -ef"
724
+ },
725
+ "init_package": "systemd",
726
+ "ohai_time": 1488735927.0294056,
727
+ "root_group": "root",
728
+ "languages": {
729
+ "ruby": {
730
+ "platform": "x86_64-linux-gnu",
731
+ "version": "2.1.2",
732
+ "release_date": "2014-05-08",
733
+ "target": "x86_64-suse-linux-gnu",
734
+ "target_cpu": "x86_64",
735
+ "target_vendor": "suse",
736
+ "target_os": "linux-gnu",
737
+ "host": "x86_64-suse-linux-gnu",
738
+ "host_cpu": "x86_64",
739
+ "host_os": "linux-gnu",
740
+ "host_vendor": "suse",
741
+ "bin_dir": "/usr/local/bin",
742
+ "ruby_bin": "/usr/local/bin/ruby",
743
+ "gems_dir": "/usr/local/gems",
744
+ "gem_bin": "/usr/local/bin/gem"
745
+ },
746
+ "powershell": null
747
+ },
748
+ "chef_packages": {
749
+ "chef": {
750
+ "version": "12.19.36",
751
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.19.36/lib"
752
+ },
753
+ "ohai": {
754
+ "version": "8.23.0",
755
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.23.0/lib/ohai"
756
+ }
757
+ },
758
+ "counters": {
759
+ "network": {
760
+ "interfaces": {
761
+ "eth0": {
762
+ "rx": {
763
+ "bytes": "0",
764
+ "packets": "0",
765
+ "errors": "0",
766
+ "drop": 0,
767
+ "overrun": 0,
768
+ "frame": 0,
769
+ "compressed": 0,
770
+ "multicast": 0
771
+ },
772
+ "tx": {
773
+ "bytes": "342",
774
+ "packets": "0",
775
+ "errors": "0",
776
+ "drop": 0,
777
+ "overrun": 0,
778
+ "collisions": "0",
779
+ "carrier": 0,
780
+ "compressed": 0
781
+ }
782
+ }
783
+ }
784
+ }
785
+ },
786
+ "current_user": "fauxhai",
787
+ "domain": "local",
788
+ "etc": {
789
+ "passwd": {
790
+ "fauxhai": {
791
+ "dir": "/home/fauxhai",
792
+ "gid": 0,
793
+ "uid": 0,
794
+ "shell": "/bin/bash",
795
+ "gecos": "Fauxhai"
796
+ }
797
+ },
798
+ "group": {
799
+ "fauxhai": {
800
+ "gid": 0,
801
+ "members": [
802
+ "fauxhai"
803
+ ]
804
+ }
805
+ }
806
+ },
807
+ "hostname": "Fauxhai",
808
+ "fqdn": "fauxhai.local",
809
+ "ipaddress": "10.0.0.2",
810
+ "keys": {
811
+ "ssh": {
812
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
813
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
814
+ }
815
+ },
816
+ "macaddress": "11:11:11:11:11:11",
817
+ "network": {
818
+ "default_gateway": "10.0.0.1",
819
+ "default_interface": "eth0",
820
+ "settings": {
821
+ },
822
+ "interfaces": {
823
+ "eth0": {
824
+ "addresses": {
825
+ "10.0.0.2": {
826
+ "broadcast": "10.0.0.255",
827
+ "family": "inet",
828
+ "netmask": "255.255.255.0",
829
+ "prefixlen": "24",
830
+ "scope": "Global"
831
+ }
832
+ },
833
+ "arp": {
834
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
835
+ },
836
+ "encapsulation": "Ethernet",
837
+ "flags": [
838
+ "BROADCAST",
839
+ "MULTICAST",
840
+ "UP",
841
+ "LOWER_UP"
842
+ ],
843
+ "mtu": "1500",
844
+ "number": "0",
845
+ "routes": [
846
+ {
847
+ "destination": "10.0.0.0/24",
848
+ "family": "inet",
849
+ "scope": "link",
850
+ "proto": "kernel",
851
+ "src": "10.0.0.2"
852
+ }
853
+ ],
854
+ "state": "up",
855
+ "type": "eth"
856
+ }
857
+ }
858
+ },
859
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
860
+ "uptime_seconds": 2646450,
861
+ "cpu": {
862
+ "real": 1,
863
+ "total": 1,
864
+ "cores": 1
865
+ },
866
+ "memory": {
867
+ "total": "1048576kB"
868
+ },
869
+ "virtualization": {
870
+ "systems": {
871
+ }
872
+ }
873
+ }