fauxhai 3.7.0 → 3.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -0
  3. data/lib/fauxhai/platforms/centos/5.0.json +2 -1
  4. data/lib/fauxhai/platforms/centos/5.1.json +2 -1
  5. data/lib/fauxhai/platforms/centos/5.10.json +2 -1
  6. data/lib/fauxhai/platforms/centos/5.11.json +2 -1
  7. data/lib/fauxhai/platforms/centos/5.2.json +2 -1
  8. data/lib/fauxhai/platforms/centos/5.3.json +2 -1
  9. data/lib/fauxhai/platforms/centos/5.4.json +2 -1
  10. data/lib/fauxhai/platforms/centos/5.5.json +2 -1
  11. data/lib/fauxhai/platforms/centos/5.6.json +2 -1
  12. data/lib/fauxhai/platforms/centos/5.7.json +2 -1
  13. data/lib/fauxhai/platforms/centos/5.8.json +2 -1
  14. data/lib/fauxhai/platforms/centos/5.9.json +2 -1
  15. data/lib/fauxhai/platforms/centos/6.0.json +2 -1
  16. data/lib/fauxhai/platforms/centos/6.1.json +2 -1
  17. data/lib/fauxhai/platforms/centos/6.2.json +2 -1
  18. data/lib/fauxhai/platforms/centos/6.3.json +2 -1
  19. data/lib/fauxhai/platforms/centos/6.4.json +2 -1
  20. data/lib/fauxhai/platforms/centos/6.5.json +2 -1
  21. data/lib/fauxhai/platforms/centos/6.6.json +2 -1
  22. data/lib/fauxhai/platforms/centos/6.7.json +2 -1
  23. data/lib/fauxhai/platforms/debian/6.0.5.json +2 -1
  24. data/lib/fauxhai/platforms/debian/7.0.json +2 -1
  25. data/lib/fauxhai/platforms/debian/7.1.json +2 -1
  26. data/lib/fauxhai/platforms/debian/7.2.json +2 -1
  27. data/lib/fauxhai/platforms/debian/7.4.json +2 -1
  28. data/lib/fauxhai/platforms/debian/7.5.json +2 -1
  29. data/lib/fauxhai/platforms/debian/7.6.json +2 -1
  30. data/lib/fauxhai/platforms/debian/7.7.json +2 -1
  31. data/lib/fauxhai/platforms/debian/7.8.json +2 -1
  32. data/lib/fauxhai/platforms/debian/7.9.json +2 -1
  33. data/lib/fauxhai/platforms/debian/8.0.json +2 -1
  34. data/lib/fauxhai/platforms/debian/8.1.json +1 -0
  35. data/lib/fauxhai/platforms/debian/8.2.json +1 -0
  36. data/lib/fauxhai/platforms/debian/8.5.json +801 -0
  37. data/lib/fauxhai/platforms/fedora/24.json +787 -0
  38. data/lib/fauxhai/platforms/opensuse/13.1.json +2 -1
  39. data/lib/fauxhai/platforms/oracle/5.10.json +2 -1
  40. data/lib/fauxhai/platforms/oracle/5.8.json +786 -0
  41. data/lib/fauxhai/platforms/oracle/6.5.json +2 -1
  42. data/lib/fauxhai/platforms/oracle/6.6.json +2 -1
  43. data/lib/fauxhai/platforms/oracle/6.8.json +625 -0
  44. data/lib/fauxhai/platforms/oracle/7.0.json +3 -1
  45. data/lib/fauxhai/platforms/oracle/7.1.json +216 -249
  46. data/lib/fauxhai/platforms/oracle/7.2.json +802 -0
  47. data/lib/fauxhai/platforms/ubuntu/12.04.json +11 -9
  48. data/lib/fauxhai/platforms/ubuntu/14.04.json +10 -8
  49. data/lib/fauxhai/version.rb +1 -1
  50. metadata +7 -2
@@ -221,6 +221,7 @@
221
221
  }
222
222
  },
223
223
  "root_group": "root",
