fauxhai 3.8.0 → 3.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/fauxhai/mocker.rb +4 -1
- data/lib/fauxhai/platforms/debian/7.11.json +673 -0
- data/lib/fauxhai/platforms/debian/8.5.json +230 -265
- data/lib/fauxhai/platforms/mac_os_x/10.12.json +968 -0
- data/lib/fauxhai/platforms/redhat/7.2.json +653 -0
- data/lib/fauxhai/platforms/suse/11.4.json +640 -0
- data/lib/fauxhai/platforms/suse/12.1.json +695 -0
- data/lib/fauxhai/platforms/windows/10.json +385 -3615
- data/lib/fauxhai/platforms/windows/7.json +372 -0
- data/lib/fauxhai/platforms/windows/8.1.json +134 -3339
- data/lib/fauxhai/platforms/windows/8.json +136 -3757
- data/lib/fauxhai/version.rb +1 -1
- metadata +9 -3
@@ -0,0 +1,640 @@
|
|
1
|
+
{
|
2
|
+
"root_group": "root",
|
3
|
+
"dmi": {
|
4
|
+
"dmidecode_version": "2.12",
|
5
|
+
"smbios_version": "2.5",
|
6
|
+
"structures": {
|
7
|
+
"count": "10",
|
8
|
+
"size": "449"
|
9
|
+
},
|
10
|
+
"table_location": "0x000E1000",
|
11
|
+
"bios": {
|
12
|
+
"all_records": [
|
13
|
+
{
|
14
|
+
"record_id": "0x0000",
|
15
|
+
"size": "0",
|
16
|
+
"application_identifier": "BIOS Information",
|
17
|
+
"Vendor": "innotek GmbH",
|
18
|
+
"Version": "VirtualBox",
|
19
|
+
"Release Date": "12/01/2006",
|
20
|
+
"Address": "0xE0000",
|
21
|
+
"Runtime Size": "128 kB",
|
22
|
+
"ROM Size": "128 kB",
|
23
|
+
"Characteristics": {
|
24
|
+
"ISA is supported": null,
|
25
|
+
"PCI is supported": null,
|
26
|
+
"Boot from CD is supported": null,
|
27
|
+
"Selectable boot is supported": null,
|
28
|
+
"8042 keyboard services are supported (int 9h)": null,
|
29
|
+
"CGA/mono video services are supported (int 10h)": null,
|
30
|
+
"ACPI is supported": null
|
31
|
+
}
|
32
|
+
}
|
33
|
+
],
|
34
|
+
"vendor": "innotek GmbH",
|
35
|
+
"version": "VirtualBox",
|
36
|
+
"release_date": "12/01/2006",
|
37
|
+
"address": "0xE0000",
|
38
|
+
"runtime_size": "128 kB",
|
39
|
+
"rom_size": "128 kB"
|
40
|
+
},
|
41
|
+
"system": {
|
42
|
+
"all_records": [
|
43
|
+
{
|
44
|
+
"record_id": "0x0001",
|
45
|
+
"size": "1",
|
46
|
+
"application_identifier": "System Information",
|
47
|
+
"Manufacturer": "innotek GmbH",
|
48
|
+
"Product Name": "VirtualBox",
|
49
|
+
"Version": "1.2",
|
50
|
+
"Serial Number": "0",
|
51
|
+
"UUID": "8E07DDB0-D2C6-4C4C-BFC4-9816D2408EEC",
|
52
|
+
"Wake-up Type": "Power Switch",
|
53
|
+
"SKU Number": "Not Specified",
|
54
|
+
"Family": "Virtual Machine"
|
55
|
+
}
|
56
|
+
],
|
57
|
+
"manufacturer": "innotek GmbH",
|
58
|
+
"product_name": "VirtualBox",
|
59
|
+
"version": "1.2",
|
60
|
+
"serial_number": "0",
|
61
|
+
"uuid": "8E07DDB0-D2C6-4C4C-BFC4-9816D2408EEC",
|
62
|
+
"wake_up_type": "Power Switch",
|
63
|
+
"sku_number": "Not Specified",
|
64
|
+
"family": "Virtual Machine"
|
65
|
+
},
|
66
|
+
"base_board": {
|
67
|
+
"all_records": [
|
68
|
+
{
|
69
|
+
"record_id": "0x0008",
|
70
|
+
"size": "2",
|
71
|
+
"application_identifier": "Base Board Information",
|
72
|
+
"Manufacturer": "Oracle Corporation",
|
73
|
+
"Product Name": "VirtualBox",
|
74
|
+
"Version": "1.2",
|
75
|
+
"Serial Number": "0",
|
76
|
+
"Asset Tag": "Not Specified",
|
77
|
+
"Features": {
|
78
|
+
"Board is a hosting board": null
|
79
|
+
},
|
80
|
+
"Location In Chassis": "Not Specified",
|
81
|
+
"Chassis Handle": "0x0003",
|
82
|
+
"Type": "Motherboard",
|
83
|
+
"Contained Object Handles": "0"
|
84
|
+
}
|
85
|
+
],
|
86
|
+
"manufacturer": "Oracle Corporation",
|
87
|
+
"product_name": "VirtualBox",
|
88
|
+
"version": "1.2",
|
89
|
+
"serial_number": "0",
|
90
|
+
"asset_tag": "Not Specified",
|
91
|
+
"location_in_chassis": "Not Specified",
|
92
|
+
"chassis_handle": "0x0003",
|
93
|
+
"type": "Motherboard",
|
94
|
+
"contained_object_handles": "0"
|
95
|
+
},
|
96
|
+
"chassis": {
|
97
|
+
"all_records": [
|
98
|
+
{
|
99
|
+
"record_id": "0x0003",
|
100
|
+
"size": "3",
|
101
|
+
"application_identifier": "Chassis Information",
|
102
|
+
"Manufacturer": "Oracle Corporation",
|
103
|
+
"Type": "Other",
|
104
|
+
"Lock": "Not Present",
|
105
|
+
"Version": "Not Specified",
|
106
|
+
"Serial Number": "Not Specified",
|
107
|
+
"Asset Tag": "Not Specified",
|
108
|
+
"Boot-up State": "Safe",
|
109
|
+
"Power Supply State": "Safe",
|
110
|
+
"Thermal State": "Safe",
|
111
|
+
"Security Status": "None"
|
112
|
+
}
|
113
|
+
],
|
114
|
+
"manufacturer": "Oracle Corporation",
|
115
|
+
"type": "Other",
|
116
|
+
"lock": "Not Present",
|
117
|
+
"version": "Not Specified",
|
118
|
+
"serial_number": "Not Specified",
|
119
|
+
"asset_tag": "Not Specified",
|
120
|
+
"boot_up_state": "Safe",
|
121
|
+
"power_supply_state": "Safe",
|
122
|
+
"thermal_state": "Safe",
|
123
|
+
"security_status": "None"
|
124
|
+
},
|
125
|
+
"oem_strings": {
|
126
|
+
"all_records": [
|
127
|
+
{
|
128
|
+
"record_id": "0x0002",
|
129
|
+
"size": "11",
|
130
|
+
"application_identifier": "OEM Strings",
|
131
|
+
"String 1": "vboxVer_5.1.4",
|
132
|
+
"String 2": "vboxRev_110228"
|
133
|
+
}
|
134
|
+
],
|
135
|
+
"string_1": "vboxVer_5.1.4",
|
136
|
+
"string_2": "vboxRev_110228"
|
137
|
+
}
|
138
|
+
},
|
139
|
+
"kernel": {
|
140
|
+
"name": "Linux",
|
141
|
+
"release": "3.0.101-80-default",
|
142
|
+
"version": "#1 SMP Fri Jul 15 14:30:41 UTC 2016 (eb2ba81)",
|
143
|
+
"machine": "x86_64",
|
144
|
+
"processor": "x86_64",
|
145
|
+
"os": "GNU/Linux",
|
146
|
+
"modules": {
|
147
|
+
"vboxsf": {
|
148
|
+
"size": "51939",
|
149
|
+
"refcount": "1",
|
150
|
+
"version": "5.1.4 r110228"
|
151
|
+
},
|
152
|
+
"vboxguest": {
|
153
|
+
"size": "314091",
|
154
|
+
"refcount": "1",
|
155
|
+
"version": "5.1.4 r110228"
|
156
|
+
},
|
157
|
+
"nls_utf8": {
|
158
|
+
"size": "12557",
|
159
|
+
"refcount": "0"
|
160
|
+
},
|
161
|
+
"af_packet": {
|
162
|
+
"size": "30965",
|
163
|
+
"refcount": "0"
|
164
|
+
},
|
165
|
+
"mperf": {
|
166
|
+
"size": "12667",
|
167
|
+
"refcount": "0"
|
168
|
+
},
|
169
|
+
"dm_mod": {
|
170
|
+
"size": "96140",
|
171
|
+
"refcount": "0"
|
172
|
+
},
|
173
|
+
"ipv6": {
|
174
|
+
"size": "12758",
|
175
|
+
"refcount": "1"
|
176
|
+
},
|
177
|
+
"ipv6_lib": {
|
178
|
+
"size": "345310",
|
179
|
+
"refcount": "13"
|
180
|
+
},
|
181
|
+
"ac": {
|
182
|
+
"size": "13097",
|
183
|
+
"refcount": "0"
|
184
|
+
},
|
185
|
+
"serio_raw": {
|
186
|
+
"size": "13208",
|
187
|
+
"refcount": "0"
|
188
|
+
},
|
189
|
+
"snd_intel8x0": {
|
190
|
+
"size": "38265",
|
191
|
+
"refcount": "0"
|
192
|
+
},
|
193
|
+
"snd_ac97_codec": {
|
194
|
+
"size": "134286",
|
195
|
+
"refcount": "1"
|
196
|
+
},
|
197
|
+
"ac97_bus": {
|
198
|
+
"size": "12730",
|
199
|
+
"refcount": "1"
|
200
|
+
},
|
201
|
+
"snd_pcm": {
|
202
|
+
"size": "108887",
|
203
|
+
"refcount": "2"
|
204
|
+
},
|
205
|
+
"snd_timer": {
|
206
|
+
"size": "29800",
|
207
|
+
"refcount": "1"
|
208
|
+
},
|
209
|
+
"snd": {
|
210
|
+
"size": "87695",
|
211
|
+
"refcount": "4"
|
212
|
+
},
|
213
|
+
"soundcore": {
|
214
|
+
"size": "14996",
|
215
|
+
"refcount": "1"
|
216
|
+
},
|
217
|
+
"snd_page_alloc": {
|
218
|
+
"size": "18710",
|
219
|
+
"refcount": "2"
|
220
|
+
},
|
221
|
+
"e1000": {
|
222
|
+
"size": "151288",
|
223
|
+
"refcount": "0",
|
224
|
+
"version": "7.3.21-k8-NAPI"
|
225
|
+
},
|
226
|
+
"rtc_cmos": {
|
227
|
+
"size": "18547",
|
228
|
+
"refcount": "0"
|
229
|
+
},
|
230
|
+
"pcspkr": {
|
231
|
+
"size": "12702",
|
232
|
+
"refcount": "0"
|
233
|
+
},
|
234
|
+
"i2c_piix4": {
|
235
|
+
"size": "18199",
|
236
|
+
"refcount": "0"
|
237
|
+
},
|
238
|
+
"i2c_core": {
|
239
|
+
"size": "35840",
|
240
|
+
"refcount": "1"
|
241
|
+
},
|
242
|
+
"processor": {
|
243
|
+
"size": "44454",
|
244
|
+
"refcount": "0"
|
245
|
+
},
|
246
|
+
"ext3": {
|
247
|
+
"size": "156373",
|
248
|
+
"refcount": "1"
|
249
|
+
},
|
250
|
+
"jbd": {
|
251
|
+
"size": "75657",
|
252
|
+
"refcount": "1"
|
253
|
+
},
|
254
|
+
"mbcache": {
|
255
|
+
"size": "14806",
|
256
|
+
"refcount": "1"
|
257
|
+
},
|
258
|
+
"st": {
|
259
|
+
"size": "48908",
|
260
|
+
"refcount": "0"
|
261
|
+
},
|
262
|
+
"sr_mod": {
|
263
|
+
"size": "22353",
|
264
|
+
"refcount": "0"
|
265
|
+
},
|
266
|
+
"ide_cd_mod": {
|
267
|
+
"size": "39667",
|
268
|
+
"refcount": "0"
|
269
|
+
},
|
270
|
+
"ide_core": {
|
271
|
+
"size": "130164",
|
272
|
+
"refcount": "1"
|
273
|
+
},
|
274
|
+
"cdrom": {
|
275
|
+
"size": "47069",
|
276
|
+
"refcount": "2"
|
277
|
+
},
|
278
|
+
"squashfs": {
|
279
|
+
"size": "51951",
|
280
|
+
"refcount": "0"
|
281
|
+
},
|
282
|
+
"loop": {
|
283
|
+
"size": "23528",
|
284
|
+
"refcount": "0"
|
285
|
+
},
|
286
|
+
"virtio_blk": {
|
287
|
+
"size": "17392",
|
288
|
+
"refcount": "0"
|
289
|
+
},
|
290
|
+
"virtio": {
|
291
|
+
"size": "14222",
|
292
|
+
"refcount": "1"
|
293
|
+
},
|
294
|
+
"virtio_ring": {
|
295
|
+
"size": "16374",
|
296
|
+
"refcount": "1"
|
297
|
+
},
|
298
|
+
"sg": {
|
299
|
+
"size": "36648",
|
300
|
+
"refcount": "0",
|
301
|
+
"version": "3.5.34"
|
302
|
+
},
|
303
|
+
"sd_mod": {
|
304
|
+
"size": "49467",
|
305
|
+
"refcount": "2"
|
306
|
+
},
|
307
|
+
"crc_t10dif": {
|
308
|
+
"size": "12563",
|
309
|
+
"refcount": "1"
|
310
|
+
},
|
311
|
+
"video": {
|
312
|
+
"size": "19491",
|
313
|
+
"refcount": "0"
|
314
|
+
},
|
315
|
+
"thermal_sys": {
|
316
|
+
"size": "24622",
|
317
|
+
"refcount": "2"
|
318
|
+
},
|
319
|
+
"hwmon": {
|
320
|
+
"size": "13080",
|
321
|
+
"refcount": "1"
|
322
|
+
},
|
323
|
+
"mptspi": {
|
324
|
+
"size": "22685",
|
325
|
+
"refcount": "1",
|
326
|
+
"version": "4.28.00.01suse"
|
327
|
+
},
|
328
|
+
"mptscsih": {
|
329
|
+
"size": "54357",
|
330
|
+
"refcount": "1",
|
331
|
+
"version": "4.28.00.01suse"
|
332
|
+
},
|
333
|
+
"mptbase": {
|
334
|
+
"size": "110721",
|
335
|
+
"refcount": "2",
|
336
|
+
"version": "4.28.00.01suse"
|
337
|
+
},
|
338
|
+
"scsi_transport_spi": {
|
339
|
+
"size": "34826",
|
340
|
+
"refcount": "1"
|
341
|
+
},
|
342
|
+
"scsi_mod": {
|
343
|
+
"size": "240572",
|
344
|
+
"refcount": "7"
|
345
|
+
},
|
346
|
+
"button": {
|
347
|
+
"size": "13907",
|
348
|
+
"refcount": "0"
|
349
|
+
},
|
350
|
+
"intel_agp": {
|
351
|
+
"size": "18386",
|
352
|
+
"refcount": "0"
|
353
|
+
},
|
354
|
+
"intel_gtt": {
|
355
|
+
"size": "19747",
|
356
|
+
"refcount": "1"
|
357
|
+
}
|
358
|
+
}
|
359
|
+
},
|
360
|
+
"filesystem": {
|
361
|
+
"rootfs": {
|
362
|
+
"kb_size": "20641404",
|
363
|
+
"kb_used": "1542184",
|
364
|
+
"kb_available": "18050696",
|
365
|
+
"percent_used": "8%",
|
366
|
+
"mount": "/",
|
367
|
+
"total_inodes": "1310720",
|
368
|
+
"inodes_used": "96236",
|
369
|
+
"inodes_available": "1214484",
|
370
|
+
"inodes_percent_used": "8%",
|
371
|
+
"fs_type": "rootfs",
|
372
|
+
"mount_options": [
|
373
|
+
"rw"
|
374
|
+
]
|
375
|
+
},
|
376
|
+
"devtmpfs": {
|
377
|
+
"kb_size": "494292",
|
378
|
+
"kb_used": "128",
|
379
|
+
"kb_available": "494164",
|
380
|
+
"percent_used": "1%",
|
381
|
+
"mount": "/dev",
|
382
|
+
"total_inodes": "123573",
|
383
|
+
"inodes_used": "532",
|
384
|
+
"inodes_available": "123041",
|
385
|
+
"inodes_percent_used": "1%",
|
386
|
+
"fs_type": "devtmpfs",
|
387
|
+
"mount_options": [
|
388
|
+
"rw",
|
389
|
+
"relatime",
|
390
|
+
"size=494292k",
|
391
|
+
"nr_inodes=123573",
|
392
|
+
"mode=755"
|
393
|
+
]
|
394
|
+
},
|
395
|
+
"tmpfs": {
|
396
|
+
"kb_size": "510172",
|
397
|
+
"kb_used": "8",
|
398
|
+
"kb_available": "510164",
|
399
|
+
"percent_used": "1%",
|
400
|
+
"mount": "/dev/shm",
|
401
|
+
"total_inodes": "127543",
|
402
|
+
"inodes_used": "16",
|
403
|
+
"inodes_available": "127527",
|
404
|
+
"inodes_percent_used": "1%",
|
405
|
+
"fs_type": "tmpfs",
|
406
|
+
"mount_options": [
|
407
|
+
"rw",
|
408
|
+
"relatime"
|
409
|
+
]
|
410
|
+
},
|
411
|
+
"/dev/sda1": {
|
412
|
+
"kb_size": "20641404",
|
413
|
+
"kb_used": "1542184",
|
414
|
+
"kb_available": "18050696",
|
415
|
+
"percent_used": "8%",
|
416
|
+
"mount": "/",
|
417
|
+
"total_inodes": "1310720",
|
418
|
+
"inodes_used": "96236",
|
419
|
+
"inodes_available": "1214484",
|
420
|
+
"inodes_percent_used": "8%",
|
421
|
+
"fs_type": "ext3",
|
422
|
+
"mount_options": [
|
423
|
+
"rw",
|
424
|
+
"relatime",
|
425
|
+
"errors=continue",
|
426
|
+
"barrier=1",
|
427
|
+
"data=ordered"
|
428
|
+
]
|
429
|
+
},
|
430
|
+
"vagrant": {
|
431
|
+
"kb_size": "122940760",
|
432
|
+
"kb_used": "97408108",
|
433
|
+
"kb_available": "25532652",
|
434
|
+
"percent_used": "80%",
|
435
|
+
"mount": "/vagrant",
|
436
|
+
"total_inodes": "1000",
|
437
|
+
"inodes_used": "0",
|
438
|
+
"inodes_available": "1000",
|
439
|
+
"inodes_percent_used": "0%",
|
440
|
+
"fs_type": "vboxsf",
|
441
|
+
"mount_options": [
|
442
|
+
"rw",
|
443
|
+
"nodev",
|
444
|
+
"relatime"
|
445
|
+
]
|
446
|
+
},
|
447
|
+
"proc": {
|
448
|
+
"mount": "/proc",
|
449
|
+
"fs_type": "proc",
|
450
|
+
"mount_options": [
|
451
|
+
"rw",
|
452
|
+
"relatime"
|
453
|
+
]
|
454
|
+
},
|
455
|
+
"sysfs": {
|
456
|
+
"mount": "/sys",
|
457
|
+
"fs_type": "sysfs",
|
458
|
+
"mount_options": [
|
459
|
+
"rw",
|
460
|
+
"relatime"
|
461
|
+
]
|
462
|
+
},
|
463
|
+
"devpts": {
|
464
|
+
"mount": "/dev/pts",
|
465
|
+
"fs_type": "devpts",
|
466
|
+
"mount_options": [
|
467
|
+
"rw",
|
468
|
+
"relatime",
|
469
|
+
"gid=5",
|
470
|
+
"mode=620",
|
471
|
+
"ptmxmode=000"
|
472
|
+
]
|
473
|
+
},
|
474
|
+
"debugfs": {
|
475
|
+
"mount": "/sys/kernel/debug",
|
476
|
+
"fs_type": "debugfs",
|
477
|
+
"mount_options": [
|
478
|
+
"rw",
|
479
|
+
"relatime"
|
480
|
+
]
|
481
|
+
}
|
482
|
+
},
|
483
|
+
"lsb": {
|
484
|
+
},
|
485
|
+
"os": "linux",
|
486
|
+
"os_version": "3.0.101-80-default",
|
487
|
+
"platform_version": "11.4",
|
488
|
+
"platform": "suse",
|
489
|
+
"platform_family": "suse",
|
490
|
+
"ohai_time": 1472628544.1109514,
|
491
|
+
"init_package": "init",
|
492
|
+
"command": {
|
493
|
+
"ps": "ps -ef"
|
494
|
+
},
|
495
|
+
"languages": {
|
496
|
+
"ruby": {
|
497
|
+
"platform": "x86_64-linux",
|
498
|
+
"version": "2.3.1",
|
499
|
+
"release_date": "2016-04-26",
|
500
|
+
"target": "x86_64-suse-linux-gnu",
|
501
|
+
"target_cpu": "x86_64",
|
502
|
+
"target_vendor": "suse",
|
503
|
+
"target_os": "linux",
|
504
|
+
"host": "x86_64-suse-linux-gnu",
|
505
|
+
"host_cpu": "x86_64",
|
506
|
+
"host_os": "linux-gnu",
|
507
|
+
"host_vendor": "suse",
|
508
|
+
"bin_dir": "/usr/local/bin",
|
509
|
+
"ruby_bin": "/usr/local/bin/ruby",
|
510
|
+
"gems_dir": "/usr/local/gems",
|
511
|
+
"gem_bin": "/usr/local/bin/gem"
|
512
|
+
},
|
513
|
+
"powershell": null
|
514
|
+
},
|
515
|
+
"chef_packages": {
|
516
|
+
"chef": {
|
517
|
+
"version": "12.13.37",
|
518
|
+
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/lib"
|
519
|
+
},
|
520
|
+
"ohai": {
|
521
|
+
"version": "8.19.2",
|
522
|
+
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.19.2/lib/ohai"
|
523
|
+
}
|
524
|
+
},
|
525
|
+
"counters": {
|
526
|
+
"network": {
|
527
|
+
"interfaces": {
|
528
|
+
"eth0": {
|
529
|
+
"rx": {
|
530
|
+
"bytes": "0",
|
531
|
+
"packets": "0",
|
532
|
+
"errors": "0",
|
533
|
+
"drop": 0,
|
534
|
+
"overrun": 0,
|
535
|
+
"frame": 0,
|
536
|
+
"compressed": 0,
|
537
|
+
"multicast": 0
|
538
|
+
},
|
539
|
+
"tx": {
|
540
|
+
"bytes": "342",
|
541
|
+
"packets": "0",
|
542
|
+
"errors": "0",
|
543
|
+
"drop": 0,
|
544
|
+
"overrun": 0,
|
545
|
+
"collisions": "0",
|
546
|
+
"carrier": 0,
|
547
|
+
"compressed": 0
|
548
|
+
}
|
549
|
+
}
|
550
|
+
}
|
551
|
+
}
|
552
|
+
},
|
553
|
+
"current_user": "fauxhai",
|
554
|
+
"domain": "local",
|
555
|
+
"etc": {
|
556
|
+
"passwd": {
|
557
|
+
"fauxhai": {
|
558
|
+
"dir": "/home/fauxhai",
|
559
|
+
"gid": 0,
|
560
|
+
"uid": 0,
|
561
|
+
"shell": "/bin/bash",
|
562
|
+
"gecos": "Fauxhai"
|
563
|
+
}
|
564
|
+
},
|
565
|
+
"group": {
|
566
|
+
"fauxhai": {
|
567
|
+
"gid": 0,
|
568
|
+
"members": [
|
569
|
+
"fauxhai"
|
570
|
+
]
|
571
|
+
}
|
572
|
+
}
|
573
|
+
},
|
574
|
+
"hostname": "Fauxhai",
|
575
|
+
"fqdn": "fauxhai.local",
|
576
|
+
"ipaddress": "10.0.0.2",
|
577
|
+
"keys": {
|
578
|
+
"ssh": {
|
579
|
+
"host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
|
580
|
+
"host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
|
581
|
+
}
|
582
|
+
},
|
583
|
+
"macaddress": "11:11:11:11:11:11",
|
584
|
+
"network": {
|
585
|
+
"default_gateway": "10.0.0.1",
|
586
|
+
"default_interface": "eth0",
|
587
|
+
"settings": {
|
588
|
+
},
|
589
|
+
"interfaces": {
|
590
|
+
"eth0": {
|
591
|
+
"addresses": {
|
592
|
+
"10.0.0.2": {
|
593
|
+
"broadcast": "10.0.0.255",
|
594
|
+
"family": "inet",
|
595
|
+
"netmask": "255.255.255.0",
|
596
|
+
"prefixlen": "24",
|
597
|
+
"scope": "Global"
|
598
|
+
}
|
599
|
+
},
|
600
|
+
"arp": {
|
601
|
+
"10.0.0.1": "fe:ff:ff:ff:ff:ff"
|
602
|
+
},
|
603
|
+
"encapsulation": "Ethernet",
|
604
|
+
"flags": [
|
605
|
+
"BROADCAST",
|
606
|
+
"MULTICAST",
|
607
|
+
"UP",
|
608
|
+
"LOWER_UP"
|
609
|
+
],
|
610
|
+
"mtu": "1500",
|
611
|
+
"number": "0",
|
612
|
+
"routes": [
|
613
|
+
{
|
614
|
+
"destination": "10.0.0.0/24",
|
615
|
+
"family": "inet",
|
616
|
+
"scope": "link",
|
617
|
+
"proto": "kernel",
|
618
|
+
"src": "10.0.0.2"
|
619
|
+
}
|
620
|
+
],
|
621
|
+
"state": "up",
|
622
|
+
"type": "eth"
|
623
|
+
}
|
624
|
+
}
|
625
|
+
},
|
626
|
+
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
627
|
+
"uptime_seconds": 2646450,
|
628
|
+
"cpu": {
|
629
|
+
"real": 1,
|
630
|
+
"total": 1,
|
631
|
+
"cores": 1
|
632
|
+
},
|
633
|
+
"memory": {
|
634
|
+
"total": "1048576kB"
|
635
|
+
},
|
636
|
+
"virtualization": {
|
637
|
+
"systems": {
|
638
|
+
}
|
639
|
+
}
|
640
|
+
}
|