fauxhai-ng 7.6.0 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/lib/.DS_Store +0 -0
  3. data/lib/fauxhai/.DS_Store +0 -0
  4. data/lib/fauxhai/mocker.rb +1 -1
  5. data/lib/fauxhai/platforms/.DS_Store +0 -0
  6. data/lib/fauxhai/platforms/aix/6.1.json +1 -0
  7. data/lib/fauxhai/platforms/amazon/2.json +695 -689
  8. data/lib/fauxhai/platforms/amazon/2015.03.json +107 -106
  9. data/lib/fauxhai/platforms/amazon/2015.09.json +102 -101
  10. data/lib/fauxhai/platforms/amazon/2016.03.json +98 -98
  11. data/lib/fauxhai/platforms/amazon/2016.09.json +93 -93
  12. data/lib/fauxhai/platforms/amazon/2017.03.json +87 -87
  13. data/lib/fauxhai/platforms/amazon/2017.09.json +72 -72
  14. data/lib/fauxhai/platforms/amazon/2018.03.json +511 -504
  15. data/lib/fauxhai/platforms/centos/7.6.1810.json +710 -1521
  16. data/lib/fauxhai/platforms/centos/7.7.1908.json +7582 -1781
  17. data/lib/fauxhai/platforms/debian/10.json +56 -56
  18. data/lib/fauxhai/platforms/debian/9.11.json +36 -36
  19. data/lib/fauxhai/platforms/debian/9.8.json +36 -36
  20. data/lib/fauxhai/platforms/debian/9.9.json +36 -36
  21. data/lib/fauxhai/platforms/fedora/29.json +460 -455
  22. data/lib/fauxhai/platforms/fedora/30.json +677 -633
  23. data/lib/fauxhai/platforms/fedora/{28.json → 31.json} +1723 -1554
  24. data/lib/fauxhai/platforms/freebsd/11.1.json +1 -0
  25. data/lib/fauxhai/platforms/oracle/6.10.json +22 -22
  26. data/lib/fauxhai/platforms/oracle/7.5.json +36 -36
  27. data/lib/fauxhai/platforms/oracle/7.6.json +35 -35
  28. data/lib/fauxhai/platforms/raspbian/.DS_Store +0 -0
  29. data/lib/fauxhai/platforms/raspbian/10.json +3657 -0
  30. data/lib/fauxhai/platforms/redhat/.DS_Store +0 -0
  31. data/lib/fauxhai/platforms/redhat/6.10.json +33 -33
  32. data/lib/fauxhai/platforms/redhat/6.9.json +34 -33
  33. data/lib/fauxhai/platforms/redhat/7.4.json +40 -39
  34. data/lib/fauxhai/platforms/redhat/7.5.json +42 -42
  35. data/lib/fauxhai/platforms/redhat/7.6.json +45 -45
  36. data/lib/fauxhai/platforms/{centos/7.6.1804.json → redhat/7.7.json} +951 -794
  37. data/lib/fauxhai/platforms/redhat/8.json +574 -558
  38. data/lib/fauxhai/platforms/suse/12.3.json +47 -75
  39. data/lib/fauxhai/platforms/suse/12.4.json +45 -45
  40. data/lib/fauxhai/platforms/suse/15.json +922 -899
  41. data/lib/fauxhai/platforms/ubuntu/16.04.json +222 -222
  42. data/lib/fauxhai/platforms/ubuntu/18.04.json +227 -227
  43. data/lib/fauxhai/platforms/windows/2008R2.json +1 -0
  44. data/lib/fauxhai/version.rb +1 -1
  45. metadata +7 -31
  46. data/lib/fauxhai/platforms/centos/6.8.json +0 -2495
  47. data/lib/fauxhai/platforms/centos/7.3.1611.json +0 -4077
  48. data/lib/fauxhai/platforms/centos/7.4.1708.json +0 -3799
  49. data/lib/fauxhai/platforms/debian/7.11.json +0 -2932
  50. data/lib/fauxhai/platforms/debian/9.2.json +0 -3084
  51. data/lib/fauxhai/platforms/debian/9.3.json +0 -2929
  52. data/lib/fauxhai/platforms/debian/9.4.json +0 -2930
  53. data/lib/fauxhai/platforms/debian/9.5.json +0 -2928
  54. data/lib/fauxhai/platforms/debian/9.6.json +0 -2928
  55. data/lib/fauxhai/platforms/fedora/26.json +0 -3565
  56. data/lib/fauxhai/platforms/fedora/27.json +0 -3629
  57. data/lib/fauxhai/platforms/freebsd/10.4.json +0 -423
  58. data/lib/fauxhai/platforms/mac_os_x/10.11.json +0 -976
  59. data/lib/fauxhai/platforms/mac_os_x/10.12.json +0 -974
  60. data/lib/fauxhai/platforms/opensuse/42.2.json +0 -7200
  61. data/lib/fauxhai/platforms/opensuse/42.3.json +0 -8205
  62. data/lib/fauxhai/platforms/oracle/6.8.json +0 -6170
  63. data/lib/fauxhai/platforms/oracle/7.3.json +0 -6354
  64. data/lib/fauxhai/platforms/oracle/7.4.json +0 -6389
  65. data/lib/fauxhai/platforms/raspbian/8.0.json +0 -466
  66. data/lib/fauxhai/platforms/redhat/6.8.json +0 -5737
  67. data/lib/fauxhai/platforms/redhat/7.3.json +0 -3860
  68. data/lib/fauxhai/platforms/suse/11.4.json +0 -5688
  69. data/lib/fauxhai/platforms/suse/12.1.json +0 -5823
  70. data/lib/fauxhai/platforms/suse/12.2.json +0 -5124
  71. data/lib/fauxhai/platforms/ubuntu/17.10.json +0 -3739
