fauxhai-ng 8.7.1 → 9.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/lib/fauxhai/platforms/.DS_Store +0 -0
  3. data/lib/fauxhai/platforms/ubuntu/.DS_Store +0 -0
  4. data/lib/fauxhai/version.rb +1 -1
  5. metadata +4 -34
  6. data/lib/fauxhai/platforms/aix/6.1.json +0 -731
  7. data/lib/fauxhai/platforms/amazon/2015.03.json +0 -3328
  8. data/lib/fauxhai/platforms/amazon/2015.09.json +0 -3386
  9. data/lib/fauxhai/platforms/amazon/2016.03.json +0 -3378
  10. data/lib/fauxhai/platforms/amazon/2016.09.json +0 -3385
  11. data/lib/fauxhai/platforms/amazon/2017.03.json +0 -3389
  12. data/lib/fauxhai/platforms/amazon/2017.09.json +0 -3410
  13. data/lib/fauxhai/platforms/centos/5.11.json +0 -4920
  14. data/lib/fauxhai/platforms/centos/6.9.json +0 -2693
  15. data/lib/fauxhai/platforms/centos/7.5.1804.json +0 -3795
  16. data/lib/fauxhai/platforms/centos/7.6.1810.json +0 -3810
  17. data/lib/fauxhai/platforms/debian/8.11.json +0 -3596
  18. data/lib/fauxhai/platforms/debian/9.8.json +0 -2938
  19. data/lib/fauxhai/platforms/debian/9.9.json +0 -2938
  20. data/lib/fauxhai/platforms/fedora/29.json +0 -3831
  21. data/lib/fauxhai/platforms/fedora/30.json +0 -3906
  22. data/lib/fauxhai/platforms/freebsd/11.1.json +0 -426
  23. data/lib/fauxhai/platforms/linuxmint/18.3.json +0 -10351
  24. data/lib/fauxhai/platforms/mac_os_x/10.13.json +0 -1339
  25. data/lib/fauxhai/platforms/opensuse/15.0.json +0 -6060
  26. data/lib/fauxhai/platforms/opensuse/15.1.json +0 -5776
  27. data/lib/fauxhai/platforms/oracle/5.11.json +0 -7029
  28. data/lib/fauxhai/platforms/oracle/6.9.json +0 -4177
  29. data/lib/fauxhai/platforms/redhat/5.11.json +0 -6682
  30. data/lib/fauxhai/platforms/redhat/6.9.json +0 -5817
  31. data/lib/fauxhai/platforms/redhat/7.4.json +0 -3886
  32. data/lib/fauxhai/platforms/redhat/7.5.json +0 -3947
  33. data/lib/fauxhai/platforms/redhat/7.6.json +0 -3804
  34. data/lib/fauxhai/platforms/suse/12.3.json +0 -5808
  35. data/lib/fauxhai/platforms/ubuntu/14.04.json +0 -2998
  36. data/lib/fauxhai/platforms/windows/2008R2.json +0 -444