224
+ "init_package": "init",
224
225
  "languages": {
225
226
  "ruby": {
226
227
  "bin_dir": "/usr/local/bin",
@@ -350,4 +351,4 @@
350
351
  "memory": {
351
352
  "total": "524288kB"
352
353
  }
353
- }
354
+ }
@@ -249,6 +249,7 @@
249
249
  "ps": "ps -ef"
250
250
  },
251
251
  "root_group": "root",
252
+ "init_package": "init",
252
253
  "languages": {
253
254
  "ruby": {
254
255
  "bin_dir": "/usr/local/bin",
@@ -383,4 +384,4 @@
383
384
  "systems": {
384
385
  }
385
386
  }
386
- }
387
+ }
@@ -0,0 +1,625 @@
1
+ {
2
+ "kernel": {
3
+ "name": "Linux",
4
+ "release": "4.1.12-37.4.1.el6uek.x86_64",
5
+ "version": "#2 SMP Tue May 17 07:23:38 PDT 2016",
6
+ "machine": "x86_64",
7
+ "processor": "x86_64",
8
+ "os": "GNU/Linux",
9
+ "modules": {
10
+ "autofs4": {
11
+ "size": "34135",
12
+ "refcount": "3"
13
+ },
14
+ "ipt_REJECT": {
15
+ "size": "1533",
16
+ "refcount": "2"
17
+ },
18
+ "nf_reject_ipv4": {
19
+ "size": "3453",
20
+ "refcount": "1"
21
+ },
22
+ "nf_conntrack_ipv4": {
23
+ "size": "10187",
24
+ "refcount": "2"
25
+ },
26
+ "nf_defrag_ipv4": {
27
+ "size": "1718",
28
+ "refcount": "1"
29
+ },
30
+ "iptable_filter": {
31
+ "size": "1738",
32
+ "refcount": "1"
33
+ },
34
+ "ip_tables": {
35
+ "size": "20162",
36
+ "refcount": "1"
37
+ },
38
+ "ip6t_REJECT": {
39
+ "size": "2001",
40
+ "refcount": "2"
41
+ },
42
+ "nf_reject_ipv6": {
43
+ "size": "4917",
44
+ "refcount": "1"
45
+ },
46
+ "nf_conntrack_ipv6": {
47
+ "size": "10495",
48
+ "refcount": "3"
49
+ },
50
+ "nf_defrag_ipv6": {
51
+ "size": "27908",
52
+ "refcount": "1"
53
+ },
54
+ "xt_state": {
55
+ "size": "1378",
56
+ "refcount": "5"
57
+ },
58
+ "nf_conntrack": {
59
+ "size": "98582",
60
+ "refcount": "3"
61
+ },
62
+ "ip6table_filter": {
63
+ "size": "1711",
64
+ "refcount": "1"
65
+ },
66
+ "ip6_tables": {
67
+ "size": "19516",
68
+ "refcount": "1"
69
+ },
70
+ "ipv6": {
71
+ "size": "391181",
72
+ "refcount": "31"
73
+ },
74
+ "ppdev": {
75
+ "size": "8323",
76
+ "refcount": "0"
77
+ },
78
+ "parport_pc": {
79
+ "size": "21178",
80
+ "refcount": "0"
81
+ },
82
+ "parport": {
83
+ "size": "37780",
84
+ "refcount": "2"
85
+ },
86
+ "pcspkr": {
87
+ "size": "2094",
88
+ "refcount": "0"
89
+ },
90
+ "i2c_piix4": {
91
+ "size": "12269",
92
+ "refcount": "0"
93
+ },
94
+ "i2c_core": {
95
+ "size": "51645",
96
+ "refcount": "1"
97
+ },
98
+ "snd_intel8x0": {
99
+ "size": "33895",
100
+ "refcount": "0"
101
+ },
102
+ "snd_ac97_codec": {
103
+ "size": "127589",
104
+ "refcount": "1"
105
+ },
106
+ "ac97_bus": {
107
+ "size": "1498",
108
+ "refcount": "1"
109
+ },
110
+ "snd_seq": {
111
+ "size": "60873",
112
+ "refcount": "0"
113
+ },
114
+ "snd_seq_device": {
115
+ "size": "4604",
116
+ "refcount": "1"
117
+ },
118
+ "snd_pcm": {
119
+ "size": "112359",
120
+ "refcount": "2"
121
+ },
122
+ "snd_timer": {
123
+ "size": "25366",
124
+ "refcount": "2"
125
+ },
126
+ "snd": {
127
+ "size": "79940",
128
+ "refcount": "6"
129
+ },
130
+ "soundcore": {
131
+ "size": "7412",
132
+ "refcount": "1"
133
+ },
134
+ "e1000": {
135
+ "size": "134545",
136
+ "refcount": "0",
137
+ "version": "7.3.21-k8-NAPI"
138
+ },
139
+ "sg": {
140
+ "size": "31734",
141
+ "refcount": "0",
142
+ "version": "3.5.36"
143
+ },
144
+ "ext4": {
145
+ "size": "580790",
146
+ "refcount": "2"
147
+ },
148
+ "jbd2": {
149
+ "size": "105456",
150
+ "refcount": "1"
151
+ },
152
+ "mbcache": {
153
+ "size": "9265",
154
+ "refcount": "1"
155
+ },
156
+ "sd_mod": {
157
+ "size": "36154",
158
+ "refcount": "3"
159
+ },
160
+ "sr_mod": {
161
+ "size": "15941",
162
+ "refcount": "0"
163
+ },
164
+ "cdrom": {
165
+ "size": "56323",
166
+ "refcount": "1"
167
+ },
168
+ "ahci": {
169
+ "size": "26684",
170
+ "refcount": "2",
171
+ "version": "3.0"
172
+ },
173
+ "libahci": {
174
+ "size": "27932",
175
+ "refcount": "1"
176
+ },
177
+ "pata_acpi": {
178
+ "size": "3869",
179
+ "refcount": "0",
180
+ "version": "0.2.3"
181
+ },
182
+ "ata_generic": {
183
+ "size": "3811",
184
+ "refcount": "0",
185
+ "version": "0.2.15"
186
+ },
187
+ "ata_piix": {
188
+ "size": "27059",
189
+ "refcount": "0",
190
+ "version": "2.13"
191
+ },
192
+ "video": {
193
+ "size": "15828",
194
+ "refcount": "0"
195
+ },
196
+ "dm_mirror": {
197
+ "size": "14787",
198
+ "refcount": "0"
199
+ },
200
+ "dm_region_hash": {
201
+ "size": "11613",
202
+ "refcount": "1"
203
+ },
204
+ "dm_log": {
205
+ "size": "9657",
206
+ "refcount": "2"
207
+ },
208
+ "dm_mod": {
209
+ "size": "105931",
210
+ "refcount": "8"
211
+ }
212
+ }
213
+ },
214
+ "os": "linux",
215
+ "os_version": "4.1.12-37.4.1.el6uek.x86_64",
216
+ "lsb": {
217
+ },
218
+ "platform": "oracle",
219
+ "platform_version": "6.8",
220
+ "platform_family": "rhel",
221
+ "filesystem": {
222
+ "/dev/mapper/VolGroup-lv_root": {
223
+ "kb_size": "10508540",
224
+ "kb_used": "3169512",
225
+ "kb_available": "6782180",
226
+ "percent_used": "32%",
227
+ "mount": "/",
228
+ "total_inodes": "675952",
229
+ "inodes_used": "80348",
230
+ "inodes_available": "595604",
231
+ "inodes_percent_used": "12%",
232
+ "fs_type": "ext4",
233
+ "mount_options": [
234
+ "rw"
235
+ ],
236
+ "uuid": "70bbd0b1-9a58-4686-84dd-f47709395eba"
237
+ },
238
+ "tmpfs": {
239
+ "kb_size": "507752",
240
+ "kb_used": "0",
241
+ "kb_available": "507752",
242
+ "percent_used": "0%",
243
+ "mount": "/dev/shm",
244
+ "total_inodes": "126938",
245
+ "inodes_used": "1",
246
+ "inodes_available": "126937",
247
+ "inodes_percent_used": "1%",
248
+ "fs_type": "tmpfs",
249
+ "mount_options": [
250
+ "rw",
251
+ "rootcontext=\"system_u:object_r:tmpfs_t:s0\""
252
+ ]
253
+ },
254
+ "/dev/sda1": {
255
+ "kb_size": "487652",
256
+ "kb_used": "149188",
257
+ "kb_available": "308768",
258
+ "percent_used": "33%",
259
+ "mount": "/boot",
260
+ "total_inodes": "128016",
261
+ "inodes_used": "56",
262
+ "inodes_available": "127960",
263
+ "inodes_percent_used": "1%",
264
+ "fs_type": "ext4",
265
+ "mount_options": [
266
+ "rw"
267
+ ],
268
+ "uuid": "04607972-12f8-4b67-8741-4839b094658d"
269
+ },
270
+ "proc": {
271
+ "mount": "/proc",
272
+ "fs_type": "proc",
273
+ "mount_options": [
274
+ "rw"
275
+ ]
276
+ },
277
+ "sysfs": {
278
+ "mount": "/sys",
279
+ "fs_type": "sysfs",
280
+ "mount_options": [
281
+ "rw"
282
+ ]
283
+ },
284
+ "devpts": {
285
+ "mount": "/dev/pts",
286
+ "fs_type": "devpts",
287
+ "mount_options": [
288
+ "rw",
289
+ "gid=5",
290
+ "mode=620"
291
+ ]
292
+ },
293
+ "none": {
294
+ "mount": "/proc/sys/fs/binfmt_misc",
295
+ "fs_type": "binfmt_misc",
296
+ "mount_options": [
297
+ "rw"
298
+ ]
299
+ },
300
+ "/dev/sda2": {
301
+ "fs_type": "LVM2_member",
302
+ "uuid": "tauENo-Q5At-q94i-FitE-5Cei-dRSW-mEOgFu"
303
+ },
304
+ "/dev/mapper/VolGroup-lv_swap": {
305
+ "fs_type": "swap",
306
+ "uuid": "7a7d6732-8b71-4cd7-9ac3-310ba7b22606"
307
+ },
308
+ "devtmpfs": {
309
+ "mount": "/dev",
310
+ "fs_type": "devtmpfs",
311
+ "mount_options": [
312
+ "rw",
313
+ "seclabel",
314
+ "relatime",
315
+ "size=482096k",
316
+ "nr_inodes=120524",
317
+ "mode=755"
318
+ ]
319
+ },
320
+ "/etc/auto.misc": {
321
+ "mount": "/misc",
322
+ "fs_type": "autofs",
323
+ "mount_options": [
324
+ "rw",
325
+ "relatime",
326
+ "fd=7",
327
+ "pgrp=2243",
328
+ "timeout=300",
329
+ "minproto=5",
330
+ "maxproto=5",
331
+ "indirect"
332
+ ]
333
+ },
334
+ "-hosts": {
335
+ "mount": "/net",
336
+ "fs_type": "autofs",
337
+ "mount_options": [
338
+ "rw",
339
+ "relatime",
340
+ "fd=13",
341
+ "pgrp=2243",
342
+ "timeout=300",
343
+ "minproto=5",
344
+ "maxproto=5",
345
+ "indirect"
346
+ ]
347
+ }
348
+ },
349
+ "dmi": {
350
+ "dmidecode_version": "2.12",
351
+ "smbios_version": "2.5",
352
+ "structures": {
353
+ "count": "10",
354
+ "size": "450"
355
+ },
356
+ "table_location": "0x000E1000",
357
+ "bios": {
358
+ "all_records": [
359
+ {
360
+ "record_id": "0x0000",
361
+ "size": "0",
362
+ "application_identifier": "BIOS Information",
363
+ "Vendor": "innotek GmbH",
364
+ "Version": "VirtualBox",
365
+ "Release Date": "12/01/2006",
366
+ "Address": "0xE0000",
367
+ "Runtime Size": "128 kB",
368
+ "ROM Size": "128 kB",
369
+ "Characteristics": {
370
+ "ISA is supported": null,
371
+ "PCI is supported": null,
372
+ "Boot from CD is supported": null,
373
+ "Selectable boot is supported": null,
374
+ "8042 keyboard services are supported (int 9h)": null,
375
+ "CGA/mono video services are supported (int 10h)": null,
376
+ "ACPI is supported": null
377
+ }
378
+ }
379
+ ],
380
+ "vendor": "innotek GmbH",
381
+ "version": "VirtualBox",
382
+ "release_date": "12/01/2006",
383
+ "address": "0xE0000",
384
+ "runtime_size": "128 kB",
385
+ "rom_size": "128 kB"
386
+ },
387
+ "system": {
388
+ "all_records": [
389
+ {
390
+ "record_id": "0x0001",
391
+ "size": "1",
392
+ "application_identifier": "System Information",
393
+ "Manufacturer": "innotek GmbH",
394
+ "Product Name": "VirtualBox",
395
+ "Version": "1.2",
396
+ "Serial Number": "0",
397
+ "UUID": "8376DA6A-BF31-4834-84D2-7E7D8B26DC01",
398
+ "Wake-up Type": "Power Switch",
399
+ "SKU Number": "Not Specified",
400
+ "Family": "Virtual Machine"
401
+ }
402
+ ],
403
+ "manufacturer": "innotek GmbH",
404
+ "product_name": "VirtualBox",
405
+ "version": "1.2",
406
+ "serial_number": "0",
407
+ "uuid": "8376DA6A-BF31-4834-84D2-7E7D8B26DC01",
408
+ "wake_up_type": "Power Switch",
409
+ "sku_number": "Not Specified",
410
+ "family": "Virtual Machine"
411
+ },
412
+ "base_board": {
413
+ "all_records": [
414
+ {
415
+ "record_id": "0x0008",
416
+ "size": "2",
417
+ "application_identifier": "Base Board Information",
418
+ "Manufacturer": "Oracle Corporation",
419
+ "Product Name": "VirtualBox",
420
+ "Version": "1.2",
421
+ "Serial Number": "0",
422
+ "Asset Tag": "Not Specified",
423
+ "Features": {
424
+ "Board is a hosting board": null
425
+ },
426
+ "Location In Chassis": "Not Specified",
427
+ "Chassis Handle": "0x0003",
428
+ "Type": "Motherboard",
429
+ "Contained Object Handles": "0"
430
+ }
431
+ ],
432
+ "manufacturer": "Oracle Corporation",
433
+ "product_name": "VirtualBox",
434
+ "version": "1.2",
435
+ "serial_number": "0",
436
+ "asset_tag": "Not Specified",
437
+ "location_in_chassis": "Not Specified",
438
+ "chassis_handle": "0x0003",
439
+ "type": "Motherboard",
440
+ "contained_object_handles": "0"
441
+ },
442
+ "chassis": {
443
+ "all_records": [
444
+ {
445
+ "record_id": "0x0003",
446
+ "size": "3",
447
+ "application_identifier": "Chassis Information",
448
+ "Manufacturer": "Oracle Corporation",
449
+ "Type": "Other",
450
+ "Lock": "Not Present",
451
+ "Version": "Not Specified",
452
+ "Serial Number": "Not Specified",
453
+ "Asset Tag": "Not Specified",
454
+ "Boot-up State": "Safe",
455
+ "Power Supply State": "Safe",
456
+ "Thermal State": "Safe",
457
+ "Security Status": "None"
458
+ }
459
+ ],
460
+ "manufacturer": "Oracle Corporation",
461
+ "type": "Other",
462
+ "lock": "Not Present",
463
+ "version": "Not Specified",
464
+ "serial_number": "Not Specified",
465
+ "asset_tag": "Not Specified",
466
+ "boot_up_state": "Safe",
467
+ "power_supply_state": "Safe",
468
+ "thermal_state": "Safe",
469
+ "security_status": "None"
470
+ },
471
+ "oem_strings": {
472
+ "all_records": [
473
+ {
474
+ "record_id": "0x0002",
475
+ "size": "11",
476
+ "application_identifier": "OEM Strings",
477
+ "String 1": "vboxVer_5.0.26",
478
+ "String 2": "vboxRev_108824"
479
+ }
480
+ ],
481
+ "string_1": "vboxVer_5.0.26",
482
+ "string_2": "vboxRev_108824"
483
+ }
484
+ },
485
+ "command": {
486
+ "ps": "ps -ef"
487
+ },
488
+ "init_package": "init",
489
+ "root_group": "root",
490
+ "ohai_time": 1470550921.6586711,
491
+ "languages": {
492
+ "ruby": {
493
+ "bin_dir": "/usr/local/bin",
494
+ "gem_bin": "/usr/local/bin/gem",
495
+ "gems_dir": "/usr/local/gems",
496
+ "ruby_bin": "/usr/local/bin/ruby"
497
+ },
498
+ "powershell": null
499
+ },
500
+ "chef_packages": {
501
+ "chef": {
502
+ "version": "12.12.15",
503
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.12.15/lib"
504
+ },
505
+ "ohai": {
506
+ "version": "8.17.1",
507
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.17.1/lib/ohai"
508
+ }
509
+ },
510
+ "counters": {
511
+ "network": {
512
+ "interfaces": {
513
+ "eth0": {
514
+ "rx": {
515
+ "bytes": "0",
516
+ "packets": "0",
517
+ "errors": "0",
518
+ "drop": 0,
519
+ "overrun": 0,
520
+ "frame": 0,
521
+ "compressed": 0,
522
+ "multicast": 0
523
+ },
524
+ "tx": {
525
+ "bytes": "342",
526
+ "packets": "0",
527
+ "errors": "0",
528
+ "drop": 0,
529
+ "overrun": 0,
530
+ "collisions": "0",
531
+ "carrier": 0,
532
+ "compressed": 0
533
+ }
534
+ }
535
+ }
536
+ }
537
+ },
538
+ "current_user": "fauxhai",
539
+ "domain": "local",
540
+ "etc": {
541
+ "passwd": {
542
+ "fauxhai": {
543
+ "dir": "/home/fauxhai",
544
+ "gid": 0,
545
+ "uid": 0,
546
+ "shell": "/bin/bash",
547
+ "gecos": "Fauxhai"
548
+ }
549
+ },
550
+ "group": {
551
+ "fauxhai": {
552
+ "gid": 0,
553
+ "members": [
554
+ "fauxhai"
555
+ ]
556
+ }
557
+ }
558
+ },
559
+ "hostname": "Fauxhai",
560
+ "fqdn": "fauxhai.local",
561
+ "ipaddress": "10.0.0.2",
562
+ "keys": {
563
+ "ssh": {
564
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
565
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
566
+ }
567
+ },
568
+ "macaddress": "11:11:11:11:11:11",
569
+ "network": {
570
+ "default_gateway": "10.0.0.1",
571
+ "default_interface": "eth0",
572
+ "settings": {
573
+ },
574
+ "interfaces": {
575
+ "eth0": {
576
+ "addresses": {
577
+ "10.0.0.2": {
578
+ "broadcast": "10.0.0.255",
579
+ "family": "inet",
580
+ "netmask": "255.255.255.0",
581
+ "prefixlen": "24",
582
+ "scope": "Global"
583
+ }
584
+ },
585
+ "arp": {
586
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
587
+ },
588
+ "encapsulation": "Ethernet",
589
+ "flags": [
590
+ "BROADCAST",
591
+ "MULTICAST",
592
+ "UP",
593
+ "LOWER_UP"
594
+ ],
595
+ "mtu": "1500",
596
+ "number": "0",
597
+ "routes": [
598
+ {
599
+ "destination": "10.0.0.0/24",
600
+ "family": "inet",
601
+ "scope": "link",
602
+ "proto": "kernel",
603
+ "src": "10.0.0.2"
604
+ }
605
+ ],
606
+ "state": "up",
607
+ "type": "eth"
608
+ }
609
+ }
610
+ },
611
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
612
+ "uptime_seconds": 2646450,
613
+ "cpu": {
614
+ "real": 1,
615
+ "total": 1,
616
+ "cores": 1
617
+ },
618
+ "memory": {
619
+ "total": "1048576kB"
620
+ },
621
+ "virtualization": {
622
+ "systems": {
623
+ }
624
+ }
625
+ }