@@ -1,2928 +0,0 @@
1
- {
2
- "block_device": {
3
- "xvda": {
4
- "logical_block_size": "512",
5
- "physical_block_size": "512",
6
- "removable": "0",
7
- "rotational": "0",
8
- "size": "16777216"
9
- }
10
- },
11
- "chef_packages": {
12
- "chef": {
13
- "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.6.0/gems/chef-15.3.14/lib",
14
- "version": "15.3.14"
15
- },
16
- "ohai": {
17
- "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.6.0/gems/ohai-15.3.1/lib/ohai",
18
- "version": "15.3.1"
19
- }
20
- },
21
- "command": {
22
- "ps": "ps -ef"
23
- },
24
- "counters": {
25
- "network": {
26
- "interfaces": {
27
- "eth0": {
28
- "rx": {
29
- "bytes": 0,
30
- "compressed": 0,
31
- "drop": 0,
32
- "errors": 0,
33
- "frame": 0,
34
- "multicast": 0,
35
- "overrun": 0,
36
- "packets": 0
37
- },
38
- "tx": {
39
- "bytes": 0,
40
- "carrier": 0,
41
- "collisions": 0,
42
- "compressed": 0,
43
- "drop": 0,
44
- "errors": 0,
45
- "overrun": 0,
46
- "packets": 0
47
- }
48
- },
49
- "lo": {
50
- "rx": {
51
- "bytes": 0,
52
- "drop": 0,
53
- "errors": 0,
54
- "overrun": 0,
55
- "packets": 0
56
- },
57
- "tx": {
58
- "bytes": 0,
59
- "carrier": 0,
60
- "collisions": 0,
61
- "drop": 0,
62
- "errors": 0,
63
- "packets": 0,
64
- "queuelen": "1"
65
- }
66
- }
67
- }
68
- }
69
- },
70
- "cpu": {
71
- "cores": 1,
72
- "real": 1,
73
- "total": 1
74
- },
75
- "current_user": "fauxhai",
76
- "dmi": {
77
- "bios": {
78
- "address": "0xE8000",
79
- "all_records": [
80
- {
81
- "Address": "0xE8000",
82
- "BIOS Revision": "4.2",
83
- "Characteristics": {
84
- "EDD is supported": null,
85
- "PCI is supported": null,
86
- "Targeted content distribution is supported": null
87
- },
88
- "ROM Size": "64 kB",
89
- "Release Date": "08/24/2006",
90
- "Runtime Size": "96 kB",
91
- "Vendor": "Xen",
92
- "Version": "4.2.amazon",
93
- "application_identifier": "BIOS Information",
94
- "record_id": "0x0000",
95
- "size": "0"
96
- }
97
- ],
98
- "bios_revision": "4.2",
99
- "release_date": "08/24/2006",
100
- "rom_size": "64 kB",
101
- "runtime_size": "96 kB",
102
- "vendor": "Xen",
103
- "version": "4.2.amazon"
104
- },
105
- "chassis": {
106
- "all_records": [
107
- {
108
- "Asset Tag": "Not Specified",
109
- "Boot-up State": "Safe",
110
- "Lock": "Not Present",
111
- "Manufacturer": "Xen",
112
- "Power Supply State": "Safe",
113
- "Security Status": "Unknown",
114
- "Serial Number": "Not Specified",
115
- "Thermal State": "Safe",
116
- "Type": "Other",
117
- "Version": "Not Specified",
118
- "application_identifier": "Chassis Information",
119
- "record_id": "0x0300",
120
- "size": "3"
121
- }
122
- ],
123
- "asset_tag": "Not Specified",
124
- "boot_up_state": "Safe",
125
- "lock": "Not Present",
126
- "manufacturer": "Xen",
127
- "power_supply_state": "Safe",
128
- "security_status": "Unknown",
129
- "serial_number": "Not Specified",
130
- "thermal_state": "Safe",
131
- "type": "Other",
132
- "version": "Not Specified"
133
- },
134
- "dmidecode_version": "3.0",
135
- "oem_strings": {
136
- "all_records": [
137
- {
138
- "String 1": "Xen",
139
- "application_identifier": "OEM Strings",
140
- "record_id": "0x0B00",
141
- "size": "11"
142
- }
143
- ],
144
- "string_1": "Xen"
145
- },
146
- "processor": {
147
- "all_records": [
148
- {
149
- "Current Speed": "2400 MHz",
150
- "External Clock": "Unknown",
151
- "Family": "Other",
152
- "ID": "F2 06 03 00 FF FB 89 17",
153
- "Manufacturer": "Intel",
154
- "Max Speed": "2400 MHz",
155
- "Socket Designation": "CPU 1",
156
- "Status": "Populated, Enabled",
157
- "Type": "Central Processor",
158
- "Upgrade": "Other",
159
- "Version": "Not Specified",
160
- "Voltage": "Unknown",
161
- "application_identifier": "Processor Information",
162
- "record_id": "0x0401",
163
- "size": "4"
164
- }
165
- ],
166
- "current_speed": "2400 MHz",
167
- "external_clock": "Unknown",
168
- "family": "Other",
169
- "id": "F2 06 03 00 FF FB 89 17",
170
- "manufacturer": "Intel",
171
- "max_speed": "2400 MHz",
172
- "socket_designation": "CPU 1",
173
- "status": "Populated, Enabled",
174
- "type": "Central Processor",
175
- "upgrade": "Other",
176
- "version": "Not Specified",
177
- "voltage": "Unknown"
178
- },
179
- "smbios_version": "2.7",
180
- "structures": {
181
- "count": "11",
182
- "size": "359"
183
- },
184
- "system": {
185
- "all_records": [
186
- {
187
- "Family": "Not Specified",
188
- "Manufacturer": "Xen",
189
- "Product Name": "HVM domU",
190
- "SKU Number": "Not Specified",
191
- "Serial Number": "ec2696cb-163e-57a5-abec-a587049a2810",
192
- "UUID": "EC2696CB-163E-57A5-ABEC-A587049A2810",
193
- "Version": "4.2.amazon",
194
- "Wake-up Type": "Power Switch",
195
- "application_identifier": "System Information",
196
- "record_id": "0x0100",
197
- "size": "1"
198
- }
199
- ],
200
- "family": "Not Specified",
201
- "manufacturer": "Xen",
202
- "product_name": "HVM domU",
203
- "serial_number": "ec2696cb-163e-57a5-abec-a587049a2810",
204
- "sku_number": "Not Specified",
205
- "uuid": "EC2696CB-163E-57A5-ABEC-A587049A2810",
206
- "version": "4.2.amazon",
207
- "wake_up_type": "Power Switch"
208
- }
209
- },
210
- "domain": "local",
211
- "filesystem": {
212
- "by_device": {
213
- "/dev/xvda": {
214
- "mounts": []
215
- },
216
- "/dev/xvda1": {
217
- "fs_type": "ext4",
218
- "inodes_available": "468738",
219
- "inodes_percent_used": "11%",
220
- "inodes_used": "55550",
221
- "kb_available": "6540452",
222
- "kb_size": "8190392",
223
- "kb_used": "1214180",
224
- "mount_options": [
225
- "rw",
226
- "relatime",
227
- "discard",
228
- "errors=remount-ro",
229
- "data=ordered"
230
- ],
231
- "mounts": [
232
- "/"
233
- ],
234
- "percent_used": "16%",
235
- "total_inodes": "524288",
236
- "uuid": "e6bc81ff-0c2b-4447-8eac-31aac4fc6975"
237
- },
238
- "cgroup": {
239
- "fs_type": "cgroup",
240
- "mount_options": [
241
- "rw",
242
- "nosuid",
243
- "nodev",
244
- "noexec",
245
- "relatime",
246
- "perf_event"
247
- ],
248
- "mounts": [
249
- "/sys/fs/cgroup/systemd",
250
- "/sys/fs/cgroup/devices",
251
- "/sys/fs/cgroup/cpuset",
252
- "/sys/fs/cgroup/cpu,cpuacct",
253
- "/sys/fs/cgroup/blkio",
254
- "/sys/fs/cgroup/net_cls,net_prio",
255
- "/sys/fs/cgroup/memory",
256
- "/sys/fs/cgroup/pids",
257
- "/sys/fs/cgroup/freezer",
258
- "/sys/fs/cgroup/perf_event"
259
- ]
260
- },
261
- "debugfs": {
262
- "fs_type": "debugfs",
263
- "mount_options": [
264
- "rw",
265
- "relatime"
266
- ],
267
- "mounts": [
268
- "/sys/kernel/debug"
269
- ]
270
- },
271
- "devpts": {
272
- "fs_type": "devpts",
273
- "mount_options": [
274
- "rw",
275
- "nosuid",
276
- "noexec",
277
- "relatime",
278
- "gid=5",
279
- "mode=620",
280
- "ptmxmode=000"
281
- ],
282
- "mounts": [
283
- "/dev/pts"
284
- ]
285
- },
286
- "hugetlbfs": {
287
- "fs_type": "hugetlbfs",
288
- "mount_options": [
289
- "rw",
290
- "relatime"
291
- ],
292
- "mounts": [
293
- "/dev/hugepages"
294
- ]
295
- },
296
- "mqueue": {
297
- "fs_type": "mqueue",
298
- "mount_options": [
299
- "rw",
300
- "relatime"
301
- ],
302
- "mounts": [
303
- "/dev/mqueue"
304
- ]
305
- },
306
- "proc": {
307
- "fs_type": "proc",
308
- "mount_options": [
309
- "rw",
310
- "nosuid",
311
- "nodev",
312
- "noexec",
313
- "relatime"
314
- ],
315
- "mounts": [
316
- "/proc"
317
- ]
318
- },
319
- "pstore": {
320
- "fs_type": "pstore",
321
- "mount_options": [
322
- "rw",
323
- "nosuid",
324
- "nodev",
325
- "noexec",
326
- "relatime"
327
- ],
328
- "mounts": [
329
- "/sys/fs/pstore"
330
- ]
331
- },
332
- "securityfs": {
333
- "fs_type": "securityfs",
334
- "mount_options": [
335
- "rw",
336
- "nosuid",
337
- "nodev",
338
- "noexec",
339
- "relatime"
340
- ],
341
- "mounts": [
342
- "/sys/kernel/security"
343
- ]
344
- },
345
- "sysfs": {
346
- "fs_type": "sysfs",
347
- "mount_options": [
348
- "rw",
349
- "nosuid",
350
- "nodev",
351
- "noexec",
352
- "relatime"
353
- ],
354
- "mounts": [
355
- "/sys"
356
- ]
357
- },
358
- "systemd-1": {
359
- "fs_type": "autofs",
360
- "mount_options": [
361
- "rw",
362
- "relatime",
363
- "fd=36",
364
- "pgrp=1",
365
- "timeout=0",
366
- "minproto=5",
367
- "maxproto=5",
368
- "direct",
369
- "pipe_ino=9485"
370
- ],
371
- "mounts": [
372
- "/proc/sys/fs/binfmt_misc"
373
- ]
374
- },
375
- "tmpfs": {
376
- "fs_type": "tmpfs",
377
- "inodes_available": "127297",
378
- "inodes_percent_used": "1%",
379
- "inodes_used": "10",
380
- "kb_available": "101844",
381
- "kb_size": "101844",
382
- "kb_used": "0",
383
- "mount_options": [
384
- "rw",
385
- "nosuid",
386
- "nodev",
387
- "relatime",
388
- "size=101844k",
389
- "mode=700",
390
- "uid=1000",
391
- "gid=1000"
392
- ],
393
- "mounts": [
394
- "/run",
395
- "/dev/shm",
396
- "/run/lock",
397
- "/sys/fs/cgroup",
398
- "/run/user/1000"
399
- ],
400
- "percent_used": "0%",
401
- "total_inodes": "127307"
402
- },
403
- "udev": {
404
- "fs_type": "devtmpfs",
405
- "inodes_available": "124288",
406
- "inodes_percent_used": "1%",
407
- "inodes_used": "273",
408
- "kb_available": "498244",
409
- "kb_size": "498244",
410
- "kb_used": "0",
411
- "mount_options": [
412
- "rw",
413
- "nosuid",
414
- "relatime",
415
- "size=498244k",
416
- "nr_inodes=124561",
417
- "mode=755"
418
- ],
419
- "mounts": [
420
- "/dev"
421
- ],
422
- "percent_used": "0%",
423
- "total_inodes": "124561"
424
- }
425
- },
426
- "by_mountpoint": {
427
- "/": {
428
- "devices": [
429
- "/dev/xvda1"
430
- ],
431
- "fs_type": "ext4",
432
- "inodes_available": "468738",
433
- "inodes_percent_used": "11%",
434
- "inodes_used": "55550",
435
- "kb_available": "6540452",
436
- "kb_size": "8190392",
437
- "kb_used": "1214180",
438
- "mount_options": [
439
- "rw",
440
- "relatime",
441
- "discard",
442
- "errors=remount-ro",
443
- "data=ordered"
444
- ],
445
- "percent_used": "16%",
446
- "total_inodes": "524288",
447
- "uuid": "e6bc81ff-0c2b-4447-8eac-31aac4fc6975"
448
- },
449
- "/dev": {
450
- "devices": [
451
- "udev"
452
- ],
453
- "fs_type": "devtmpfs",
454
- "inodes_available": "124288",
455
- "inodes_percent_used": "1%",
456
- "inodes_used": "273",
457
- "kb_available": "498244",
458
- "kb_size": "498244",
459
- "kb_used": "0",
460
- "mount_options": [
461
- "rw",
462
- "nosuid",
463
- "relatime",
464
- "size=498244k",
465
- "nr_inodes=124561",
466
- "mode=755"
467
- ],
468
- "percent_used": "0%",
469
- "total_inodes": "124561"
470
- },
471
- "/dev/hugepages": {
472
- "devices": [
473
- "hugetlbfs"
474
- ],
475
- "fs_type": "hugetlbfs",
476
- "mount_options": [
477
- "rw",
478
- "relatime"
479
- ]
480
- },
481
- "/dev/mqueue": {
482
- "devices": [
483
- "mqueue"
484
- ],
485
- "fs_type": "mqueue",
486
- "mount_options": [
487
- "rw",
488
- "relatime"
489
- ]
490
- },
491
- "/dev/pts": {
492
- "devices": [
493
- "devpts"
494
- ],
495
- "fs_type": "devpts",
496
- "mount_options": [
497
- "rw",
498
- "nosuid",
499
- "noexec",
500
- "relatime",
501
- "gid=5",
502
- "mode=620",
503
- "ptmxmode=000"
504
- ]
505
- },
506
- "/dev/shm": {
507
- "devices": [
508
- "tmpfs"
509
- ],
510
- "fs_type": "tmpfs",
511
- "inodes_available": "127306",
512
- "inodes_percent_used": "1%",
513
- "inodes_used": "1",
514
- "kb_available": "509228",
515
- "kb_size": "509228",
516
- "kb_used": "0",
517
- "mount_options": [
518
- "rw",
519
- "nosuid",
520
- "nodev"
521
- ],
522
- "percent_used": "0%",
523
- "total_inodes": "127307"
524
- },
525
- "/proc": {
526
- "devices": [
527
- "proc"
528
- ],
529
- "fs_type": "proc",
530
- "mount_options": [
531
- "rw",
532
- "nosuid",
533
- "nodev",
534
- "noexec",
535
- "relatime"
536
- ]
537
- },
538
- "/proc/sys/fs/binfmt_misc": {
539
- "devices": [
540
- "systemd-1"
541
- ],
542
- "fs_type": "autofs",
543
- "mount_options": [
544
- "rw",
545
- "relatime",
546
- "fd=36",
547
- "pgrp=1",
548
- "timeout=0",
549
- "minproto=5",
550
- "maxproto=5",
551
- "direct",
552
- "pipe_ino=9485"
553
- ]
554
- },
555
- "/run": {
556
- "devices": [
557
- "tmpfs"
558
- ],
559
- "fs_type": "tmpfs",
560
- "inodes_available": "126486",
561
- "inodes_percent_used": "1%",
562
- "inodes_used": "821",
563
- "kb_available": "97772",
564
- "kb_size": "101848",
565
- "kb_used": "4076",
566
- "mount_options": [
567
- "rw",
568
- "nosuid",
569
- "noexec",
570
- "relatime",
571
- "size=101848k",
572
- "mode=755"
573
- ],
574
- "percent_used": "5%",
575
- "total_inodes": "127307"
576
- },
577
- "/run/lock": {
578
- "devices": [
579
- "tmpfs"
580
- ],
581
- "fs_type": "tmpfs",
582
- "inodes_available": "127305",
583
- "inodes_percent_used": "1%",
584
- "inodes_used": "2",
585
- "kb_available": "5120",
586
- "kb_size": "5120",
587
- "kb_used": "0",
588
- "mount_options": [
589
- "rw",
590
- "nosuid",
591
- "nodev",
592
- "noexec",
593
- "relatime",
594
- "size=5120k"
595
- ],
596
- "percent_used": "0%",
597
- "total_inodes": "127307"
598
- },
599
- "/run/user/1000": {
600
- "devices": [
601
- "tmpfs"
602
- ],
603
- "fs_type": "tmpfs",
604
- "inodes_available": "127297",
605
- "inodes_percent_used": "1%",
606
- "inodes_used": "10",
607
- "kb_available": "101844",
608
- "kb_size": "101844",
609
- "kb_used": "0",
610
- "mount_options": [
611
- "rw",
612
- "nosuid",
613
- "nodev",
614
- "relatime",
615
- "size=101844k",
616
- "mode=700",
617
- "uid=1000",
618
- "gid=1000"
619
- ],
620
- "percent_used": "0%",
621
- "total_inodes": "127307"
622
- },
623
- "/sys": {
624
- "devices": [
625
- "sysfs"
626
- ],
627
- "fs_type": "sysfs",
628
- "mount_options": [
629
- "rw",
630
- "nosuid",
631
- "nodev",
632
- "noexec",
633
- "relatime"
634
- ]
635
- },
636
- "/sys/fs/cgroup": {
637
- "devices": [
638
- "tmpfs"
639
- ],
640
- "fs_type": "tmpfs",
641
- "inodes_available": "127292",
642
- "inodes_percent_used": "1%",
643
- "inodes_used": "15",
644
- "kb_available": "509228",
645
- "kb_size": "509228",
646
- "kb_used": "0",
647
- "mount_options": [
648
- "ro",
649
- "nosuid",
650
- "nodev",
651
- "noexec",
652
- "mode=755"
653
- ],
654
- "percent_used": "0%",
655
- "total_inodes": "127307"
656
- },
657
- "/sys/fs/cgroup/blkio": {
658
- "devices": [
659
- "cgroup"
660
- ],
661
- "fs_type": "cgroup",
662
- "mount_options": [
663
- "rw",
664
- "nosuid",
665
- "nodev",
666
- "noexec",
667
- "relatime",
668
- "blkio"
669
- ]
670
- },
671
- "/sys/fs/cgroup/cpu,cpuacct": {
672
- "devices": [
673
- "cgroup"
674
- ],
675
- "fs_type": "cgroup",
676
- "mount_options": [
677
- "rw",
678
- "nosuid",
679
- "nodev",
680
- "noexec",
681
- "relatime",
682
- "cpu",
683
- "cpuacct"
684
- ]
685
- },
686
- "/sys/fs/cgroup/cpuset": {
687
- "devices": [
688
- "cgroup"
689
- ],
690
- "fs_type": "cgroup",
691
- "mount_options": [
692
- "rw",
693
- "nosuid",
694
- "nodev",
695
- "noexec",
696
- "relatime",
697
- "cpuset"
698
- ]
699
- },
700
- "/sys/fs/cgroup/devices": {
701
- "devices": [
702
- "cgroup"
703
- ],
704
- "fs_type": "cgroup",
705
- "mount_options": [
706
- "rw",
707
- "nosuid",
708
- "nodev",
709
- "noexec",
710
- "relatime",
711
- "devices"
712
- ]
713
- },
714
- "/sys/fs/cgroup/freezer": {
715
- "devices": [
716
- "cgroup"
717
- ],
718
- "fs_type": "cgroup",
719
- "mount_options": [
720
- "rw",
721
- "nosuid",
722
- "nodev",
723
- "noexec",
724
- "relatime",
725
- "freezer"
726
- ]
727
- },
728
- "/sys/fs/cgroup/memory": {
729
- "devices": [
730
- "cgroup"
731
- ],
732
- "fs_type": "cgroup",
733
- "mount_options": [
734
- "rw",
735
- "nosuid",
736
- "nodev",
737
- "noexec",
738
- "relatime",
739
- "memory"
740
- ]
741
- },
742
- "/sys/fs/cgroup/net_cls,net_prio": {
743
- "devices": [
744
- "cgroup"
745
- ],
746
- "fs_type": "cgroup",
747
- "mount_options": [
748
- "rw",
749
- "nosuid",
750
- "nodev",
751
- "noexec",
752
- "relatime",
753
- "net_cls",
754
- "net_prio"
755
- ]
756
- },
757
- "/sys/fs/cgroup/perf_event": {
758
- "devices": [
759
- "cgroup"
760
- ],
761
- "fs_type": "cgroup",
762
- "mount_options": [
763
- "rw",
764
- "nosuid",
765
- "nodev",
766
- "noexec",
767
- "relatime",
768
- "perf_event"
769
- ]
770
- },
771
- "/sys/fs/cgroup/pids": {
772
- "devices": [
773
- "cgroup"
774
- ],
775
- "fs_type": "cgroup",
776
- "mount_options": [
777
- "rw",
778
- "nosuid",
779
- "nodev",
780
- "noexec",
781
- "relatime",
782
- "pids"
783
- ]
784
- },
785
- "/sys/fs/cgroup/systemd": {
786
- "devices": [
787
- "cgroup"
788
- ],
789
- "fs_type": "cgroup",
790
- "mount_options": [
791
- "rw",
792
- "nosuid",
793
- "nodev",
794
- "noexec",
795
- "relatime",
796
- "xattr",
797
- "release_agent=/lib/systemd/systemd-cgroups-agent",
798
- "name=systemd"
799
- ]
800
- },
801
- "/sys/fs/pstore": {
802
- "devices": [
803
- "pstore"
804
- ],
805
- "fs_type": "pstore",
806
- "mount_options": [
807
- "rw",
808
- "nosuid",
809
- "nodev",
810
- "noexec",
811
- "relatime"
812
- ]
813
- },
814
- "/sys/kernel/debug": {
815
- "devices": [
816
- "debugfs"
817
- ],
818
- "fs_type": "debugfs",
819
- "mount_options": [
820
- "rw",
821
- "relatime"
822
- ]
823
- },
824
- "/sys/kernel/security": {
825
- "devices": [
826
- "securityfs"
827
- ],
828
- "fs_type": "securityfs",
829
- "mount_options": [
830
- "rw",
831
- "nosuid",
832
- "nodev",
833
- "noexec",
834
- "relatime"
835
- ]
836
- }
837
- },
838
- "by_pair": {
839
- "/dev/xvda,": {
840
- "device": "/dev/xvda"
841
- },
842
- "/dev/xvda1,/": {
843
- "device": "/dev/xvda1",
844
- "fs_type": "ext4",
845
- "inodes_available": "468738",
846
- "inodes_percent_used": "11%",
847
- "inodes_used": "55550",
848
- "kb_available": "6540452",
849
- "kb_size": "8190392",
850
- "kb_used": "1214180",
851
- "mount": "/",
852
- "mount_options": [
853
- "rw",
854
- "relatime",
855
- "discard",
856
- "errors=remount-ro",
857
- "data=ordered"
858
- ],
859
- "percent_used": "16%",
860
- "total_inodes": "524288",
861
- "uuid": "e6bc81ff-0c2b-4447-8eac-31aac4fc6975"
862
- },
863
- "cgroup,/sys/fs/cgroup/blkio": {
864
- "device": "cgroup",
865
- "fs_type": "cgroup",
866
- "mount": "/sys/fs/cgroup/blkio",
867
- "mount_options": [
868
- "rw",
869
- "nosuid",
870
- "nodev",
871
- "noexec",
872
- "relatime",
873
- "blkio"
874
- ]
875
- },
876
- "cgroup,/sys/fs/cgroup/cpu,cpuacct": {
877
- "device": "cgroup",
878
- "fs_type": "cgroup",
879
- "mount": "/sys/fs/cgroup/cpu,cpuacct",
880
- "mount_options": [
881
- "rw",
882
- "nosuid",
883
- "nodev",
884
- "noexec",
885
- "relatime",
886
- "cpu",
887
- "cpuacct"
888
- ]
889
- },
890
- "cgroup,/sys/fs/cgroup/cpuset": {
891
- "device": "cgroup",
892
- "fs_type": "cgroup",
893
- "mount": "/sys/fs/cgroup/cpuset",
894
- "mount_options": [
895
- "rw",
896
- "nosuid",
897
- "nodev",
898
- "noexec",
899
- "relatime",
900
- "cpuset"
901
- ]
902
- },
903
- "cgroup,/sys/fs/cgroup/devices": {
904
- "device": "cgroup",
905
- "fs_type": "cgroup",
906
- "mount": "/sys/fs/cgroup/devices",
907
- "mount_options": [
908
- "rw",
909
- "nosuid",
910
- "nodev",
911
- "noexec",
912
- "relatime",
913
- "devices"
914
- ]
915
- },
916
- "cgroup,/sys/fs/cgroup/freezer": {
917
- "device": "cgroup",
918
- "fs_type": "cgroup",
919
- "mount": "/sys/fs/cgroup/freezer",
920
- "mount_options": [
921
- "rw",
922
- "nosuid",
923
- "nodev",
924
- "noexec",
925
- "relatime",
926
- "freezer"
927
- ]
928
- },
929
- "cgroup,/sys/fs/cgroup/memory": {
930
- "device": "cgroup",
931
- "fs_type": "cgroup",
932
- "mount": "/sys/fs/cgroup/memory",
933
- "mount_options": [
934
- "rw",
935
- "nosuid",
936
- "nodev",
937
- "noexec",
938
- "relatime",
939
- "memory"
940
- ]
941
- },
942
- "cgroup,/sys/fs/cgroup/net_cls,net_prio": {
943
- "device": "cgroup",
944
- "fs_type": "cgroup",
945
- "mount": "/sys/fs/cgroup/net_cls,net_prio",
946
- "mount_options": [
947
- "rw",
948
- "nosuid",
949
- "nodev",
950
- "noexec",
951
- "relatime",
952
- "net_cls",
953
- "net_prio"
954
- ]
955
- },
956
- "cgroup,/sys/fs/cgroup/perf_event": {
957
- "device": "cgroup",
958
- "fs_type": "cgroup",
959
- "mount": "/sys/fs/cgroup/perf_event",
960
- "mount_options": [
961
- "rw",
962
- "nosuid",
963
- "nodev",
964
- "noexec",
965
- "relatime",
966
- "perf_event"
967
- ]
968
- },
969
- "cgroup,/sys/fs/cgroup/pids": {
970
- "device": "cgroup",
971
- "fs_type": "cgroup",
972
- "mount": "/sys/fs/cgroup/pids",
973
- "mount_options": [
974
- "rw",
975
- "nosuid",
976
- "nodev",
977
- "noexec",
978
- "relatime",
979
- "pids"
980
- ]
981
- },
982
- "cgroup,/sys/fs/cgroup/systemd": {
983
- "device": "cgroup",
984
- "fs_type": "cgroup",
985
- "mount": "/sys/fs/cgroup/systemd",
986
- "mount_options": [
987
- "rw",
988
- "nosuid",
989
- "nodev",
990
- "noexec",
991
- "relatime",
992
- "xattr",
993
- "release_agent=/lib/systemd/systemd-cgroups-agent",
994
- "name=systemd"
995
- ]
996
- },
997
- "debugfs,/sys/kernel/debug": {
998
- "device": "debugfs",
999
- "fs_type": "debugfs",
1000
- "mount": "/sys/kernel/debug",
1001
- "mount_options": [
1002
- "rw",
1003
- "relatime"
1004
- ]
1005
- },
1006
- "devpts,/dev/pts": {
1007
- "device": "devpts",
1008
- "fs_type": "devpts",
1009
- "mount": "/dev/pts",
1010
- "mount_options": [
1011
- "rw",
1012
- "nosuid",
1013
- "noexec",
1014
- "relatime",
1015
- "gid=5",
1016
- "mode=620",
1017
- "ptmxmode=000"
1018
- ]
1019
- },
1020
- "hugetlbfs,/dev/hugepages": {
1021
- "device": "hugetlbfs",
1022
- "fs_type": "hugetlbfs",
1023
- "mount": "/dev/hugepages",
1024
- "mount_options": [
1025
- "rw",
1026
- "relatime"
1027
- ]
1028
- },
1029
- "mqueue,/dev/mqueue": {
1030
- "device": "mqueue",
1031
- "fs_type": "mqueue",
1032
- "mount": "/dev/mqueue",
1033
- "mount_options": [
1034
- "rw",
1035
- "relatime"
1036
- ]
1037
- },
1038
- "proc,/proc": {
1039
- "device": "proc",
1040
- "fs_type": "proc",
1041
- "mount": "/proc",
1042
- "mount_options": [
1043
- "rw",
1044
- "nosuid",
1045
- "nodev",
1046
- "noexec",
1047
- "relatime"
1048
- ]
1049
- },
1050
- "pstore,/sys/fs/pstore": {
1051
- "device": "pstore",
1052
- "fs_type": "pstore",
1053
- "mount": "/sys/fs/pstore",
1054
- "mount_options": [
1055
- "rw",
1056
- "nosuid",
1057
- "nodev",
1058
- "noexec",
1059
- "relatime"
1060
- ]
1061
- },
1062
- "securityfs,/sys/kernel/security": {
1063
- "device": "securityfs",
1064
- "fs_type": "securityfs",
1065
- "mount": "/sys/kernel/security",
1066
- "mount_options": [
1067
- "rw",
1068
- "nosuid",
1069
- "nodev",
1070
- "noexec",
1071
- "relatime"
1072
- ]
1073
- },
1074
- "sysfs,/sys": {
1075
- "device": "sysfs",
1076
- "fs_type": "sysfs",
1077
- "mount": "/sys",
1078
- "mount_options": [
1079
- "rw",
1080
- "nosuid",
1081
- "nodev",
1082
- "noexec",
1083
- "relatime"
1084
- ]
1085
- },
1086
- "systemd-1,/proc/sys/fs/binfmt_misc": {
1087
- "device": "systemd-1",
1088
- "fs_type": "autofs",
1089
- "mount": "/proc/sys/fs/binfmt_misc",
1090
- "mount_options": [
1091
- "rw",
1092
- "relatime",
1093
- "fd=36",
1094
- "pgrp=1",
1095
- "timeout=0",
1096
- "minproto=5",
1097
- "maxproto=5",
1098
- "direct",
1099
- "pipe_ino=9485"
1100
- ]
1101
- },
1102
- "tmpfs,/dev/shm": {
1103
- "device": "tmpfs",
1104
- "fs_type": "tmpfs",
1105
- "inodes_available": "127306",
1106
- "inodes_percent_used": "1%",
1107
- "inodes_used": "1",
1108
- "kb_available": "509228",
1109
- "kb_size": "509228",
1110
- "kb_used": "0",
1111
- "mount": "/dev/shm",
1112
- "mount_options": [
1113
- "rw",
1114
- "nosuid",
1115
- "nodev"
1116
- ],
1117
- "percent_used": "0%",
1118
- "total_inodes": "127307"
1119
- },
1120
- "tmpfs,/run": {
1121
- "device": "tmpfs",
1122
- "fs_type": "tmpfs",
1123
- "inodes_available": "126486",
1124
- "inodes_percent_used": "1%",
1125
- "inodes_used": "821",
1126
- "kb_available": "97772",
1127
- "kb_size": "101848",
1128
- "kb_used": "4076",
1129
- "mount": "/run",
1130
- "mount_options": [
1131
- "rw",
1132
- "nosuid",
1133
- "noexec",
1134
- "relatime",
1135
- "size=101848k",
1136
- "mode=755"
1137
- ],
1138
- "percent_used": "5%",
1139
- "total_inodes": "127307"
1140
- },
1141
- "tmpfs,/run/lock": {
1142
- "device": "tmpfs",
1143
- "fs_type": "tmpfs",
1144
- "inodes_available": "127305",
1145
- "inodes_percent_used": "1%",
1146
- "inodes_used": "2",
1147
- "kb_available": "5120",
1148
- "kb_size": "5120",
1149
- "kb_used": "0",
1150
- "mount": "/run/lock",
1151
- "mount_options": [
1152
- "rw",
1153
- "nosuid",
1154
- "nodev",
1155
- "noexec",
1156
- "relatime",
1157
- "size=5120k"
1158
- ],
1159
- "percent_used": "0%",
1160
- "total_inodes": "127307"
1161
- },
1162
- "tmpfs,/run/user/1000": {
1163
- "device": "tmpfs",
1164
- "fs_type": "tmpfs",
1165
- "inodes_available": "127297",
1166
- "inodes_percent_used": "1%",
1167
- "inodes_used": "10",
1168
- "kb_available": "101844",
1169
- "kb_size": "101844",
1170
- "kb_used": "0",
1171
- "mount": "/run/user/1000",
1172
- "mount_options": [
1173
- "rw",
1174
- "nosuid",
1175
- "nodev",
1176
- "relatime",
1177
- "size=101844k",
1178
- "mode=700",
1179
- "uid=1000",
1180
- "gid=1000"
1181
- ],
1182
- "percent_used": "0%",
1183
- "total_inodes": "127307"
1184
- },
1185
- "tmpfs,/sys/fs/cgroup": {
1186
- "device": "tmpfs",
1187
- "fs_type": "tmpfs",
1188
- "inodes_available": "127292",
1189
- "inodes_percent_used": "1%",
1190
- "inodes_used": "15",
1191
- "kb_available": "509228",
1192
- "kb_size": "509228",
1193
- "kb_used": "0",
1194
- "mount": "/sys/fs/cgroup",
1195
- "mount_options": [
1196
- "ro",
1197
- "nosuid",
1198
- "nodev",
1199
- "noexec",
1200
- "mode=755"
1201
- ],
1202
- "percent_used": "0%",
1203
- "total_inodes": "127307"
1204
- },
1205
- "udev,/dev": {
1206
- "device": "udev",
1207
- "fs_type": "devtmpfs",
1208
- "inodes_available": "124288",
1209
- "inodes_percent_used": "1%",
1210
- "inodes_used": "273",
1211
- "kb_available": "498244",
1212
- "kb_size": "498244",
1213
- "kb_used": "0",
1214
- "mount": "/dev",
1215
- "mount_options": [
1216
- "rw",
1217
- "nosuid",
1218
- "relatime",
1219
- "size=498244k",
1220
- "nr_inodes=124561",
1221
- "mode=755"
1222
- ],
1223
- "percent_used": "0%",
1224
- "total_inodes": "124561"
1225
- }
1226
- }
1227
- },
1228
- "fips": {
1229
- "kernel": {
1230
- "enabled": false
1231
- }
1232
- },
1233
- "fqdn": "fauxhai.local",
1234
- "hostname": "Fauxhai",
1235
- "idle": "30 days 15 hours 07 minutes 30 seconds",
1236
- "idletime_seconds": 2646450,
1237
- "init_package": "systemd",
1238
- "ipaddress": "10.0.0.2",
1239
- "kernel": {
1240
- "machine": "x86_64",
1241
- "modules": {
1242
- "ablk_helper": {
1243
- "refcount": "1",
1244
- "size": "16384"
1245
- },
1246
- "aes_x86_64": {
1247
- "refcount": "1",
1248
- "size": "20480"
1249
- },
1250
- "aesni_intel": {
1251
- "refcount": "0",
1252
- "size": "167936"
1253
- },
1254
- "ata_generic": {
1255
- "refcount": "0",
1256
- "size": "16384",
1257
- "version": "0.2.15"
1258
- },
1259
- "ata_piix": {
1260
- "refcount": "0",
1261
- "size": "36864",
1262
- "version": "2.13"
1263
- },
1264
- "autofs4": {
1265
- "refcount": "2",
1266
- "size": "40960"
1267
- },
1268
- "button": {
1269
- "refcount": "0",
1270
- "size": "16384"
1271
- },
1272
- "cirrus": {
1273
- "refcount": "1",
1274
- "size": "24576"
1275
- },
1276
- "crc16": {
1277
- "refcount": "1",
1278
- "size": "16384"
1279
- },
1280
- "crc32_pclmul": {
1281
- "refcount": "0",
1282
- "size": "16384"
1283
- },
1284
- "crc32c_generic": {
1285
- "refcount": "0",
1286
- "size": "16384"
1287
- },
1288
- "crc32c_intel": {
1289
- "refcount": "2",
1290
- "size": "24576"
1291
- },
1292
- "crct10dif_pclmul": {
1293
- "refcount": "0",
1294
- "size": "16384"
1295
- },
1296
- "cryptd": {
1297
- "refcount": "3",
1298
- "size": "24576"
1299
- },
1300
- "drm": {
1301
- "refcount": "4",
1302
- "size": "360448"
1303
- },
1304
- "drm_kms_helper": {
1305
- "refcount": "1",
1306
- "size": "155648"
1307
- },
1308
- "ecb": {
1309
- "refcount": "0",
1310
- "size": "16384"
1311
- },
1312
- "edac_core": {
1313
- "refcount": "1",
1314
- "size": "57344"
1315
- },
1316
- "evdev": {
1317
- "refcount": "2",
1318
- "size": "24576"
1319
- },
1320
- "ext4": {
1321
- "refcount": "1",
1322
- "size": "585728"
1323
- },
1324
- "floppy": {
1325
- "refcount": "0",
1326
- "size": "69632"
1327
- },
1328
- "fscrypto": {
1329
- "refcount": "1",
1330
- "size": "28672"
1331
- },
1332
- "gf128mul": {
1333
- "refcount": "1",
1334
- "size": "16384"
1335
- },
1336
- "ghash_clmulni_intel": {
1337
- "refcount": "0",
1338
- "size": "16384"
1339
- },
1340
- "glue_helper": {
1341
- "refcount": "1",
1342
- "size": "16384"
1343
- },
1344
- "i2c_piix4": {
1345
- "refcount": "0",
1346
- "size": "24576"
1347
- },
1348
- "intel_rapl": {
1349
- "refcount": "0",
1350
- "size": "20480"
1351
- },
1352
- "intel_rapl_perf": {
1353
- "refcount": "0",
1354
- "size": "16384"
1355
- },
1356
- "ip_tables": {
1357
- "refcount": "0",
1358
- "size": "24576"
1359
- },
1360
- "jbd2": {
1361
- "refcount": "1",
1362
- "size": "106496"
1363
- },
1364
- "libata": {
1365
- "refcount": "2",
1366
- "size": "249856",
1367
- "version": "3.00"
1368
- },
1369
- "lrw": {
1370
- "refcount": "1",
1371
- "size": "16384"
1372
- },
1373
- "mbcache": {
1374
- "refcount": "2",
1375
- "size": "16384"
1376
- },
1377
- "psmouse": {
1378
- "refcount": "0",
1379
- "size": "135168"
1380
- },
1381
- "sb_edac": {
1382
- "refcount": "0",
1383
- "size": "24576"
1384
- },
1385
- "scsi_mod": {
1386
- "refcount": "1",
1387
- "size": "225280"
1388
- },
1389
- "serio_raw": {
1390
- "refcount": "0",
1391
- "size": "16384"
1392
- },
1393
- "ttm": {
1394
- "refcount": "1",
1395
- "size": "98304"
1396
- },
1397
- "x_tables": {
1398
- "refcount": "1",
1399
- "size": "36864"
1400
- },
1401
- "xen_blkfront": {
1402
- "refcount": "2",
1403
- "size": "36864"
1404
- },
1405
- "xen_netfront": {
1406
- "refcount": "0",
1407
- "size": "28672"
1408
- }
1409
- },
1410
- "name": "Linux",
1411
- "os": "GNU/Linux",
1412
- "processor": "unknown",
1413
- "release": "4.9.0-7-amd64",
1414
- "version": "#1 SMP Debian 4.9.110-3+deb9u1 (2018-08-03)"
1415
- },
1416
- "keys": {
1417
- "ssh": {
1418
- "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
1419
- "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
1420
- }
1421
- },
1422
- "languages": {
1423
- "powershell": null,
1424
- "ruby": {
1425
- "bin_dir": "/usr/local/bin",
1426
- "gem_bin": "/usr/local/bin/gem",
1427
- "gems_dir": "/usr/local/gems",
1428
- "ruby_bin": "/usr/local/bin/ruby"
1429
- }
1430
- },
1431
- "lsb": {
1432
- "codename": "stretch",
1433
- "description": "Debian GNU/Linux 9.5 (stretch)",
1434
- "id": "Debian",
1435
- "release": "9.5"
1436
- },
1437
- "macaddress": "11:11:11:11:11:11",
1438
- "machinename": "Fauxhai",
1439
- "memory": {
1440
- "total": "1048576kB"
1441
- },
1442
- "network": {
1443
- "default_gateway": "10.0.0.1",
1444
- "default_interface": "eth0",
1445
- "interfaces": {
1446
- "eth0": {
1447
- "addresses": {
1448
- "10.0.0.2": {
1449
- "broadcast": "10.0.0.255",
1450
- "family": "inet",
1451
- "ip_scope": "RFC1918 PRIVATE",
1452
- "netmask": "255.255.255.0",
1453
- "prefixlen": "24",
1454
- "scope": "Global"
1455
- },
1456
- "11:11:11:11:11:11": {
1457
- "family": "lladdr"
1458
- },
1459
- "fe80::11:1111:1111:1111": {
1460
- "family": "inet6",
1461
- "ip_scope": "LINK LOCAL UNICAST",
1462
- "prefixlen": "64",
1463
- "scope": "Link",
1464
- "tags": []
1465
- }
1466
- },
1467
- "arp": {
1468
- "10.0.0.1": "fe:ff:ff:ff:ff:ff"
1469
- },
1470
- "encapsulation": "Ethernet",
1471
- "flags": [
1472
- "BROADCAST",
1473
- "MULTICAST",
1474
- "UP",
1475
- "LOWER_UP"
1476
- ],
1477
- "mtu": "1500",
1478
- "number": "0",
1479
- "ring_params": {},
1480
- "routes": [
1481
- {
1482
- "destination": "default",
1483
- "family": "inet",
1484
- "via": "10.0.0.1"
1485
- },
1486
- {
1487
- "destination": "10.0.0.0/24",
1488
- "family": "inet",
1489
- "proto": "kernel",
1490
- "scope": "link",
1491
- "src": "10.0.0.2"
1492
- },
1493
- {
1494
- "destination": "fe80::/64",
1495
- "family": "inet6",
1496
- "metric": "256",
1497
- "proto": "kernel"
1498
- }
1499
- ],
1500
- "state": "up",
1501
- "type": "eth"
1502
- },
1503
- "lo": {
1504
- "addresses": {
1505
- "127.0.0.1": {
1506
- "family": "inet",
1507
- "ip_scope": "LOOPBACK",
1508
- "netmask": "255.0.0.0",
1509
- "prefixlen": "8",
1510
- "scope": "Node"
1511
- },
1512
- "::1": {
1513
- "family": "inet6",
1514
- "ip_scope": "LINK LOCAL LOOPBACK",
1515
- "prefixlen": "128",
1516
- "scope": "Node",
1517
- "tags": []
1518
- }
1519
- },
1520
- "encapsulation": "Loopback",
1521
- "flags": [
1522
- "LOOPBACK",
1523
- "UP",
1524
- "LOWER_UP"
1525
- ],
1526
- "mtu": "65536",
1527
- "state": "unknown"
1528
- }
1529
- }
1530
- },
1531
- "ohai_time": 1570575986.1046402,
1532
- "os": "linux",
1533
- "os_version": "4.9.0-7-amd64",
1534
- "packages": {
1535
- "adduser": {
1536
- "arch": "all",
1537
- "version": "3.115"
1538
- },
1539
- "apt": {
1540
- "arch": "amd64",
1541
- "version": "1.4.8"
1542
- },
1543
- "apt-listchanges": {
1544
- "arch": "all",
1545
- "version": "3.10"
1546
- },
1547
- "apt-transport-https": {
1548
- "arch": "amd64",
1549
- "version": "1.4.8"
1550
- },
1551
- "apt-utils": {
1552
- "arch": "amd64",
1553
- "version": "1.4.8"
1554
- },
1555
- "awscli": {
1556
- "arch": "all",
1557
- "version": "1.11.13-1"
1558
- },
1559
- "base-files": {
1560
- "arch": "amd64",
1561
- "version": "9.9+deb9u5"
1562
- },
1563
- "base-passwd": {
1564
- "arch": "amd64",
1565
- "version": "3.5.43"
1566
- },
1567
- "bash": {
1568
- "arch": "amd64",
1569
- "version": "4.4-5"
1570
- },
1571
- "bash-completion": {
1572
- "arch": "all",
1573
- "version": "1:2.1-4.3"
1574
- },
1575
- "bind9-host": {
1576
- "arch": "amd64",
1577
- "version": "1:9.10.3.dfsg.P4-12.3+deb9u4"
1578
- },
1579
- "bsdmainutils": {
1580
- "arch": "amd64",
1581
- "version": "9.0.12+nmu1"
1582
- },
1583
- "bsdutils": {
1584
- "arch": "amd64",
1585
- "version": "1:2.29.2-1+deb9u1"
1586
- },
1587
- "bzip2": {
1588
- "arch": "amd64",
1589
- "version": "1.0.6-8.1"
1590
- },
1591
- "ca-certificates": {
1592
- "arch": "all",
1593
- "version": "20161130+nmu1+deb9u1"
1594
- },
1595
- "chef": {
1596
- "arch": "amd64",
1597
- "version": "15.3.14-1"
1598
- },
1599
- "chrony": {
1600
- "arch": "amd64",
1601
- "version": "3.0-4+deb9u1"
1602
- },
1603
- "cloud-guest-utils": {
1604
- "arch": "all",
1605
- "version": "0.29-1"
1606
- },
1607
- "cloud-init": {
1608
- "arch": "all",
1609
- "version": "0.7.9-2"
1610
- },
1611
- "coreutils": {
1612
- "arch": "amd64",
1613
- "version": "8.26-3"
1614
- },
1615
- "cpio": {
1616
- "arch": "amd64",
1617
- "version": "2.11+dfsg-6"
1618
- },
1619
- "cron": {
1620
- "arch": "amd64",
1621
- "version": "3.0pl1-128+deb9u1"
1622
- },
1623
- "curl": {
1624
- "arch": "amd64",
1625
- "version": "7.52.1-5+deb9u6"
1626
- },
1627
- "dash": {
1628
- "arch": "amd64",
1629
- "version": "0.5.8-2.4"
1630
- },
1631
- "dbus": {
1632
- "arch": "amd64",
1633
- "version": "1.10.26-0+deb9u1"
1634
- },
1635
- "debconf": {
1636
- "arch": "all",
1637
- "version": "1.5.61"
1638
- },
1639
- "debconf-i18n": {
1640
- "arch": "all",
1641
- "version": "1.5.61"
1642
- },
1643
- "debian-archive-keyring": {
1644
- "arch": "all",
1645
- "version": "2017.5"
1646
- },
1647
- "debianutils": {
1648
- "arch": "amd64",
1649
- "version": "4.8.1.1"
1650
- },
1651
- "dh-python": {
1652
- "arch": "all",
1653
- "version": "2.20170125"
1654
- },
1655
- "diffutils": {
1656
- "arch": "amd64",
1657
- "version": "1:3.5-3"
1658
- },
1659
- "distro-info-data": {
1660
- "arch": "all",
1661
- "version": "0.36"
1662
- },
1663
- "dmidecode": {
1664
- "arch": "amd64",
1665
- "version": "3.0-4"
1666
- },
1667
- "dmsetup": {
1668
- "arch": "amd64",
1669
- "version": "2:1.02.137-2"
1670
- },
1671
- "docutils-common": {
1672
- "arch": "all",
1673
- "version": "0.13.1+dfsg-2"
1674
- },
1675
- "dpkg": {
1676
- "arch": "amd64",
1677
- "version": "1.18.25"
1678
- },
1679
- "e2fslibs": {
1680
- "arch": "amd64",
1681
- "version": "1.43.4-2"
1682
- },
1683
- "e2fsprogs": {
1684
- "arch": "amd64",
1685
- "version": "1.43.4-2"
1686
- },
1687
- "ethtool": {
1688
- "arch": "amd64",
1689
- "version": "1:4.8-1+b1"
1690
- },
1691
- "file": {
1692
- "arch": "amd64",
1693
- "version": "1:5.30-1+deb9u2"
1694
- },
1695
- "findutils": {
1696
- "arch": "amd64",
1697
- "version": "4.6.0+git+20161106-2"
1698
- },
1699
- "gcc-6-base": {
1700
- "arch": "amd64",
1701
- "version": "6.3.0-18+deb9u1"
1702
- },
1703
- "gdisk": {
1704
- "arch": "amd64",
1705
- "version": "1.0.1-1"
1706
- },
1707
- "geoip-database": {
1708
- "arch": "all",
1709
- "version": "20170512-1"
1710
- },
1711
- "gettext-base": {
1712
- "arch": "amd64",
1713
- "version": "0.19.8.1-2"
1714
- },
1715
- "gnupg": {
1716
- "arch": "amd64",
1717
- "version": "2.1.18-8~deb9u2"
1718
- },
1719
- "gnupg-agent": {
1720
- "arch": "amd64",
1721
- "version": "2.1.18-8~deb9u2"
1722
- },
1723
- "gpgv": {
1724
- "arch": "amd64",
1725
- "version": "2.1.18-8~deb9u2"
1726
- },
1727
- "grep": {
1728
- "arch": "amd64",
1729
- "version": "2.27-2"
1730
- },
1731
- "groff-base": {
1732
- "arch": "amd64",
1733
- "version": "1.22.3-9"
1734
- },
1735
- "grub-common": {
1736
- "arch": "amd64",
1737
- "version": "2.02~beta3-5"
1738
- },
1739
- "grub-pc": {
1740
- "arch": "amd64",
1741
- "version": "2.02~beta3-5"
1742
- },
1743
- "grub-pc-bin": {
1744
- "arch": "amd64",
1745
- "version": "2.02~beta3-5"
1746
- },
1747
- "grub2-common": {
1748
- "arch": "amd64",
1749
- "version": "2.02~beta3-5"
1750
- },
1751
- "gzip": {
1752
- "arch": "amd64",
1753
- "version": "1.6-5+b1"
1754
- },
1755
- "hostname": {
1756
- "arch": "amd64",
1757
- "version": "3.18+b1"
1758
- },
1759
- "ifupdown": {
1760
- "arch": "amd64",
1761
- "version": "0.8.19"
1762
- },
1763
- "init": {
1764
- "arch": "amd64",
1765
- "version": "1.48"
1766
- },
1767
- "init-system-helpers": {
1768
- "arch": "all",
1769
- "version": "1.48"
1770
- },
1771
- "initramfs-tools": {
1772
- "arch": "all",
1773
- "version": "0.130"
1774
- },
1775
- "initramfs-tools-core": {
1776
- "arch": "all",
1777
- "version": "0.130"
1778
- },
1779
- "iproute2": {
1780
- "arch": "amd64",
1781
- "version": "4.9.0-1+deb9u1"
1782
- },
1783
- "iptables": {
1784
- "arch": "amd64",
1785
- "version": "1.6.0+snapshot20161117-6"
1786
- },
1787
- "iputils-ping": {
1788
- "arch": "amd64",
1789
- "version": "3:20161105-1"
1790
- },
1791
- "isc-dhcp-client": {
1792
- "arch": "amd64",
1793
- "version": "4.3.5-3+deb9u1"
1794
- },
1795
- "isc-dhcp-common": {
1796
- "arch": "amd64",
1797
- "version": "4.3.5-3+deb9u1"
1798
- },
1799
- "iso-codes": {
1800
- "arch": "all",
1801
- "version": "3.75-1"
1802
- },
1803
- "klibc-utils": {
1804
- "arch": "amd64",
1805
- "version": "2.0.4-9"
1806
- },
1807
- "kmod": {
1808
- "arch": "amd64",
1809
- "version": "23-2"
1810
- },
1811
- "krb5-locales": {
1812
- "arch": "all",
1813
- "version": "1.15-1+deb9u1"
1814
- },
1815
- "less": {
1816
- "arch": "amd64",
1817
- "version": "481-2.1"
1818
- },
1819
- "libacl1": {
1820
- "arch": "amd64",
1821
- "version": "2.2.52-3+b1"
1822
- },
1823
- "libapparmor1": {
1824
- "arch": "amd64",
1825
- "version": "2.11.0-3+deb9u2"
1826
- },
1827
- "libapt-inst2.0": {
1828
- "arch": "amd64",
1829
- "version": "1.4.8"
1830
- },
1831
- "libapt-pkg5.0": {
1832
- "arch": "amd64",
1833
- "version": "1.4.8"
1834
- },
1835
- "libassuan0": {
1836
- "arch": "amd64",
1837
- "version": "2.4.3-2"
1838
- },
1839
- "libattr1": {
1840
- "arch": "amd64",
1841
- "version": "1:2.4.47-2+b2"
1842
- },
1843
- "libaudit-common": {
1844
- "arch": "all",
1845
- "version": "1:2.6.7-2"
1846
- },
1847
- "libaudit1": {
1848
- "arch": "amd64",
1849
- "version": "1:2.6.7-2"
1850
- },
1851
- "libbind9-140": {
1852
- "arch": "amd64",
1853
- "version": "1:9.10.3.dfsg.P4-12.3+deb9u4"
1854
- },
1855
- "libblkid1": {
1856
- "arch": "amd64",
1857
- "version": "2.29.2-1+deb9u1"
1858
- },
1859
- "libbsd0": {
1860
- "arch": "amd64",
1861
- "version": "0.8.3-1"
1862
- },
1863
- "libbz2-1.0": {
1864
- "arch": "amd64",
1865
- "version": "1.0.6-8.1"
1866
- },
1867
- "libc-bin": {
1868
- "arch": "amd64",
1869
- "version": "2.24-11+deb9u3"
1870
- },
1871
- "libc-l10n": {
1872
- "arch": "all",
1873
- "version": "2.24-11+deb9u3"
1874
- },
1875
- "libc6": {
1876
- "arch": "amd64",
1877
- "version": "2.24-11+deb9u3"
1878
- },
1879
- "libcap-ng0": {
1880
- "arch": "amd64",
1881
- "version": "0.7.7-3+b1"
1882
- },
1883
- "libcap2": {
1884
- "arch": "amd64",
1885
- "version": "1:2.25-1"
1886
- },
1887
- "libcomerr2": {
1888
- "arch": "amd64",
1889
- "version": "1.43.4-2"
1890
- },
1891
- "libcryptsetup4": {
1892
- "arch": "amd64",
1893
- "version": "2:1.7.3-4"
1894
- },
1895
- "libcurl3": {
1896
- "arch": "amd64",
1897
- "version": "7.52.1-5+deb9u6"
1898
- },
1899
- "libcurl3-gnutls": {
1900
- "arch": "amd64",
1901
- "version": "7.52.1-5+deb9u6"
1902
- },
1903
- "libdb5.3": {
1904
- "arch": "amd64",
1905
- "version": "5.3.28-12+deb9u1"
1906
- },
1907
- "libdbus-1-3": {
1908
- "arch": "amd64",
1909
- "version": "1.10.26-0+deb9u1"
1910
- },
1911
- "libdebconfclient0": {
1912
- "arch": "amd64",
1913
- "version": "0.227"
1914
- },
1915
- "libdevmapper1.02.1": {
1916
- "arch": "amd64",
1917
- "version": "2:1.02.137-2"
1918
- },
1919
- "libdns-export162": {
1920
- "arch": "amd64",
1921
- "version": "1:9.10.3.dfsg.P4-12.3+deb9u4"
1922
- },
1923
- "libdns162": {
1924
- "arch": "amd64",
1925
- "version": "1:9.10.3.dfsg.P4-12.3+deb9u4"
1926
- },
1927
- "libedit2": {
1928
- "arch": "amd64",
1929
- "version": "3.1-20160903-3"
1930
- },
1931
- "libelf1": {
1932
- "arch": "amd64",
1933
- "version": "0.168-1"
1934
- },
1935
- "libestr0": {
1936
- "arch": "amd64",
1937
- "version": "0.1.10-2"
1938
- },
1939
- "libexpat1": {
1940
- "arch": "amd64",
1941
- "version": "2.2.0-2+deb9u1"
1942
- },
1943
- "libfastjson4": {
1944
- "arch": "amd64",
1945
- "version": "0.99.4-1"
1946
- },
1947
- "libfdisk1": {
1948
- "arch": "amd64",
1949
- "version": "2.29.2-1+deb9u1"
1950
- },
1951
- "libffi6": {
1952
- "arch": "amd64",
1953
- "version": "3.2.1-6"
1954
- },
1955
- "libfreetype6": {
1956
- "arch": "amd64",
1957
- "version": "2.6.3-3.2"
1958
- },
1959
- "libfuse2": {
1960
- "arch": "amd64",
1961
- "version": "2.9.7-1+deb9u1"
1962
- },
1963
- "libgcc1": {
1964
- "arch": "amd64",
1965
- "version": "1:6.3.0-18+deb9u1"
1966
- },
1967
- "libgcrypt20": {
1968
- "arch": "amd64",
1969
- "version": "1.7.6-2+deb9u3"
1970
- },
1971
- "libgdbm3": {
1972
- "arch": "amd64",
1973
- "version": "1.8.3-14"
1974
- },
1975
- "libgeoip1": {
1976
- "arch": "amd64",
1977
- "version": "1.6.9-4"
1978
- },
1979
- "libgmp10": {
1980
- "arch": "amd64",
1981
- "version": "2:6.1.2+dfsg-1"
1982
- },
1983
- "libgnutls30": {
1984
- "arch": "amd64",
1985
- "version": "3.5.8-5+deb9u3"
1986
- },
1987
- "libgpg-error0": {
1988
- "arch": "amd64",
1989
- "version": "1.26-2"
1990
- },
1991
- "libgpm2": {
1992
- "arch": "amd64",
1993
- "version": "1.20.4-6.2+b1"
1994
- },
1995
- "libgssapi-krb5-2": {
1996
- "arch": "amd64",
1997
- "version": "1.15-1+deb9u1"
1998
- },
1999
- "libhogweed4": {
2000
- "arch": "amd64",
2001
- "version": "3.3-1+b2"
2002
- },
2003
- "libicu57": {
2004
- "arch": "amd64",
2005
- "version": "57.1-6+deb9u2"
2006
- },
2007
- "libidn11": {
2008
- "arch": "amd64",
2009
- "version": "1.33-1"
2010
- },
2011
- "libidn2-0": {
2012
- "arch": "amd64",
2013
- "version": "0.16-1+deb9u1"
2014
- },
2015
- "libip4tc0": {
2016
- "arch": "amd64",
2017
- "version": "1.6.0+snapshot20161117-6"
2018
- },
2019
- "libip6tc0": {
2020
- "arch": "amd64",
2021
- "version": "1.6.0+snapshot20161117-6"
2022
- },
2023
- "libiptc0": {
2024
- "arch": "amd64",
2025
- "version": "1.6.0+snapshot20161117-6"
2026
- },
2027
- "libisc-export160": {
2028
- "arch": "amd64",
2029
- "version": "1:9.10.3.dfsg.P4-12.3+deb9u4"
2030
- },
2031
- "libisc160": {
2032
- "arch": "amd64",
2033
- "version": "1:9.10.3.dfsg.P4-12.3+deb9u4"
2034
- },
2035
- "libisccc140": {
2036
- "arch": "amd64",
2037
- "version": "1:9.10.3.dfsg.P4-12.3+deb9u4"
2038
- },
2039
- "libisccfg140": {
2040
- "arch": "amd64",
2041
- "version": "1:9.10.3.dfsg.P4-12.3+deb9u4"
2042
- },
2043
- "libjbig0": {
2044
- "arch": "amd64",
2045
- "version": "2.1-3.1+b2"
2046
- },
2047
- "libjpeg62-turbo": {
2048
- "arch": "amd64",
2049
- "version": "1:1.5.1-2"
2050
- },
2051
- "libk5crypto3": {
2052
- "arch": "amd64",
2053
- "version": "1.15-1+deb9u1"
2054
- },
2055
- "libkeyutils1": {
2056
- "arch": "amd64",
2057
- "version": "1.5.9-9"
2058
- },
2059
- "libklibc": {
2060
- "arch": "amd64",
2061
- "version": "2.0.4-9"
2062
- },
2063
- "libkmod2": {
2064
- "arch": "amd64",
2065
- "version": "23-2"
2066
- },
2067
- "libkrb5-3": {
2068
- "arch": "amd64",
2069
- "version": "1.15-1+deb9u1"
2070
- },
2071
- "libkrb5support0": {
2072
- "arch": "amd64",
2073
- "version": "1.15-1+deb9u1"
2074
- },
2075
- "libksba8": {
2076
- "arch": "amd64",
2077
- "version": "1.3.5-2"
2078
- },
2079
- "liblcms2-2": {
2080
- "arch": "amd64",
2081
- "version": "2.8-4"
2082
- },
2083
- "libldap-2.4-2": {
2084
- "arch": "amd64",
2085
- "version": "2.4.44+dfsg-5+deb9u2"
2086
- },
2087
- "libldap-common": {
2088
- "arch": "all",
2089
- "version": "2.4.44+dfsg-5+deb9u2"
2090
- },
2091
- "liblocale-gettext-perl": {
2092
- "arch": "amd64",
2093
- "version": "1.07-3+b1"
2094
- },
2095
- "liblogging-stdlog0": {
2096
- "arch": "amd64",
2097
- "version": "1.0.5-2+b2"
2098
- },
2099
- "liblognorm5": {
2100
- "arch": "amd64",
2101
- "version": "2.0.1-1.1+b1"
2102
- },
2103
- "liblwres141": {
2104
- "arch": "amd64",
2105
- "version": "1:9.10.3.dfsg.P4-12.3+deb9u4"
2106
- },
2107
- "liblz4-1": {
2108
- "arch": "amd64",
2109
- "version": "0.0~r131-2+b1"
2110
- },
2111
- "liblzma5": {
2112
- "arch": "amd64",
2113
- "version": "5.2.2-1.2+b1"
2114
- },
2115
- "libmagic-mgc": {
2116
- "arch": "amd64",
2117
- "version": "1:5.30-1+deb9u2"
2118
- },
2119
- "libmagic1": {
2120
- "arch": "amd64",
2121
- "version": "1:5.30-1+deb9u2"
2122
- },
2123
- "libmnl0": {
2124
- "arch": "amd64",
2125
- "version": "1.0.4-2"
2126
- },
2127
- "libmount1": {
2128
- "arch": "amd64",
2129
- "version": "2.29.2-1+deb9u1"
2130
- },
2131
- "libmpdec2": {
2132
- "arch": "amd64",
2133
- "version": "2.4.2-1"
2134
- },
2135
- "libncurses5": {
2136
- "arch": "amd64",
2137
- "version": "6.0+20161126-1+deb9u2"
2138
- },
2139
- "libncursesw5": {
2140
- "arch": "amd64",
2141
- "version": "6.0+20161126-1+deb9u2"
2142
- },
2143
- "libnetfilter-conntrack3": {
2144
- "arch": "amd64",
2145
- "version": "1.0.6-2"
2146
- },
2147
- "libnettle6": {
2148
- "arch": "amd64",
2149
- "version": "3.3-1+b2"
2150
- },
2151
- "libnewt0.52": {
2152
- "arch": "amd64",
2153
- "version": "0.52.19-1+b1"
2154
- },
2155
- "libnfnetlink0": {
2156
- "arch": "amd64",
2157
- "version": "1.0.1-3"
2158
- },
2159
- "libnghttp2-14": {
2160
- "arch": "amd64",
2161
- "version": "1.18.1-1"
2162
- },
2163
- "libnpth0": {
2164
- "arch": "amd64",
2165
- "version": "1.3-1"
2166
- },
2167
- "libp11-kit0": {
2168
- "arch": "amd64",
2169
- "version": "0.23.3-2"
2170
- },
2171
- "libpam-modules": {
2172
- "arch": "amd64",
2173
- "version": "1.1.8-3.6"
2174
- },
2175
- "libpam-modules-bin": {
2176
- "arch": "amd64",
2177
- "version": "1.1.8-3.6"
2178
- },
2179
- "libpam-runtime": {
2180
- "arch": "all",
2181
- "version": "1.1.8-3.6"
2182
- },
2183
- "libpam-systemd": {
2184
- "arch": "amd64",
2185
- "version": "232-25+deb9u4"
2186
- },
2187
- "libpam0g": {
2188
- "arch": "amd64",
2189
- "version": "1.1.8-3.6"
2190
- },
2191
- "libpaper-utils": {
2192
- "arch": "amd64",
2193
- "version": "1.1.24+nmu5"
2194
- },
2195
- "libpaper1": {
2196
- "arch": "amd64",
2197
- "version": "1.1.24+nmu5"
2198
- },
2199
- "libpcap0.8": {
2200
- "arch": "amd64",
2201
- "version": "1.8.1-3"
2202
- },
2203
- "libpci3": {
2204
- "arch": "amd64",
2205
- "version": "1:3.5.2-1"
2206
- },
2207
- "libpcre3": {
2208
- "arch": "amd64",
2209
- "version": "2:8.39-3"
2210
- },
2211
- "libpipeline1": {
2212
- "arch": "amd64",
2213
- "version": "1.4.1-2"
2214
- },
2215
- "libpng16-16": {
2216
- "arch": "amd64",
2217
- "version": "1.6.28-1"
2218
- },
2219
- "libpopt0": {
2220
- "arch": "amd64",
2221
- "version": "1.16-10+b2"
2222
- },
2223
- "libprocps6": {
2224
- "arch": "amd64",
2225
- "version": "2:3.3.12-3+deb9u1"
2226
- },
2227
- "libpsl5": {
2228
- "arch": "amd64",
2229
- "version": "0.17.0-3"
2230
- },
2231
- "libpython-stdlib": {
2232
- "arch": "amd64",
2233
- "version": "2.7.13-2"
2234
- },
2235
- "libpython2.7-minimal": {
2236
- "arch": "amd64",
2237
- "version": "2.7.13-2+deb9u2"
2238
- },
2239
- "libpython2.7-stdlib": {
2240
- "arch": "amd64",
2241
- "version": "2.7.13-2+deb9u2"
2242
- },
2243
- "libpython3-stdlib": {
2244
- "arch": "amd64",
2245
- "version": "3.5.3-1"
2246
- },
2247
- "libpython3.5-minimal": {
2248
- "arch": "amd64",
2249
- "version": "3.5.3-1"
2250
- },
2251
- "libpython3.5-stdlib": {
2252
- "arch": "amd64",
2253
- "version": "3.5.3-1"
2254
- },
2255
- "libreadline7": {
2256
- "arch": "amd64",
2257
- "version": "7.0-3"
2258
- },
2259
- "librtmp1": {
2260
- "arch": "amd64",
2261
- "version": "2.4+20151223.gitfa8646d.1-1+b1"
2262
- },
2263
- "libsasl2-2": {
2264
- "arch": "amd64",
2265
- "version": "2.1.27~101-g0780600+dfsg-3"
2266
- },
2267
- "libsasl2-modules": {
2268
- "arch": "amd64",
2269
- "version": "2.1.27~101-g0780600+dfsg-3"
2270
- },
2271
- "libsasl2-modules-db": {
2272
- "arch": "amd64",
2273
- "version": "2.1.27~101-g0780600+dfsg-3"
2274
- },
2275
- "libseccomp2": {
2276
- "arch": "amd64",
2277
- "version": "2.3.1-2.1"
2278
- },
2279
- "libselinux1": {
2280
- "arch": "amd64",
2281
- "version": "2.6-3+b3"
2282
- },
2283
- "libsemanage-common": {
2284
- "arch": "all",
2285
- "version": "2.6-2"
2286
- },
2287
- "libsemanage1": {
2288
- "arch": "amd64",
2289
- "version": "2.6-2"
2290
- },
2291
- "libsepol1": {
2292
- "arch": "amd64",
2293
- "version": "2.6-2"
2294
- },
2295
- "libslang2": {
2296
- "arch": "amd64",
2297
- "version": "2.3.1-5"
2298
- },
2299
- "libsmartcols1": {
2300
- "arch": "amd64",
2301
- "version": "2.29.2-1+deb9u1"
2302
- },
2303
- "libsqlite3-0": {
2304
- "arch": "amd64",
2305
- "version": "3.16.2-5+deb9u1"
2306
- },
2307
- "libss2": {
2308
- "arch": "amd64",
2309
- "version": "1.43.4-2"
2310
- },
2311
- "libssh2-1": {
2312
- "arch": "amd64",
2313
- "version": "1.7.0-1"
2314
- },
2315
- "libssl1.0.2": {
2316
- "arch": "amd64",
2317
- "version": "1.0.2l-2+deb9u3"
2318
- },
2319
- "libssl1.1": {
2320
- "arch": "amd64",
2321
- "version": "1.1.0f-3+deb9u2"
2322
- },
2323
- "libstdc++6": {
2324
- "arch": "amd64",
2325
- "version": "6.3.0-18+deb9u1"
2326
- },
2327
- "libsystemd0": {
2328
- "arch": "amd64",
2329
- "version": "232-25+deb9u4"
2330
- },
2331
- "libtasn1-6": {
2332
- "arch": "amd64",
2333
- "version": "4.10-1.1+deb9u1"
2334
- },
2335
- "libtext-charwidth-perl": {
2336
- "arch": "amd64",
2337
- "version": "0.04-7+b5"
2338
- },
2339
- "libtext-iconv-perl": {
2340
- "arch": "amd64",
2341
- "version": "1.7-5+b4"
2342
- },
2343
- "libtext-wrapi18n-perl": {
2344
- "arch": "all",
2345
- "version": "0.06-7.1"
2346
- },
2347
- "libtiff5": {
2348
- "arch": "amd64",
2349
- "version": "4.0.8-2+deb9u2"
2350
- },
2351
- "libtinfo5": {
2352
- "arch": "amd64",
2353
- "version": "6.0+20161126-1+deb9u2"
2354
- },
2355
- "libtomcrypt0": {
2356
- "arch": "amd64",
2357
- "version": "1.17-9"
2358
- },
2359
- "libtommath1": {
2360
- "arch": "amd64",
2361
- "version": "1.0-4"
2362
- },
2363
- "libudev1": {
2364
- "arch": "amd64",
2365
- "version": "232-25+deb9u4"
2366
- },
2367
- "libunistring0": {
2368
- "arch": "amd64",
2369
- "version": "0.9.6+really0.9.3-0.1"
2370
- },
2371
- "libustr-1.0-1": {
2372
- "arch": "amd64",
2373
- "version": "1.0.4-6"
2374
- },
2375
- "libuuid1": {
2376
- "arch": "amd64",
2377
- "version": "2.29.2-1+deb9u1"
2378
- },
2379
- "libwebp6": {
2380
- "arch": "amd64",
2381
- "version": "0.5.2-1"
2382
- },
2383
- "libwebpdemux2": {
2384
- "arch": "amd64",
2385
- "version": "0.5.2-1"
2386
- },
2387
- "libwebpmux2": {
2388
- "arch": "amd64",
2389
- "version": "0.5.2-1"
2390
- },
2391
- "libwrap0": {
2392
- "arch": "amd64",
2393
- "version": "7.6.q-26"
2394
- },
2395
- "libxapian30": {
2396
- "arch": "amd64",
2397
- "version": "1.4.3-2+deb9u1"
2398
- },
2399
- "libxml2": {
2400
- "arch": "amd64",
2401
- "version": "2.9.4+dfsg1-2.2+deb9u2"
2402
- },
2403
- "libxtables12": {
2404
- "arch": "amd64",
2405
- "version": "1.6.0+snapshot20161117-6"
2406
- },
2407
- "libyaml-0-2": {
2408
- "arch": "amd64",
2409
- "version": "0.1.7-2"
2410
- },
2411
- "linux-base": {
2412
- "arch": "all",
2413
- "version": "4.5"
2414
- },
2415
- "linux-image-4.9.0-7-amd64": {
2416
- "arch": "amd64",
2417
- "version": "4.9.110-3+deb9u1"
2418
- },
2419
- "linux-image-amd64": {
2420
- "arch": "amd64",
2421
- "version": "4.9+80+deb9u5"
2422
- },
2423
- "locales": {
2424
- "arch": "all",
2425
- "version": "2.24-11+deb9u3"
2426
- },
2427
- "locales-all": {
2428
- "arch": "amd64",
2429
- "version": "2.24-11+deb9u3"
2430
- },
2431
- "login": {
2432
- "arch": "amd64",
2433
- "version": "1:4.4-4.1"
2434
- },
2435
- "logrotate": {
2436
- "arch": "amd64",
2437
- "version": "3.11.0-0.1"
2438
- },
2439
- "lsb-base": {
2440
- "arch": "all",
2441
- "version": "9.20161125"
2442
- },
2443
- "lsb-release": {
2444
- "arch": "all",
2445
- "version": "9.20161125"
2446
- },
2447
- "man-db": {
2448
- "arch": "amd64",
2449
- "version": "2.7.6.1-2"
2450
- },
2451
- "manpages": {
2452
- "arch": "all",
2453
- "version": "4.10-2"
2454
- },
2455
- "mawk": {
2456
- "arch": "amd64",
2457
- "version": "1.3.3-17+b3"
2458
- },
2459
- "mime-support": {
2460
- "arch": "all",
2461
- "version": "3.60"
2462
- },
2463
- "mount": {
2464
- "arch": "amd64",
2465
- "version": "2.29.2-1+deb9u1"
2466
- },
2467
- "multiarch-support": {
2468
- "arch": "amd64",
2469
- "version": "2.24-11+deb9u3"
2470
- },
2471
- "nano": {
2472
- "arch": "amd64",
2473
- "version": "2.7.4-1"
2474
- },
2475
- "ncurses-base": {
2476
- "arch": "all",
2477
- "version": "6.0+20161126-1+deb9u2"
2478
- },
2479
- "ncurses-bin": {
2480
- "arch": "amd64",
2481
- "version": "6.0+20161126-1+deb9u2"
2482
- },
2483
- "net-tools": {
2484
- "arch": "amd64",
2485
- "version": "1.60+git20161116.90da8a0-1"
2486
- },
2487
- "netbase": {
2488
- "arch": "all",
2489
- "version": "5.4"
2490
- },
2491
- "netcat-openbsd": {
2492
- "arch": "amd64",
2493
- "version": "1.130-3"
2494
- },
2495
- "openssh-client": {
2496
- "arch": "amd64",
2497
- "version": "1:7.4p1-10+deb9u3"
2498
- },
2499
- "openssh-server": {
2500
- "arch": "amd64",
2501
- "version": "1:7.4p1-10+deb9u3"
2502
- },
2503
- "openssh-sftp-server": {
2504
- "arch": "amd64",
2505
- "version": "1:7.4p1-10+deb9u3"
2506
- },
2507
- "openssl": {
2508
- "arch": "amd64",
2509
- "version": "1.1.0f-3+deb9u2"
2510
- },
2511
- "passwd": {
2512
- "arch": "amd64",
2513
- "version": "1:4.4-4.1"
2514
- },
2515
- "pciutils": {
2516
- "arch": "amd64",
2517
- "version": "1:3.5.2-1"
2518
- },
2519
- "perl-base": {
2520
- "arch": "amd64",
2521
- "version": "5.24.1-3+deb9u4"
2522
- },
2523
- "pinentry-curses": {
2524
- "arch": "amd64",
2525
- "version": "1.0.0-2"
2526
- },
2527
- "procps": {
2528
- "arch": "amd64",
2529
- "version": "2:3.3.12-3+deb9u1"
2530
- },
2531
- "psmisc": {
2532
- "arch": "amd64",
2533
- "version": "22.21-2.1+b2"
2534
- },
2535
- "python": {
2536
- "arch": "amd64",
2537
- "version": "2.7.13-2"
2538
- },
2539
- "python-apt-common": {
2540
- "arch": "all",
2541
- "version": "1.4.0~beta3"
2542
- },
2543
- "python-boto": {
2544
- "arch": "all",
2545
- "version": "2.44.0-1"
2546
- },
2547
- "python-cffi-backend": {
2548
- "arch": "amd64",
2549
- "version": "1.9.1-2"
2550
- },
2551
- "python-chardet": {
2552
- "arch": "all",
2553
- "version": "2.3.0-2"
2554
- },
2555
- "python-cryptography": {
2556
- "arch": "amd64",
2557
- "version": "1.7.1-3"
2558
- },
2559
- "python-enum34": {
2560
- "arch": "all",
2561
- "version": "1.1.6-1"
2562
- },
2563
- "python-idna": {
2564
- "arch": "all",
2565
- "version": "2.2-1"
2566
- },
2567
- "python-ipaddress": {
2568
- "arch": "all",
2569
- "version": "1.0.17-1"
2570
- },
2571
- "python-minimal": {
2572
- "arch": "amd64",
2573
- "version": "2.7.13-2"
2574
- },
2575
- "python-openssl": {
2576
- "arch": "all",
2577
- "version": "16.2.0-1"
2578
- },
2579
- "python-pkg-resources": {
2580
- "arch": "all",
2581
- "version": "33.1.1-1"
2582
- },
2583
- "python-pyasn1": {
2584
- "arch": "all",
2585
- "version": "0.1.9-2"
2586
- },
2587
- "python-requests": {
2588
- "arch": "all",
2589
- "version": "2.12.4-1"
2590
- },
2591
- "python-setuptools": {
2592
- "arch": "all",
2593
- "version": "33.1.1-1"
2594
- },
2595
- "python-six": {
2596
- "arch": "all",
2597
- "version": "1.10.0-3"
2598
- },
2599
- "python-urllib3": {
2600
- "arch": "all",
2601
- "version": "1.19.1-1"
2602
- },
2603
- "python2.7": {
2604
- "arch": "amd64",
2605
- "version": "2.7.13-2+deb9u2"
2606
- },
2607
- "python2.7-minimal": {
2608
- "arch": "amd64",
2609
- "version": "2.7.13-2+deb9u2"
2610
- },
2611
- "python3": {
2612
- "arch": "amd64",
2613
- "version": "3.5.3-1"
2614
- },
2615
- "python3-apt": {
2616
- "arch": "amd64",
2617
- "version": "1.4.0~beta3"
2618
- },
2619
- "python3-blinker": {
2620
- "arch": "all",
2621
- "version": "1.3.dfsg2-1"
2622
- },
2623
- "python3-boto": {
2624
- "arch": "all",
2625
- "version": "2.44.0-1"
2626
- },
2627
- "python3-botocore": {
2628
- "arch": "all",
2629
- "version": "1.4.70-1"
2630
- },
2631
- "python3-cffi-backend": {
2632
- "arch": "amd64",
2633
- "version": "1.9.1-2"
2634
- },
2635
- "python3-chardet": {
2636
- "arch": "all",
2637
- "version": "2.3.0-2"
2638
- },
2639
- "python3-colorama": {
2640
- "arch": "all",
2641
- "version": "0.3.7-1"
2642
- },
2643
- "python3-configobj": {
2644
- "arch": "all",
2645
- "version": "5.0.6-2"
2646
- },
2647
- "python3-cryptography": {
2648
- "arch": "amd64",
2649
- "version": "1.7.1-3"
2650
- },
2651
- "python3-dateutil": {
2652
- "arch": "all",
2653
- "version": "2.5.3-2"
2654
- },
2655
- "python3-debian": {
2656
- "arch": "all",
2657
- "version": "0.1.30"
2658
- },
2659
- "python3-debianbts": {
2660
- "arch": "all",
2661
- "version": "2.6.1"
2662
- },
2663
- "python3-docutils": {
2664
- "arch": "all",
2665
- "version": "0.13.1+dfsg-2"
2666
- },
2667
- "python3-httplib2": {
2668
- "arch": "all",
2669
- "version": "0.9.2+dfsg-1"
2670
- },
2671
- "python3-idna": {
2672
- "arch": "all",
2673
- "version": "2.2-1"
2674
- },
2675
- "python3-jinja2": {
2676
- "arch": "all",
2677
- "version": "2.8-1"
2678
- },
2679
- "python3-jmespath": {
2680
- "arch": "all",
2681
- "version": "0.9.0-2"
2682
- },
2683
- "python3-json-pointer": {
2684
- "arch": "all",
2685
- "version": "1.10-1"
2686
- },
2687
- "python3-jsonpatch": {
2688
- "arch": "all",
2689
- "version": "1.19-4"
2690
- },
2691
- "python3-jwt": {
2692
- "arch": "all",
2693
- "version": "1.4.2-1+deb9u1"
2694
- },
2695
- "python3-markupsafe": {
2696
- "arch": "amd64",
2697
- "version": "0.23-3"
2698
- },
2699
- "python3-minimal": {
2700
- "arch": "amd64",
2701
- "version": "3.5.3-1"
2702
- },
2703
- "python3-oauthlib": {
2704
- "arch": "all",
2705
- "version": "2.0.1-1"
2706
- },
2707
- "python3-pil": {
2708
- "arch": "amd64",
2709
- "version": "4.0.0-4"
2710
- },
2711
- "python3-pkg-resources": {
2712
- "arch": "all",
2713
- "version": "33.1.1-1"
2714
- },
2715
- "python3-prettytable": {
2716
- "arch": "all",
2717
- "version": "0.7.2-3"
2718
- },
2719
- "python3-pyasn1": {
2720
- "arch": "all",
2721
- "version": "0.1.9-2"
2722
- },
2723
- "python3-pycurl": {
2724
- "arch": "amd64",
2725
- "version": "7.43.0-2"
2726
- },
2727
- "python3-pygments": {
2728
- "arch": "all",
2729
- "version": "2.2.0+dfsg-1"
2730
- },
2731
- "python3-pysimplesoap": {
2732
- "arch": "all",
2733
- "version": "1.16-2"
2734
- },
2735
- "python3-reportbug": {
2736
- "arch": "all",
2737
- "version": "7.1.7+deb9u2"
2738
- },
2739
- "python3-requests": {
2740
- "arch": "all",
2741
- "version": "2.12.4-1"
2742
- },
2743
- "python3-roman": {
2744
- "arch": "all",
2745
- "version": "2.0.0-2"
2746
- },
2747
- "python3-rsa": {
2748
- "arch": "all",
2749
- "version": "3.4.2-1"
2750
- },
2751
- "python3-s3transfer": {
2752
- "arch": "all",
2753
- "version": "0.1.9-1"
2754
- },
2755
- "python3-setuptools": {
2756
- "arch": "all",
2757
- "version": "33.1.1-1"
2758
- },
2759
- "python3-six": {
2760
- "arch": "all",
2761
- "version": "1.10.0-3"
2762
- },
2763
- "python3-urllib3": {
2764
- "arch": "all",
2765
- "version": "1.19.1-1"
2766
- },
2767
- "python3-yaml": {
2768
- "arch": "amd64",
2769
- "version": "3.12-1"
2770
- },
2771
- "python3.5": {
2772
- "arch": "amd64",
2773
- "version": "3.5.3-1"
2774
- },
2775
- "python3.5-minimal": {
2776
- "arch": "amd64",
2777
- "version": "3.5.3-1"
2778
- },
2779
- "readline-common": {
2780
- "arch": "all",
2781
- "version": "7.0-3"
2782
- },
2783
- "reportbug": {
2784
- "arch": "all",
2785
- "version": "7.1.7+deb9u2"
2786
- },
2787
- "rsyslog": {
2788
- "arch": "amd64",
2789
- "version": "8.24.0-1"
2790
- },
2791
- "screen": {
2792
- "arch": "amd64",
2793
- "version": "4.5.0-6"
2794
- },
2795
- "sed": {
2796
- "arch": "amd64",
2797
- "version": "4.4-1"
2798
- },
2799
- "sensible-utils": {
2800
- "arch": "all",
2801
- "version": "0.0.9+deb9u1"
2802
- },
2803
- "sgml-base": {
2804
- "arch": "all",
2805
- "version": "1.29"
2806
- },
2807
- "sudo": {
2808
- "arch": "amd64",
2809
- "version": "1.8.19p1-2.1"
2810
- },
2811
- "systemd": {
2812
- "arch": "amd64",
2813
- "version": "232-25+deb9u4"
2814
- },
2815
- "systemd-sysv": {
2816
- "arch": "amd64",
2817
- "version": "232-25+deb9u4"
2818
- },
2819
- "sysvinit-utils": {
2820
- "arch": "amd64",
2821
- "version": "2.88dsf-59.9"
2822
- },
2823
- "tar": {
2824
- "arch": "amd64",
2825
- "version": "1.29b-1.1"
2826
- },
2827
- "tasksel": {
2828
- "arch": "all",
2829
- "version": "3.39"
2830
- },
2831
- "tasksel-data": {
2832
- "arch": "all",
2833
- "version": "3.39"
2834
- },
2835
- "tcpdump": {
2836
- "arch": "amd64",
2837
- "version": "4.9.2-1~deb9u1"
2838
- },
2839
- "traceroute": {
2840
- "arch": "amd64",
2841
- "version": "1:2.1.0-2"
2842
- },
2843
- "tzdata": {
2844
- "arch": "all",
2845
- "version": "2018e-0+deb9u1"
2846
- },
2847
- "ucf": {
2848
- "arch": "all",
2849
- "version": "3.0036"
2850
- },
2851
- "udev": {
2852
- "arch": "amd64",
2853
- "version": "232-25+deb9u4"
2854
- },
2855
- "unattended-upgrades": {
2856
- "arch": "all",
2857
- "version": "0.93.1+nmu1"
2858
- },
2859
- "util-linux": {
2860
- "arch": "amd64",
2861
- "version": "2.29.2-1+deb9u1"
2862
- },
2863
- "uuid-runtime": {
2864
- "arch": "amd64",
2865
- "version": "2.29.2-1+deb9u1"
2866
- },
2867
- "vim": {
2868
- "arch": "amd64",
2869
- "version": "2:8.0.0197-4+deb9u1"
2870
- },
2871
- "vim-common": {
2872
- "arch": "all",
2873
- "version": "2:8.0.0197-4+deb9u1"
2874
- },
2875
- "vim-runtime": {
2876
- "arch": "all",
2877
- "version": "2:8.0.0197-4+deb9u1"
2878
- },
2879
- "vim-tiny": {
2880
- "arch": "amd64",
2881
- "version": "2:8.0.0197-4+deb9u1"
2882
- },
2883
- "wget": {
2884
- "arch": "amd64",
2885
- "version": "1.18-5+deb9u2"
2886
- },
2887
- "whiptail": {
2888
- "arch": "amd64",
2889
- "version": "0.52.19-1+b1"
2890
- },
2891
- "xml-core": {
2892
- "arch": "all",
2893
- "version": "0.17"
2894
- },
2895
- "xxd": {
2896
- "arch": "amd64",
2897
- "version": "2:8.0.0197-4+deb9u1"
2898
- },
2899
- "xz-utils": {
2900
- "arch": "amd64",
2901
- "version": "5.2.2-1.2+b1"
2902
- },
2903
- "zlib1g": {
2904
- "arch": "amd64",
2905
- "version": "1:1.2.8.dfsg-5"
2906
- }
2907
- },
2908
- "platform": "debian",
2909
- "platform_family": "debian",
2910
- "platform_version": "9",
2911
- "root_group": "root",
2912
- "shard_seed": 76591637,
2913
- "shells": [
2914
- "/bin/sh",
2915
- "/bin/dash",
2916
- "/bin/bash",
2917
- "/bin/rbash",
2918
- "/usr/bin/screen"
2919
- ],
2920
- "time": {
2921
- "timezone": "GMT"
2922
- },
2923
- "uptime": "30 days 15 hours 07 minutes 30 seconds",
2924
- "uptime_seconds": 2646450,
2925
- "virtualization": {
2926
- "systems": {}
2927
- }
2928
- }