@@ -1,1339 +0,0 @@
1
- {
2
- "chef_packages": {
3
- "chef": {
4
- "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.0.190/lib",
5
- "version": "14.0.190"
6
- },
7
- "ohai": {
8
- "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.0.31/lib/ohai",
9
- "version": "14.0.31"
10
- }
11
- },
12
- "command": {
13
- "ps": "ps -ef"
14
- },
15
- "counters": {
16
- "network": {
17
- "interfaces": {
18
- "en0": {
19
- "rx": {
20
- "bytes": 0,
21
- "compressed": 0,
22
- "drop": 0,
23
- "errors": 0,
24
- "frame": 0,
25
- "multicast": 0,
26
- "overrun": 0,
27
- "packets": 0
28
- },
29
- "tx": {
30
- "bytes": 0,
31
- "carrier": 0,
32
- "collisions": 0,
33
- "compressed": 0,
34
- "drop": 0,
35
- "errors": 0,
36
- "overrun": 0,
37
- "packets": 0
38
- }
39
- },
40
- "lo": {
41
- "rx": {
42
- "bytes": 0,
43
- "drop": 0,
44
- "errors": 0,
45
- "overrun": 0,
46
- "packets": 0
47
- },
48
- "tx": {
49
- "bytes": 0,
50
- "carrier": 0,
51
- "collisions": 0,
52
- "drop": 0,
53
- "errors": 0,
54
- "packets": 0,
55
- "queuelen": "1"
56
- }
57
- }
58
- }
59
- }
60
- },
61
- "cpu": {
62
- "cores": 1,
63
- "real": 1,
64
- "total": 1
65
- },
66
- "current_user": "fauxhai",
67
- "deprecated": true,
68
- "dmi": {},
69
- "domain": "local",
70
- "filesystem": {
71
- "by_device": {
72
- "/dev/disk1s1": {
73
- "block_size": 512,
74
- "fs_type": "apfs",
75
- "inodes_available": "9223372036852517133",
76
- "inodes_percent_used": "0%",
77
- "inodes_used": "2258674",
78
- "kb_available": "44526896",
79
- "kb_size": "488347692",
80
- "kb_used": "439895284",
81
- "mount_options": [
82
- "local",
83
- "journaled"
84
- ],
85
- "mounts": [
86
- "/"
87
- ],
88
- "percent_used": "91%",
89
- "total_inodes": "9223372036854775807"
90
- },
91
- "/dev/disk1s4": {
92
- "block_size": 512,
93
- "fs_type": "apfs",
94
- "inodes_available": "9223372036854775804",
95
- "inodes_percent_used": "0%",
96
- "inodes_used": "3",
97
- "kb_available": "44526896",
98
- "kb_size": "488347692",
99
- "kb_used": "3239980",
100
- "mount_options": [
101
- "local",
102
- "noexec",
103
- "journaled",
104
- "noatime",
105
- "nobrowse"
106
- ],
107
- "mounts": [
108
- "/private/var/vm"
109
- ],
110
- "percent_used": "7%",
111
- "total_inodes": "9223372036854775807"
112
- },
113
- "devfs": {
114
- "block_size": 512,
115
- "fs_type": "devfs",
116
- "inodes_available": "0",
117
- "inodes_percent_used": "100%",
118
- "inodes_used": "660",
119
- "kb_available": "0",
120
- "kb_size": "190",
121
- "kb_used": "190",
122
- "mount_options": [
123
- "local",
124
- "nobrowse"
125
- ],
126
- "mounts": [
127
- "/dev"
128
- ],
129
- "percent_used": "100%",
130
- "total_inodes": "660"
131
- },
132
- "map -hosts": {
133
- "block_size": 512,
134
- "fs_type": "autofs",
135
- "inodes_available": "0",
136
- "inodes_percent_used": "100%",
137
- "inodes_used": "0",
138
- "kb_available": "0",
139
- "kb_size": "0",
140
- "kb_used": "0",
141
- "mount_options": [
142
- "nosuid",
143
- "automounted",
144
- "nobrowse"
145
- ],
146
- "mounts": [
147
- "/net"
148
- ],
149
- "percent_used": "100%",
150
- "total_inodes": "0"
151
- },
152
- "map auto_home": {
153
- "block_size": 512,
154
- "fs_type": "autofs",
155
- "inodes_available": "0",
156
- "inodes_percent_used": "100%",
157
- "inodes_used": "0",
158
- "kb_available": "0",
159
- "kb_size": "0",
160
- "kb_used": "0",
161
- "mount_options": [
162
- "automounted",
163
- "nobrowse"
164
- ],
165
- "mounts": [
166
- "/home"
167
- ],
168
- "percent_used": "100%",
169
- "total_inodes": "0"
170
- }
171
- },
172
- "by_mountpoint": {
173
- "/": {
174
- "block_size": 512,
175
- "devices": [
176
- "/dev/disk1s1"
177
- ],
178
- "fs_type": "apfs",
179
- "inodes_available": "9223372036852517133",
180
- "inodes_percent_used": "0%",
181
- "inodes_used": "2258674",
182
- "kb_available": "44526896",
183
- "kb_size": "488347692",
184
- "kb_used": "439895284",
185
- "mount_options": [
186
- "local",
187
- "journaled"
188
- ],
189
- "percent_used": "91%",
190
- "total_inodes": "9223372036854775807"
191
- },
192
- "/dev": {
193
- "block_size": 512,
194
- "devices": [
195
- "devfs"
196
- ],
197
- "fs_type": "devfs",
198
- "inodes_available": "0",
199
- "inodes_percent_used": "100%",
200
- "inodes_used": "660",
201
- "kb_available": "0",
202
- "kb_size": "190",
203
- "kb_used": "190",
204
- "mount_options": [
205
- "local",
206
- "nobrowse"
207
- ],
208
- "percent_used": "100%",
209
- "total_inodes": "660"
210
- },
211
- "/home": {
212
- "block_size": 512,
213
- "devices": [
214
- "map auto_home"
215
- ],
216
- "fs_type": "autofs",
217
- "inodes_available": "0",
218
- "inodes_percent_used": "100%",
219
- "inodes_used": "0",
220
- "kb_available": "0",
221
- "kb_size": "0",
222
- "kb_used": "0",
223
- "mount_options": [
224
- "automounted",
225
- "nobrowse"
226
- ],
227
- "percent_used": "100%",
228
- "total_inodes": "0"
229
- },
230
- "/net": {
231
- "block_size": 512,
232
- "devices": [
233
- "map -hosts"
234
- ],
235
- "fs_type": "autofs",
236
- "inodes_available": "0",
237
- "inodes_percent_used": "100%",
238
- "inodes_used": "0",
239
- "kb_available": "0",
240
- "kb_size": "0",
241
- "kb_used": "0",
242
- "mount_options": [
243
- "nosuid",
244
- "automounted",
245
- "nobrowse"
246
- ],
247
- "percent_used": "100%",
248
- "total_inodes": "0"
249
- },
250
- "/private/var/vm": {
251
- "block_size": 512,
252
- "devices": [
253
- "/dev/disk1s4"
254
- ],
255
- "fs_type": "apfs",
256
- "inodes_available": "9223372036854775804",
257
- "inodes_percent_used": "0%",
258
- "inodes_used": "3",
259
- "kb_available": "44526896",
260
- "kb_size": "488347692",
261
- "kb_used": "3239980",
262
- "mount_options": [
263
- "local",
264
- "noexec",
265
- "journaled",
266
- "noatime",
267
- "nobrowse"
268
- ],
269
- "percent_used": "7%",
270
- "total_inodes": "9223372036854775807"
271
- }
272
- },
273
- "by_pair": {
274
- "/dev/disk1s1,/": {
275
- "block_size": 512,
276
- "device": "/dev/disk1s1",
277
- "fs_type": "apfs",
278
- "inodes_available": "9223372036852517133",
279
- "inodes_percent_used": "0%",
280
- "inodes_used": "2258674",
281
- "kb_available": "44526896",
282
- "kb_size": "488347692",
283
- "kb_used": "439895284",
284
- "mount": "/",
285
- "mount_options": [
286
- "local",
287
- "journaled"
288
- ],
289
- "percent_used": "91%",
290
- "total_inodes": "9223372036854775807"
291
- },
292
- "/dev/disk1s4,/private/var/vm": {
293
- "block_size": 512,
294
- "device": "/dev/disk1s4",
295
- "fs_type": "apfs",
296
- "inodes_available": "9223372036854775804",
297
- "inodes_percent_used": "0%",
298
- "inodes_used": "3",
299
- "kb_available": "44526896",
300
- "kb_size": "488347692",
301
- "kb_used": "3239980",
302
- "mount": "/private/var/vm",
303
- "mount_options": [
304
- "local",
305
- "noexec",
306
- "journaled",
307
- "noatime",
308
- "nobrowse"
309
- ],
310
- "percent_used": "7%",
311
- "total_inodes": "9223372036854775807"
312
- },
313
- "devfs,/dev": {
314
- "block_size": 512,
315
- "device": "devfs",
316
- "fs_type": "devfs",
317
- "inodes_available": "0",
318
- "inodes_percent_used": "100%",
319
- "inodes_used": "660",
320
- "kb_available": "0",
321
- "kb_size": "190",
322
- "kb_used": "190",
323
- "mount": "/dev",
324
- "mount_options": [
325
- "local",
326
- "nobrowse"
327
- ],
328
- "percent_used": "100%",
329
- "total_inodes": "660"
330
- },
331
- "map -hosts,/net": {
332
- "block_size": 512,
333
- "device": "map -hosts",
334
- "fs_type": "autofs",
335
- "inodes_available": "0",
336
- "inodes_percent_used": "100%",
337
- "inodes_used": "0",
338
- "kb_available": "0",
339
- "kb_size": "0",
340
- "kb_used": "0",
341
- "mount": "/net",
342
- "mount_options": [
343
- "nosuid",
344
- "automounted",
345
- "nobrowse"
346
- ],
347
- "percent_used": "100%",
348
- "total_inodes": "0"
349
- },
350
- "map auto_home,/home": {
351
- "block_size": 512,
352
- "device": "map auto_home",
353
- "fs_type": "autofs",
354
- "inodes_available": "0",
355
- "inodes_percent_used": "100%",
356
- "inodes_used": "0",
357
- "kb_available": "0",
358
- "kb_size": "0",
359
- "kb_used": "0",
360
- "mount": "/home",
361
- "mount_options": [
362
- "automounted",
363
- "nobrowse"
364
- ],
365
- "percent_used": "100%",
366
- "total_inodes": "0"
367
- }
368
- }
369
- },
370
- "fqdn": "fauxhai.local",
371
- "hostname": "Fauxhai",
372
- "idle": "30 days 15 hours 07 minutes 30 seconds",
373
- "idletime_seconds": 2646450,
374
- "ipaddress": "10.0.0.2",
375
- "kernel": {
376
- "machine": "x86_64",
377
- "modules": {
378
- "com.apple.AGDCPluginDisplayMetrics": {
379
- "index": "148",
380
- "refcount": "0",
381
- "size": 12288,
382
- "version": "3.18.48"
383
- },
384
- "com.apple.AppleFSCompression.AppleFSCompressionTypeZlib": {
385
- "index": "60",
386
- "refcount": "0",
387
- "size": 24576,
388
- "version": "1.0.0"
389
- },
390
- "com.apple.AppleGPUWrangler": {
391
- "index": "134",
392
- "refcount": "0",
393
- "size": 40960,
394
- "version": "3.18.48"
395
- },
396
- "com.apple.AppleGraphicsDeviceControl": {
397
- "index": "102",
398
- "refcount": "9",
399
- "size": 36864,
400
- "version": "3.18.48"
401
- },
402
- "com.apple.BootCache": {
403
- "index": "61",
404
- "refcount": "0",
405
- "size": 53248,
406
- "version": "40"
407
- },
408
- "com.apple.driver.AGDCBacklightControl": {
409
- "index": "136",
410
- "refcount": "0",
411
- "size": 20480,
412
- "version": "3.18.48"
413
- },
414
- "com.apple.driver.AGPM": {
415
- "index": "165",
416
- "refcount": "0",
417
- "size": 102400,
418
- "version": "110.23.33"
419
- },
420
- "com.apple.driver.AppleACPIButtons": {
421
- "index": "47",
422
- "refcount": "0",
423
- "size": 16384,
424
- "version": "6.1"
425
- },
426
- "com.apple.driver.AppleACPIEC": {
427
- "index": "42",
428
- "refcount": "0",
429
- "size": 28672,
430
- "version": "6.1"
431
- },
432
- "com.apple.driver.AppleACPIPlatform": {
433
- "index": "14",
434
- "refcount": "2",
435
- "size": 638976,
436
- "version": "6.1"
437
- },
438
- "com.apple.driver.AppleAHCIPort": {
439
- "index": "66",
440
- "refcount": "0",
441
- "size": 81920,
442
- "version": "329.50.2"
443
- },
444
- "com.apple.driver.AppleAPIC": {
445
- "index": "40",
446
- "refcount": "0",
447
- "size": 12288,
448
- "version": "1.7"
449
- },
450
- "com.apple.driver.AppleActuatorDriver": {
451
- "index": "91",
452
- "refcount": "0",
453
- "size": 57344,
454
- "version": "1404.4"
455
- },
456
- "com.apple.driver.AppleBacklightExpert": {
457
- "index": "131",
458
- "refcount": "1",
459
- "size": 24576,
460
- "version": "1.1.0"
461
- },
462
- "com.apple.driver.AppleBusPowerController": {
463
- "index": "20",
464
- "refcount": "1",
465
- "size": 32768,
466
- "version": "1.0"
467
- },
468
- "com.apple.driver.AppleCameraInterface": {
469
- "index": "119",
470
- "refcount": "0",
471
- "size": 688128,
472
- "version": "6.01.2"
473
- },
474
- "com.apple.driver.AppleCredentialManager": {
475
- "index": "24",
476
- "refcount": "1",
477
- "size": 221184,
478
- "version": "1.0"
479
- },
480
- "com.apple.driver.AppleEFINVRAM": {
481
- "index": "50",
482
- "refcount": "1",
483
- "size": 45056,
484
- "version": "2.1"
485
- },
486
- "com.apple.driver.AppleEFIRuntime": {
487
- "index": "48",
488
- "refcount": "2",
489
- "size": 20480,
490
- "version": "2.1"
491
- },
492
- "com.apple.driver.AppleEffaceableStorage": {
493
- "index": "32",
494
- "refcount": "2",
495
- "size": 49152,
496
- "version": "1.0"
497
- },
498
- "com.apple.driver.AppleFDEKeyStore": {
499
- "index": "33",
500
- "refcount": "0",
501
- "size": 49152,
502
- "version": "28.30"
503
- },
504
- "com.apple.driver.AppleGraphicsControl": {
505
- "index": "113",
506
- "refcount": "2",
507
- "size": 12288,
508
- "version": "3.18.48"
509
- },
510
- "com.apple.driver.AppleGraphicsDevicePolicy": {
511
- "index": "149",
512
- "refcount": "0",
513
- "size": 73728,
514
- "version": "3.18.48"
515
- },
516
- "com.apple.driver.AppleHDA": {
517
- "index": "158",
518
- "refcount": "0",
519
- "size": 749568,
520
- "version": "281.51"
521
- },
522
- "com.apple.driver.AppleHDAController": {
523
- "index": "123",
524
- "refcount": "1",
525
- "size": 118784,
526
- "version": "281.51"
527
- },
528
- "com.apple.driver.AppleHIDKeyboard": {
529
- "index": "85",
530
- "refcount": "1",
531
- "size": 45056,
532
- "version": "205"
533
- },
534
- "com.apple.driver.AppleHPET": {
535
- "index": "44",
536
- "refcount": "0",
537
- "size": 12288,
538
- "version": "1.8"
539
- },
540
- "com.apple.driver.AppleHSBluetoothDriver": {
541
- "index": "89",
542
- "refcount": "1",
543
- "size": 57344,
544
- "version": "133"
545
- },
546
- "com.apple.driver.AppleHV": {
547
- "index": "143",
548
- "refcount": "0",
549
- "size": 40960,
550
- "version": "1"
551
- },
552
- "com.apple.driver.AppleInputDeviceSupport": {
553
- "index": "83",
554
- "refcount": "2",
555
- "size": 90112,
556
- "version": "1404.3"
557
- },
558
- "com.apple.driver.AppleIntelFramebufferAzul": {
559
- "index": "103",
560
- "refcount": "0",
561
- "size": 1372160,
562
- "version": "10.3.2"
563
- },
564
- "com.apple.driver.AppleIntelHD5000Graphics": {
565
- "index": "135",
566
- "refcount": "0",
567
- "size": 503808,
568
- "version": "10.3.2"
569
- },
570
- "com.apple.driver.AppleIntelSlowAdaptiveClocking": {
571
- "index": "106",
572
- "refcount": "0",
573
- "size": 8192,
574
- "version": "4.0.0"
575
- },
576
- "com.apple.driver.AppleKeyStore": {
577
- "index": "31",
578
- "refcount": "0",
579
- "size": 405504,
580
- "version": "2"
581
- },
582
- "com.apple.driver.AppleLPC": {
583
- "index": "118",
584
- "refcount": "0",
585
- "size": 12288,
586
- "version": "3.1"
587
- },
588
- "com.apple.driver.AppleMCCSControl": {
589
- "index": "112",
590
- "refcount": "0",
591
- "size": 65536,
592
- "version": "1.5.4"
593
- },
594
- "com.apple.driver.AppleMobileFileIntegrity": {
595
- "index": "29",
596
- "refcount": "5",
597
- "size": 86016,
598
- "version": "1.0.5"
599
- },
600
- "com.apple.driver.AppleMultitouchDriver": {
601
- "index": "84",
602
- "refcount": "3",
603
- "size": 167936,
604
- "version": "1404.4"
605
- },
606
- "com.apple.driver.AppleMuxControl": {
607
- "index": "114",
608
- "refcount": "0",
609
- "size": 77824,
610
- "version": "3.18.48"
611
- },
612
- "com.apple.driver.AppleOSXWatchdog": {
613
- "index": "109",
614
- "refcount": "0",
615
- "size": 16384,
616
- "version": "1"
617
- },
618
- "com.apple.driver.AppleRTC": {
619
- "index": "45",
620
- "refcount": "0",
621
- "size": 32768,
622
- "version": "2.0"
623
- },
624
- "com.apple.driver.AppleSEPManager": {
625
- "index": "19",
626
- "refcount": "3",
627
- "size": 98304,
628
- "version": "1.0.1"
629
- },
630
- "com.apple.driver.AppleSMBIOS": {
631
- "index": "43",
632
- "refcount": "0",
633
- "size": 16384,
634
- "version": "2.1"
635
- },
636
- "com.apple.driver.AppleSMC": {
637
- "index": "13",
638
- "refcount": "8",
639
- "size": 118784,
640
- "version": "3.1.9"
641
- },
642
- "com.apple.driver.AppleSMCLMU": {
643
- "index": "110",
644
- "refcount": "0",
645
- "size": 24576,
646
- "version": "211"
647
- },
648
- "com.apple.driver.AppleSSE": {
649
- "index": "141",
650
- "refcount": "0",
651
- "size": 49152,
652
- "version": "1.0"
653
- },
654
- "com.apple.driver.AppleSmartBatteryManager": {
655
- "index": "49",
656
- "refcount": "0",
657
- "size": 40960,
658
- "version": "161.0.0"
659
- },
660
- "com.apple.driver.AppleThunderboltDPAdapterFamily": {
661
- "index": "57",
662
- "refcount": "1",
663
- "size": 61440,
664
- "version": "5.5.3"
665
- },
666
- "com.apple.driver.AppleThunderboltDPInAdapter": {
667
- "index": "58",
668
- "refcount": "0",
669
- "size": 24576,
670
- "version": "5.5.3"
671
- },
672
- "com.apple.driver.AppleThunderboltIP": {
673
- "index": "98",
674
- "refcount": "0",
675
- "size": 90112,
676
- "version": "3.1.1"
677
- },
678
- "com.apple.driver.AppleThunderboltNHI": {
679
- "index": "55",
680
- "refcount": "0",
681
- "size": 118784,
682
- "version": "4.7.2"
683
- },
684
- "com.apple.driver.AppleThunderboltPCIDownAdapter": {
685
- "index": "56",
686
- "refcount": "0",
687
- "size": 20480,
688
- "version": "2.1.3"
689
- },
690
- "com.apple.driver.AppleTopCaseHIDEventDriver": {
691
- "index": "90",
692
- "refcount": "0",
693
- "size": 40960,
694
- "version": "133"
695
- },
696
- "com.apple.driver.AppleUSBCardReader": {
697
- "index": "92",
698
- "refcount": "0",
699
- "size": 53248,
700
- "version": "439.50.6"
701
- },
702
- "com.apple.driver.AppleUSBHostMergeProperties": {
703
- "index": "51",
704
- "refcount": "1",
705
- "size": 16384,
706
- "version": "1.2"
707
- },
708
- "com.apple.driver.AppleUSBTDM": {
709
- "index": "30",
710
- "refcount": "1",
711
- "size": 73728,
712
- "version": "439.50.6"
713
- },
714
- "com.apple.driver.AppleUSBTopCaseDriver": {
715
- "index": "86",
716
- "refcount": "0",
717
- "size": 8192,
718
- "version": "133"
719
- },
720
- "com.apple.driver.AppleUpstreamUserClient": {
721
- "index": "155",
722
- "refcount": "0",
723
- "size": 20480,
724
- "version": "3.6.5"
725
- },
726
- "com.apple.driver.AppleXsanScheme": {
727
- "index": "210",
728
- "refcount": "0",
729
- "size": 32768,
730
- "version": "3"
731
- },
732
- "com.apple.driver.AudioAUUC": {
733
- "index": "151",
734
- "refcount": "0",
735
- "size": 20480,
736
- "version": "1.70"
737
- },
738
- "com.apple.driver.DiskImages": {
739
- "index": "34",
740
- "refcount": "0",
741
- "size": 102400,
742
- "version": "480.50.10"
743
- },
744
- "com.apple.driver.DspFuncLib": {
745
- "index": "157",
746
- "refcount": "1",
747
- "size": 1323008,
748
- "version": "281.51"
749
- },
750
- "com.apple.driver.IOSlaveProcessor": {
751
- "index": "18",
752
- "refcount": "4",
753
- "size": 28672,
754
- "version": "1"
755
- },
756
- "com.apple.driver.KernelRelayHost": {
757
- "index": "23",
758
- "refcount": "3",
759
- "size": 118784,
760
- "version": "1"
761
- },
762
- "com.apple.driver.X86PlatformPlugin": {
763
- "index": "108",
764
- "refcount": "1",
765
- "size": 94208,
766
- "version": "1.0.0"
767
- },
768
- "com.apple.driver.X86PlatformShim": {
769
- "index": "163",
770
- "refcount": "1",
771
- "size": 28672,
772
- "version": "1.0.0"
773
- },
774
- "com.apple.driver.corecapture": {
775
- "index": "71",
776
- "refcount": "2",
777
- "size": 172032,
778
- "version": "1.0.4"
779
- },
780
- "com.apple.driver.eficheck": {
781
- "index": "133",
782
- "refcount": "0",
783
- "size": 12288,
784
- "version": "1"
785
- },
786
- "com.apple.driver.pmtelemetry": {
787
- "index": "138",
788
- "refcount": "0",
789
- "size": 61440,
790
- "version": "1"
791
- },
792
- "com.apple.driver.usb.AppleUSBCommon": {
793
- "index": "21",
794
- "refcount": "8",
795
- "size": 32768,
796
- "version": "1.0"
797
- },
798
- "com.apple.driver.usb.AppleUSBHostCompositeDevice": {
799
- "index": "79",
800
- "refcount": "0",
801
- "size": 32768,
802
- "version": "1.2"
803
- },
804
- "com.apple.driver.usb.AppleUSBHostPacketFilter": {
805
- "index": "53",
806
- "refcount": "0",
807
- "size": 20480,
808
- "version": "1.0"
809
- },
810
- "com.apple.driver.usb.AppleUSBHub": {
811
- "index": "204",
812
- "refcount": "0",
813
- "size": 212992,
814
- "version": "1.2"
815
- },
816
- "com.apple.driver.usb.AppleUSBXHCI": {
817
- "index": "67",
818
- "refcount": "1",
819
- "size": 311296,
820
- "version": "1.2"
821
- },
822
- "com.apple.driver.usb.AppleUSBXHCIPCI": {
823
- "index": "68",
824
- "refcount": "0",
825
- "size": 184320,
826
- "version": "1.2"
827
- },
828
- "com.apple.driver.usb.IOUSBHostHIDDevice": {
829
- "index": "82",
830
- "refcount": "1",
831
- "size": 49152,
832
- "version": "1.2"
833
- },
834
- "com.apple.driver.usb.networking": {
835
- "index": "80",
836
- "refcount": "0",
837
- "size": 32768,
838
- "version": "5.0.0"
839
- },
840
- "com.apple.filesystems.afpfs": {
841
- "index": "174",
842
- "refcount": "0",
843
- "size": 327680,
844
- "version": "11.1"
845
- },
846
- "com.apple.filesystems.apfs": {
847
- "index": "77",
848
- "refcount": "1",
849
- "size": 942080,
850
- "version": "748.51.0"
851
- },
852
- "com.apple.filesystems.autofs": {
853
- "index": "162",
854
- "refcount": "0",
855
- "size": 36864,
856
- "version": "3.0"
857
- },
858
- "com.apple.filesystems.hfs.encodings.kext": {
859
- "index": "59",
860
- "refcount": "2",
861
- "size": 32768,
862
- "version": "1"
863
- },
864
- "com.apple.filesystems.hfs.kext": {
865
- "index": "63",
866
- "refcount": "1",
867
- "size": 421888,
868
- "version": "407.50.6"
869
- },
870
- "com.apple.filesystems.smbfs": {
871
- "index": "177",
872
- "refcount": "0",
873
- "size": 405504,
874
- "version": "3.2.2"
875
- },
876
- "com.apple.iokit.IO80211Family": {
877
- "index": "73",
878
- "refcount": "1",
879
- "size": 1007616,
880
- "version": "1200.12.2"
881
- },
882
- "com.apple.iokit.IOACPIFamily": {
883
- "index": "11",
884
- "refcount": "32",
885
- "size": 36864,
886
- "version": "1.4"
887
- },
888
- "com.apple.iokit.IOAHCIBlockStorage": {
889
- "index": "75",
890
- "refcount": "0",
891
- "size": 159744,
892
- "version": "301.40.2"
893
- },
894
- "com.apple.iokit.IOAHCIFamily": {
895
- "index": "65",
896
- "refcount": "2",
897
- "size": 106496,
898
- "version": "288"
899
- },
900
- "com.apple.iokit.IOAVBFamily": {
901
- "index": "146",
902
- "refcount": "0",
903
- "size": 65536,
904
- "version": "675.6"
905
- },
906
- "com.apple.iokit.IOAcceleratorFamily2": {
907
- "index": "101",
908
- "refcount": "3",
909
- "size": 618496,
910
- "version": "378.18.1"
911
- },
912
- "com.apple.iokit.IOAudioFamily": {
913
- "index": "121",
914
- "refcount": "5",
915
- "size": 258048,
916
- "version": "206.5"
917
- },
918
- "com.apple.iokit.IOEthernetAVBController": {
919
- "index": "144",
920
- "refcount": "2",
921
- "size": 28672,
922
- "version": "1.1.0"
923
- },
924
- "com.apple.iokit.IOGraphicsFamily": {
925
- "index": "100",
926
- "refcount": "22",
927
- "size": 299008,
928
- "version": "519.15"
929
- },
930
- "com.apple.iokit.IOHDAFamily": {
931
- "index": "122",
932
- "refcount": "2",
933
- "size": 49152,
934
- "version": "281.51"
935
- },
936
- "com.apple.iokit.IOHIDFamily": {
937
- "index": "46",
938
- "refcount": "11",
939
- "size": 503808,
940
- "version": "2.0.0"
941
- },
942
- "com.apple.iokit.IONDRVSupport": {
943
- "index": "128",
944
- "refcount": "3",
945
- "size": 65536,
946
- "version": "519.15"
947
- },
948
- "com.apple.iokit.IONetworkingFamily": {
949
- "index": "15",
950
- "refcount": "9",
951
- "size": 196608,
952
- "version": "3.4"
953
- },
954
- "com.apple.iokit.IOPCIFamily": {
955
- "index": "12",
956
- "refcount": "41",
957
- "size": 217088,
958
- "version": "2.9"
959
- },
960
- "com.apple.iokit.IOReportFamily": {
961
- "index": "17",
962
- "refcount": "5",
963
- "size": 28672,
964
- "version": "31"
965
- },
966
- "com.apple.iokit.IOSCSIArchitectureModelFamily": {
967
- "index": "26",
968
- "refcount": "4",
969
- "size": 176128,
970
- "version": "404.30.2"
971
- },
972
- "com.apple.iokit.IOSCSIBlockCommandsDevice": {
973
- "index": "27",
974
- "refcount": "2",
975
- "size": 102400,
976
- "version": "404.30.2"
977
- },
978
- "com.apple.iokit.IOSMBusFamily": {
979
- "index": "41",
980
- "refcount": "3",
981
- "size": 16384,
982
- "version": "1.1"
983
- },
984
- "com.apple.iokit.IOSerialFamily": {
985
- "index": "139",
986
- "refcount": "1",
987
- "size": 57344,
988
- "version": "11"
989
- },
990
- "com.apple.iokit.IOSlowAdaptiveClockingFamily": {
991
- "index": "105",
992
- "refcount": "1",
993
- "size": 20480,
994
- "version": "1.0.0"
995
- },
996
- "com.apple.iokit.IOStorageFamily": {
997
- "index": "25",
998
- "refcount": "9",
999
- "size": 163840,
1000
- "version": "2.1"
1001
- },
1002
- "com.apple.iokit.IOSurface": {
1003
- "index": "99",
1004
- "refcount": "3",
1005
- "size": 106496,
1006
- "version": "211.12"
1007
- },
1008
- "com.apple.iokit.IOThunderboltFamily": {
1009
- "index": "54",
1010
- "refcount": "5",
1011
- "size": 966656,
1012
- "version": "6.7.8"
1013
- },
1014
- "com.apple.iokit.IOTimeSyncFamily": {
1015
- "index": "16",
1016
- "refcount": "2",
1017
- "size": 155648,
1018
- "version": "675.12"
1019
- },
1020
- "com.apple.iokit.IOUSBFamily": {
1021
- "index": "52",
1022
- "refcount": "4",
1023
- "size": 634880,
1024
- "version": "900.4.1"
1025
- },
1026
- "com.apple.iokit.IOUSBHIDDriver": {
1027
- "index": "206",
1028
- "refcount": "0",
1029
- "size": 36864,
1030
- "version": "900.4.1"
1031
- },
1032
- "com.apple.iokit.IOUSBHostFamily": {
1033
- "index": "22",
1034
- "refcount": "19",
1035
- "size": 491520,
1036
- "version": "1.2"
1037
- },
1038
- "com.apple.iokit.IOUSBMassStorageDriver": {
1039
- "index": "28",
1040
- "refcount": "2",
1041
- "size": 184320,
1042
- "version": "140.50.3"
1043
- },
1044
- "com.apple.iokit.IOUSBUserClient": {
1045
- "index": "166",
1046
- "refcount": "1",
1047
- "size": 12288,
1048
- "version": "900.4.1"
1049
- },
1050
- "com.apple.iokit.IOUserEthernet": {
1051
- "index": "142",
1052
- "refcount": "0",
1053
- "size": 24576,
1054
- "version": "1.0.1"
1055
- },
1056
- "com.apple.kec.Libm": {
1057
- "index": "9",
1058
- "refcount": "1",
1059
- "size": 65536,
1060
- "version": "1"
1061
- },
1062
- "com.apple.kec.corecrypto": {
1063
- "index": "8",
1064
- "refcount": "9",
1065
- "size": 720896,
1066
- "version": "1.0"
1067
- },
1068
- "com.apple.kec.pthread": {
1069
- "index": "10",
1070
- "refcount": "0",
1071
- "size": 61440,
1072
- "version": "1"
1073
- },
1074
- "com.apple.kext.AMD7000Controller": {
1075
- "index": "117",
1076
- "refcount": "0",
1077
- "size": 372736,
1078
- "version": "1.6.6"
1079
- },
1080
- "com.apple.kext.AMDFramebuffer": {
1081
- "index": "154",
1082
- "refcount": "0",
1083
- "size": 167936,
1084
- "version": "1.6.6"
1085
- },
1086
- "com.apple.kext.AMDRadeonX4000": {
1087
- "index": "152",
1088
- "refcount": "0",
1089
- "size": 4956160,
1090
- "version": "1.6.6"
1091
- },
1092
- "com.apple.kext.AMDRadeonX4000HWServices": {
1093
- "index": "150",
1094
- "refcount": "0",
1095
- "size": 73728,
1096
- "version": "1.6.6"
1097
- },
1098
- "com.apple.kext.AMDRadeonX4030HWLibs": {
1099
- "index": "153",
1100
- "refcount": "0",
1101
- "size": 7663616,
1102
- "version": "1.0"
1103
- },
1104
- "com.apple.kext.AMDSupport": {
1105
- "index": "116",
1106
- "refcount": "2",
1107
- "size": 2023424,
1108
- "version": "1.6.6"
1109
- },
1110
- "com.apple.kext.OSvKernDSPLib": {
1111
- "index": "156",
1112
- "refcount": "1",
1113
- "size": 77824,
1114
- "version": "526"
1115
- },
1116
- "com.apple.kext.triggers": {
1117
- "index": "161",
1118
- "refcount": "2",
1119
- "size": 20480,
1120
- "version": "1.0"
1121
- },
1122
- "com.apple.nke.applicationfirewall": {
1123
- "index": "39",
1124
- "refcount": "0",
1125
- "size": 32768,
1126
- "version": "183"
1127
- },
1128
- "com.apple.plugin.IOgPTPPlugin": {
1129
- "index": "145",
1130
- "refcount": "1",
1131
- "size": 614400,
1132
- "version": "675.12"
1133
- },
1134
- "com.apple.security.SecureRemotePassword": {
1135
- "index": "173",
1136
- "refcount": "1",
1137
- "size": 69632,
1138
- "version": "1.0"
1139
- },
1140
- "com.apple.security.TMSafetyNet": {
1141
- "index": "38",
1142
- "refcount": "0",
1143
- "size": 8192,
1144
- "version": "8"
1145
- },
1146
- "com.apple.security.quarantine": {
1147
- "index": "37",
1148
- "refcount": "0",
1149
- "size": 36864,
1150
- "version": "3"
1151
- },
1152
- "com.apple.security.sandbox": {
1153
- "index": "36",
1154
- "refcount": "1",
1155
- "size": 135168,
1156
- "version": "300.0"
1157
- },
1158
- "com.apple.vecLib.kext": {
1159
- "index": "120",
1160
- "refcount": "2",
1161
- "size": 700416,
1162
- "version": "1.2.0"
1163
- },
1164
- "org.virtualbox.kext.VBoxDrv": {
1165
- "index": "160",
1166
- "refcount": "3",
1167
- "size": 409600,
1168
- "version": "5.2.8"
1169
- },
1170
- "org.virtualbox.kext.VBoxNetAdp": {
1171
- "index": "169",
1172
- "refcount": "0",
1173
- "size": 24576,
1174
- "version": "5.2.8"
1175
- },
1176
- "org.virtualbox.kext.VBoxNetFlt": {
1177
- "index": "168",
1178
- "refcount": "0",
1179
- "size": 20480,
1180
- "version": "5.2.8"
1181
- },
1182
- "org.virtualbox.kext.VBoxUSB": {
1183
- "index": "167",
1184
- "refcount": "0",
1185
- "size": 32768,
1186
- "version": "5.2.8"
1187
- }
1188
- },
1189
- "name": "Darwin",
1190
- "os": "Darwin",
1191
- "processor": "i386",
1192
- "release": "17.5.0",
1193
- "version": "Darwin Kernel Version 17.5.0: Mon Mar 5 22:24:32 PST 2018; root:xnu-4570.51.1~1/RELEASE_X86_64"
1194
- },
1195
- "keys": {
1196
- "ssh": {
1197
- "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
1198
- "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
1199
- }
1200
- },
1201
- "languages": {
1202
- "powershell": null,
1203
- "ruby": {
1204
- "bin_dir": "/usr/local/bin",
1205
- "gem_bin": "/usr/local/bin/gem",
1206
- "gems_dir": "/usr/local/gems",
1207
- "host": "x86_64-apple-darwin17.4.0",
1208
- "host_cpu": "x86_64",
1209
- "host_os": "darwin17.4.0",
1210
- "host_vendor": "apple",
1211
- "platform": "x86_64-darwin17",
1212
- "release_date": "2017-12-14",
1213
- "ruby_bin": "/usr/local/bin/ruby",
1214
- "target": "x86_64-apple-darwin17",
1215
- "target_cpu": "x86_64",
1216
- "target_os": "darwin17",
1217
- "target_vendor": "apple",
1218
- "version": "2.4.3"
1219
- }
1220
- },
1221
- "macaddress": "11:11:11:11:11:11",
1222
- "machinename": "Fauxhai",
1223
- "memory": {
1224
- "total": "1048576kB"
1225
- },
1226
- "network": {
1227
- "default_gateway": "10.0.0.1",
1228
- "default_interface": "en0",
1229
- "interfaces": {
1230
- "en0": {
1231
- "addresses": {
1232
- "10.0.0.2": {
1233
- "broadcast": "10.0.0.255",
1234
- "family": "inet",
1235
- "ip_scope": "RFC1918 PRIVATE",
1236
- "netmask": "255.255.255.0",
1237
- "prefixlen": "24",
1238
- "scope": "Global"
1239
- },
1240
- "11:11:11:11:11:11": {
1241
- "family": "lladdr"
1242
- },
1243
- "fe80::11:1111:1111:1111": {
1244
- "family": "inet6",
1245
- "ip_scope": "LINK LOCAL UNICAST",
1246
- "prefixlen": "64",
1247
- "scope": "Link",
1248
- "tags": []
1249
- }
1250
- },
1251
- "arp": {
1252
- "10.0.0.1": "fe:ff:ff:ff:ff:ff"
1253
- },
1254
- "encapsulation": "Ethernet",
1255
- "flags": [
1256
- "BROADCAST",
1257
- "MULTICAST",
1258
- "UP",
1259
- "LOWER_UP"
1260
- ],
1261
- "mtu": "1500",
1262
- "number": "0",
1263
- "ring_params": {},
1264
- "routes": [
1265
- {
1266
- "destination": "default",
1267
- "family": "inet",
1268
- "via": "10.0.0.1"
1269
- },
1270
- {
1271
- "destination": "10.0.0.0/24",
1272
- "family": "inet",
1273
- "proto": "kernel",
1274
- "scope": "link",
1275
- "src": "10.0.0.2"
1276
- },
1277
- {
1278
- "destination": "fe80::/64",
1279
- "family": "inet6",
1280
- "metric": "256",
1281
- "proto": "kernel"
1282
- }
1283
- ],
1284
- "state": "up",
1285
- "type": "en"
1286
- },
1287
- "lo": {
1288
- "addresses": {
1289
- "127.0.0.1": {
1290
- "family": "inet",
1291
- "ip_scope": "LOOPBACK",
1292
- "netmask": "255.0.0.0",
1293
- "prefixlen": "8",
1294
- "scope": "Node"
1295
- },
1296
- "::1": {
1297
- "family": "inet6",
1298
- "ip_scope": "LINK LOCAL LOOPBACK",
1299
- "prefixlen": "128",
1300
- "scope": "Node",
1301
- "tags": []
1302
- }
1303
- },
1304
- "encapsulation": "Loopback",
1305
- "flags": [
1306
- "LOOPBACK",
1307
- "UP",
1308
- "LOWER_UP"
1309
- ],
1310
- "mtu": "65536",
1311
- "state": "unknown"
1312
- }
1313
- }
1314
- },
1315
- "ohai_time": 1523309258.095066,
1316
- "os": "darwin",
1317
- "os_version": "17.5.0",
1318
- "platform": "mac_os_x",
1319
- "platform_build": "17E199",
1320
- "platform_family": "mac_os_x",
1321
- "platform_version": "10.13.4",
1322
- "root_group": "wheel",
1323
- "shells": [
1324
- "/bin/bash",
1325
- "/bin/csh",
1326
- "/bin/ksh",
1327
- "/bin/sh",
1328
- "/bin/tcsh",
1329
- "/bin/zsh"
1330
- ],
1331
- "time": {
1332
- "timezone": "GMT"
1333
- },
1334
- "uptime": "30 days 15 hours 07 minutes 30 seconds",
1335
- "uptime_seconds": 2646450,
1336
- "virtualization": {
1337
- "systems": {}
1338
- }
1339
- }