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