fauxhai 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,439 @@
1
+ {
2
+ "kernel": {
3
+ "name": "Linux",
4
+ "release": "3.11.10-301.fc20.x86_64",
5
+ "version": "#1 SMP Thu Dec 5 14:01:17 UTC 2013",
6
+ "machine": "x86_64",
7
+ "modules": {
8
+ "vboxsf": {
9
+ "size": "39690",
10
+ "refcount": "0"
11
+ },
12
+ "cfg80211": {
13
+ "size": "460310",
14
+ "refcount": "0"
15
+ },
16
+ "rfkill": {
17
+ "size": "21694",
18
+ "refcount": "1"
19
+ },
20
+ "ppdev": {
21
+ "size": "17635",
22
+ "refcount": "0"
23
+ },
24
+ "vboxguest": {
25
+ "size": "223500",
26
+ "refcount": "2"
27
+ },
28
+ "microcode": {
29
+ "size": "23527",
30
+ "refcount": "0"
31
+ },
32
+ "vboxvideo": {
33
+ "size": "12658",
34
+ "refcount": "0"
35
+ },
36
+ "serio_raw": {
37
+ "size": "13413",
38
+ "refcount": "0"
39
+ },
40
+ "i2c_piix4": {
41
+ "size": "22106",
42
+ "refcount": "0"
43
+ },
44
+ "drm": {
45
+ "size": "278576",
46
+ "refcount": "1"
47
+ },
48
+ "i2c_core": {
49
+ "size": "34242",
50
+ "refcount": "2"
51
+ },
52
+ "e1000": {
53
+ "size": "145118",
54
+ "refcount": "0"
55
+ },
56
+ "parport_pc": {
57
+ "size": "28048",
58
+ "refcount": "0"
59
+ },
60
+ "parport": {
61
+ "size": "40425",
62
+ "refcount": "2"
63
+ },
64
+ "mperf": {
65
+ "size": "12607",
66
+ "refcount": "0"
67
+ },
68
+ "nfsd": {
69
+ "size": "279847",
70
+ "refcount": "1"
71
+ },
72
+ "auth_rpcgss": {
73
+ "size": "54254",
74
+ "refcount": "1"
75
+ },
76
+ "nfs_acl": {
77
+ "size": "12741",
78
+ "refcount": "1"
79
+ },
80
+ "lockd": {
81
+ "size": "93436",
82
+ "refcount": "1"
83
+ },
84
+ "sunrpc": {
85
+ "size": "253362",
86
+ "refcount": "5"
87
+ },
88
+ "ata_generic": {
89
+ "size": "12910",
90
+ "refcount": "0"
91
+ },
92
+ "pata_acpi": {
93
+ "size": "13038",
94
+ "refcount": "0"
95
+ }
96
+ },
97
+ "os": "GNU/Linux"
98
+ },
99
+ "os": "linux",
100
+ "os_version": "3.11.10-301.fc20.x86_64",
101
+ "ohai_time": 1393968630.162451,
102
+ "lsb": {
103
+ },
104
+ "platform": "fedora",
105
+ "platform_version": "20",
106
+ "platform_family": "fedora",
107
+ "command": {
108
+ "ps": "ps -ef"
109
+ },
110
+ "dmi": {
111
+ },
112
+ "filesystem": {
113
+ "/dev/mapper/vg_vagrant-lv_root": {
114
+ "kb_size": "39572896",
115
+ "kb_used": "1238732",
116
+ "kb_available": "36300912",
117
+ "percent_used": "4%",
118
+ "mount": "/",
119
+ "fs_type": "ext4",
120
+ "mount_options": [
121
+ "rw",
122
+ "relatime",
123
+ "data=ordered"
124
+ ],
125
+ "uuid": "20da543f-cffc-4370-b649-399203d7033f"
126
+ },
127
+ "devtmpfs": {
128
+ "kb_size": "502164",
129
+ "kb_used": "0",
130
+ "kb_available": "502164",
131
+ "percent_used": "0%",
132
+ "mount": "/dev",
133
+ "fs_type": "devtmpfs",
134
+ "mount_options": [
135
+ "rw",
136
+ "nosuid",
137
+ "size=502164k",
138
+ "nr_inodes=125541",
139
+ "mode=755"
140
+ ]
141
+ },
142
+ "tmpfs": {
143
+ "kb_size": "509720",
144
+ "kb_used": "0",
145
+ "kb_available": "509720",
146
+ "percent_used": "0%",
147
+ "mount": "/tmp",
148
+ "fs_type": "tmpfs",
149
+ "mount_options": [
150
+ "rw"
151
+ ]
152
+ },
153
+ "/dev/sda1": {
154
+ "kb_size": "487652",
155
+ "kb_used": "65445",
156
+ "kb_available": "392511",
157
+ "percent_used": "15%",
158
+ "mount": "/boot",
159
+ "fs_type": "ext4",
160
+ "mount_options": [
161
+ "rw",
162
+ "relatime",
163
+ "data=ordered"
164
+ ],
165
+ "uuid": "bf90428d-fbbd-409b-b6b5-b3ab6bedcabb"
166
+ },
167
+ "proc": {
168
+ "mount": "/proc",
169
+ "fs_type": "proc",
170
+ "mount_options": [
171
+ "rw",
172
+ "nosuid",
173
+ "nodev",
174
+ "noexec",
175
+ "relatime"
176
+ ]
177
+ },
178
+ "sysfs": {
179
+ "mount": "/sys",
180
+ "fs_type": "sysfs",
181
+ "mount_options": [
182
+ "rw",
183
+ "nosuid",
184
+ "nodev",
185
+ "noexec",
186
+ "relatime"
187
+ ]
188
+ },
189
+ "securityfs": {
190
+ "mount": "/sys/kernel/security",
191
+ "fs_type": "securityfs",
192
+ "mount_options": [
193
+ "rw",
194
+ "nosuid",
195
+ "nodev",
196
+ "noexec",
197
+ "relatime"
198
+ ]
199
+ },
200
+ "devpts": {
201
+ "mount": "/dev/pts",
202
+ "fs_type": "devpts",
203
+ "mount_options": [
204
+ "rw",
205
+ "nosuid",
206
+ "noexec",
207
+ "relatime",
208
+ "gid=5",
209
+ "mode=620",
210
+ "ptmxmode=000"
211
+ ]
212
+ },
213
+ "cgroup": {
214
+ "mount": "/sys/fs/cgroup/hugetlb",
215
+ "fs_type": "cgroup",
216
+ "mount_options": [
217
+ "rw",
218
+ "nosuid",
219
+ "nodev",
220
+ "noexec",
221
+ "relatime",
222
+ "hugetlb"
223
+ ]
224
+ },
225
+ "pstore": {
226
+ "mount": "/sys/fs/pstore",
227
+ "fs_type": "pstore",
228
+ "mount_options": [
229
+ "rw",
230
+ "nosuid",
231
+ "nodev",
232
+ "noexec",
233
+ "relatime"
234
+ ]
235
+ },
236
+ "systemd-1": {
237
+ "mount": "/proc/sys/fs/binfmt_misc",
238
+ "fs_type": "autofs",
239
+ "mount_options": [
240
+ "rw",
241
+ "relatime",
242
+ "fd=31",
243
+ "pgrp=1",
244
+ "timeout=300",
245
+ "minproto=5",
246
+ "maxproto=5",
247
+ "direct"
248
+ ]
249
+ },
250
+ "configfs": {
251
+ "mount": "/sys/kernel/config",
252
+ "fs_type": "configfs",
253
+ "mount_options": [
254
+ "rw",
255
+ "relatime"
256
+ ]
257
+ },
258
+ "debugfs": {
259
+ "mount": "/sys/kernel/debug",
260
+ "fs_type": "debugfs",
261
+ "mount_options": [
262
+ "rw",
263
+ "relatime"
264
+ ]
265
+ },
266
+ "hugetlbfs": {
267
+ "mount": "/dev/hugepages",
268
+ "fs_type": "hugetlbfs",
269
+ "mount_options": [
270
+ "rw",
271
+ "relatime"
272
+ ]
273
+ },
274
+ "mqueue": {
275
+ "mount": "/dev/mqueue",
276
+ "fs_type": "mqueue",
277
+ "mount_options": [
278
+ "rw",
279
+ "relatime"
280
+ ]
281
+ },
282
+ "sunrpc": {
283
+ "mount": "/proc/fs/nfsd",
284
+ "fs_type": "nfsd",
285
+ "mount_options": [
286
+ "rw",
287
+ "relatime"
288
+ ]
289
+ },
290
+ "/dev/sda2": {
291
+ "fs_type": "LVM2_member",
292
+ "uuid": "s1OT2s-5TbJ-FRvt-RCZf-hocn-03mG-SzXAqb"
293
+ },
294
+ "/dev/mapper/vg_vagrant-lv_swap": {
295
+ "fs_type": "swap",
296
+ "uuid": "a29edae5-3d77-4484-84b6-561a16df2de7"
297
+ },
298
+ "rootfs": {
299
+ "mount": "/",
300
+ "fs_type": "rootfs",
301
+ "mount_options": [
302
+ "rw"
303
+ ]
304
+ }
305
+ },
306
+ "languages": {
307
+ "ruby": {
308
+ "platform": "x86_64-linux",
309
+ "version": "2.0.0",
310
+ "release_date": "2013-11-22",
311
+ "target": "x86_64-redhat-linux-gnu",
312
+ "target_cpu": "x86_64",
313
+ "target_vendor": "redhat",
314
+ "target_os": "linux",
315
+ "host": "x86_64-redhat-linux-gnu",
316
+ "host_cpu": "x86_64",
317
+ "host_os": "linux-gnu",
318
+ "host_vendor": "redhat",
319
+ "bin_dir": "/usr/local/bin",
320
+ "ruby_bin": "/usr/local/bin/ruby",
321
+ "gems_dir": "/usr/local/gems",
322
+ "gem_bin": "/usr/local/bin/gem"
323
+ }
324
+ },
325
+ "chef_packages": {
326
+ "chef": {
327
+ "version": "11.10.4",
328
+ "chef_root": "/usr/local/gems/chef-11.10.4/lib"
329
+ },
330
+ "ohai": {
331
+ "version": "6.20.0",
332
+ "ohai_root": "/usr/local/gems/ohai-6.20.0/lib/ohai"
333
+ }
334
+ },
335
+ "counters": {
336
+ "network": {
337
+ "interfaces": {
338
+ "eth0": {
339
+ "rx": {
340
+ "bytes": "0",
341
+ "packets": "0",
342
+ "errors": "0",
343
+ "drop": 0,
344
+ "overrun": 0,
345
+ "frame": 0,
346
+ "compressed": 0,
347
+ "multicast": 0
348
+ },
349
+ "tx": {
350
+ "bytes": "342",
351
+ "packets": "0",
352
+ "errors": "0",
353
+ "drop": 0,
354
+ "overrun": 0,
355
+ "collisions": "0",
356
+ "carrier": 0,
357
+ "compressed": 0
358
+ }
359
+ }
360
+ }
361
+ }
362
+ },
363
+ "current_user": "fauxhai",
364
+ "domain": "local",
365
+ "etc": {
366
+ "passwd": {
367
+ "fauxhai": {
368
+ "dir": "/home/fauxhai",
369
+ "gid": 0,
370
+ "uid": 0,
371
+ "shell": "/bin/bash",
372
+ "gecos": "Fauxhai"
373
+ }
374
+ },
375
+ "group": {
376
+ "fauxhai": {
377
+ "gid": 0,
378
+ "members": [
379
+ "fauxhai"
380
+ ]
381
+ }
382
+ }
383
+ },
384
+ "hostname": "Fauxhai",
385
+ "fqdn": "fauxhai.local",
386
+ "ipaddress": "10.0.0.2",
387
+ "keys": {
388
+ "ssh": {
389
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
390
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
391
+ }
392
+ },
393
+ "macaddress": "11:11:11:11:11:11",
394
+ "network": {
395
+ "default_gateway": "10.0.0.1",
396
+ "default_interface": "eth0",
397
+ "settings": {
398
+ },
399
+ "interfaces": {
400
+ "eth0": {
401
+ "addresses": {
402
+ "10.0.0.2": {
403
+ "broadcast": "10.0.0.255",
404
+ "family": "inet",
405
+ "netmask": "255.255.255.0",
406
+ "prefixlen": "23",
407
+ "scope": "Global"
408
+ }
409
+ },
410
+ "arp": {
411
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
412
+ },
413
+ "encapsulation": "Ethernet",
414
+ "flags": [
415
+ "BROADCAST",
416
+ "MULTICAST",
417
+ "UP",
418
+ "LOWER_UP"
419
+ ],
420
+ "mtu": "1500",
421
+ "number": "0",
422
+ "routes": {
423
+ "10.0.0.0/255": {
424
+ "scope": "link",
425
+ "src": "10.0.0.2"
426
+ }
427
+ },
428
+ "state": "up",
429
+ "type": "eth"
430
+ }
431
+ }
432
+ },
433
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
434
+ "uptime_seconds": 2646450,
435
+ "cpu": {
436
+ "real": 1,
437
+ "total": 1
438
+ }
439
+ }
@@ -0,0 +1,326 @@
1
+ {
2
+ "filesystem": {
3
+ "/dev/ada0p2": {
4
+ "kb_size": "4818524",
5
+ "kb_used": "2291268",
6
+ "kb_available": "2141776",
7
+ "percent_used": "52%",
8
+ "mount": "/",
9
+ "fs_type": "ufs",
10
+ "mount_options": [
11
+ "local",
12
+ "journaled soft-updates"
13
+ ]
14
+ },
15
+ "devfs": {
16
+ "kb_size": "1",
17
+ "kb_used": "1",
18
+ "kb_available": "0",
19
+ "percent_used": "100%",
20
+ "mount": "/dev",
21
+ "fs_type": "devfs",
22
+ "mount_options": [
23
+ "local",
24
+ "multilabel"
25
+ ]
26
+ }
27
+ },
28
+ "kernel": {
29
+ "name": "FreeBSD",
30
+ "release": "10.0-RELEASE",
31
+ "version": "FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC ",
32
+ "machine": "amd64",
33
+ "os": "FreeBSD",
34
+ "ident": "GENERIC",
35
+ "securelevel": [
36
+ "kern.securelevel: -1"
37
+ ],
38
+ "modules": {
39
+ "kernel": {
40
+ "size": "15f0310",
41
+ "refcount": "1"
42
+ }
43
+ }
44
+ },
45
+ "os": "freebsd",
46
+ "os_version": "1000510",
47
+ "platform": "freebsd",
48
+ "platform_version": "10.0-RELEASE",
49
+ "platform_family": "freebsd",
50
+ "command": {
51
+ "ps": "ps -ax"
52
+ },
53
+ "dmi": {
54
+ "dmidecode_version": "2.12",
55
+ "smbios_version": "2.5",
56
+ "structures": {
57
+ "count": "10",
58
+ "size": "449"
59
+ },
60
+ "table_location": "0x000E1000",
61
+ "bios": {
62
+ "all_records": [
63
+ {
64
+ "record_id": "0x0000",
65
+ "size": "0",
66
+ "application_identifier": "BIOS Information",
67
+ "Vendor": "innotek GmbH",
68
+ "Version": "VirtualBox",
69
+ "Release Date": "12/01/2006",
70
+ "Address": "0xE0000",
71
+ "Runtime Size": "128 kB",
72
+ "ROM Size": "128 kB",
73
+ "Characteristics": {
74
+ "ISA is supported": null,
75
+ "PCI is supported": null,
76
+ "Boot from CD is supported": null,
77
+ "Selectable boot is supported": null,
78
+ "8042 keyboard services are supported (int 9h)": null,
79
+ "CGA/mono video services are supported (int 10h)": null,
80
+ "ACPI is supported": null
81
+ }
82
+ }
83
+ ],
84
+ "vendor": "innotek GmbH",
85
+ "version": "VirtualBox",
86
+ "release_date": "12/01/2006",
87
+ "address": "0xE0000",
88
+ "runtime_size": "128 kB",
89
+ "rom_size": "128 kB"
90
+ },
91
+ "system": {
92
+ "all_records": [
93
+ {
94
+ "record_id": "0x0001",
95
+ "size": "1",
96
+ "application_identifier": "System Information",
97
+ "Manufacturer": "innotek GmbH",
98
+ "Product Name": "VirtualBox",
99
+ "Version": "1.2",
100
+ "Serial Number": "0",
101
+ "UUID": "89046521-D36B-4269-A64E-754280073C70",
102
+ "Wake-up Type": "Power Switch",
103
+ "SKU Number": "Not Specified",
104
+ "Family": "Virtual Machine"
105
+ }
106
+ ],
107
+ "manufacturer": "innotek GmbH",
108
+ "product_name": "VirtualBox",
109
+ "version": "1.2",
110
+ "serial_number": "0",
111
+ "uuid": "89046521-D36B-4269-A64E-754280073C70",
112
+ "wake_up_type": "Power Switch",
113
+ "sku_number": "Not Specified",
114
+ "family": "Virtual Machine"
115
+ },
116
+ "base_board": {
117
+ "all_records": [
118
+ {
119
+ "record_id": "0x0008",
120
+ "size": "2",
121
+ "application_identifier": "Base Board Information",
122
+ "Manufacturer": "Oracle Corporation",
123
+ "Product Name": "VirtualBox",
124
+ "Version": "1.2",
125
+ "Serial Number": "0",
126
+ "Asset Tag": "Not Specified",
127
+ "Features": {
128
+ "Board is a hosting board": null
129
+ },
130
+ "Location In Chassis": "Not Specified",
131
+ "Chassis Handle": "0x0003",
132
+ "Type": "Motherboard",
133
+ "Contained Object Handles": "0"
134
+ }
135
+ ],
136
+ "manufacturer": "Oracle Corporation",
137
+ "product_name": "VirtualBox",
138
+ "version": "1.2",
139
+ "serial_number": "0",
140
+ "asset_tag": "Not Specified",
141
+ "location_in_chassis": "Not Specified",
142
+ "chassis_handle": "0x0003",
143
+ "type": "Motherboard",
144
+ "contained_object_handles": "0"
145
+ },
146
+ "chassis": {
147
+ "all_records": [
148
+ {
149
+ "record_id": "0x0003",
150
+ "size": "3",
151
+ "application_identifier": "Inactive",
152
+ "Manufacturer": "Oracle Corporation",
153
+ "Type": "Other",
154
+ "Lock": "Not Present",
155
+ "Version": "Not Specified",
156
+ "Serial Number": "Not Specified",
157
+ "Asset Tag": "Not Specified",
158
+ "Boot-up State": "Safe",
159
+ "Power Supply State": "Safe",
160
+ "Thermal State": "Safe",
161
+ "Security Status": "None"
162
+ }
163
+ ],
164
+ "manufacturer": "Oracle Corporation",
165
+ "type": "Other",
166
+ "lock": "Not Present",
167
+ "version": "Not Specified",
168
+ "serial_number": "Not Specified",
169
+ "asset_tag": "Not Specified",
170
+ "boot_up_state": "Safe",
171
+ "power_supply_state": "Safe",
172
+ "thermal_state": "Safe",
173
+ "security_status": "None"
174
+ },
175
+ "oem_strings": {
176
+ "all_records": [
177
+ {
178
+ "record_id": "0x0002",
179
+ "size": "11",
180
+ "application_identifier": "End Of Table",
181
+ "String 1": "vboxVer_4.3.10",
182
+ "String 2": "vboxRev_93012",
183
+ "Header and Data": {
184
+ "80 08 08 00 EF 20 23 00": null
185
+ }
186
+ }
187
+ ],
188
+ "string_1": "vboxVer_4.3.10",
189
+ "string_2": "vboxRev_93012"
190
+ }
191
+ },
192
+ "ohai_time": 1397572956.9009218,
193
+ "languages": {
194
+ "ruby": {
195
+ "platform": "amd64-freebsd10",
196
+ "version": "1.9.3",
197
+ "release_date": "2013-11-22",
198
+ "target": "amd64-portbld-freebsd10",
199
+ "target_cpu": "amd64",
200
+ "target_vendor": "portbld",
201
+ "target_os": "freebsd10",
202
+ "host": "amd64-portbld-freebsd10",
203
+ "host_cpu": "amd64",
204
+ "host_os": "freebsd10",
205
+ "host_vendor": "portbld",
206
+ "bin_dir": "/usr/local/bin",
207
+ "ruby_bin": "/usr/local/bin/ruby",
208
+ "gems_dir": "/usr/local/gems",
209
+ "gem_bin": "/usr/local/bin/gem"
210
+ }
211
+ },
212
+ "chef_packages": {
213
+ "chef": {
214
+ "version": "11.12.2",
215
+ "chef_root": "/usr/local/gems/chef-11.12.2/lib"
216
+ },
217
+ "ohai": {
218
+ "version": "7.0.2",
219
+ "ohai_root": "/usr/local/gems/ohai-7.0.2/lib/ohai"
220
+ }
221
+ },
222
+ "counters": {
223
+ "network": {
224
+ "interfaces": {
225
+ "eth0": {
226
+ "rx": {
227
+ "bytes": "0",
228
+ "packets": "0",
229
+ "errors": "0",
230
+ "drop": 0,
231
+ "overrun": 0,
232
+ "frame": 0,
233
+ "compressed": 0,
234
+ "multicast": 0
235
+ },
236
+ "tx": {
237
+ "bytes": "342",
238
+ "packets": "0",
239
+ "errors": "0",
240
+ "drop": 0,
241
+ "overrun": 0,
242
+ "collisions": "0",
243
+ "carrier": 0,
244
+ "compressed": 0
245
+ }
246
+ }
247
+ }
248
+ }
249
+ },
250
+ "current_user": "fauxhai",
251
+ "domain": "local",
252
+ "etc": {
253
+ "passwd": {
254
+ "fauxhai": {
255
+ "dir": "/home/fauxhai",
256
+ "gid": 0,
257
+ "uid": 0,
258
+ "shell": "/bin/bash",
259
+ "gecos": "Fauxhai"
260
+ }
261
+ },
262
+ "group": {
263
+ "fauxhai": {
264
+ "gid": 0,
265
+ "members": [
266
+ "fauxhai"
267
+ ]
268
+ }
269
+ }
270
+ },
271
+ "hostname": "Fauxhai",
272
+ "fqdn": "fauxhai.local",
273
+ "ipaddress": "10.0.0.2",
274
+ "keys": {
275
+ "ssh": {
276
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
277
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
278
+ }
279
+ },
280
+ "macaddress": "11:11:11:11:11:11",
281
+ "network": {
282
+ "default_gateway": "10.0.0.1",
283
+ "default_interface": "eth0",
284
+ "settings": {
285
+ },
286
+ "interfaces": {
287
+ "eth0": {
288
+ "addresses": {
289
+ "10.0.0.2": {
290
+ "broadcast": "10.0.0.255",
291
+ "family": "inet",
292
+ "netmask": "255.255.255.0",
293
+ "prefixlen": "23",
294
+ "scope": "Global"
295
+ }
296
+ },
297
+ "arp": {
298
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
299
+ },
300
+ "encapsulation": "Ethernet",
301
+ "flags": [
302
+ "BROADCAST",
303
+ "MULTICAST",
304
+ "UP",
305
+ "LOWER_UP"
306
+ ],
307
+ "mtu": "1500",
308
+ "number": "0",
309
+ "routes": {
310
+ "10.0.0.0/255": {
311
+ "scope": "link",
312
+ "src": "10.0.0.2"
313
+ }
314
+ },
315
+ "state": "up",
316
+ "type": "eth"
317
+ }
318
+ }
319
+ },
320
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
321
+ "uptime_seconds": 2646450,
322
+ "cpu": {
323
+ "real": 1,
324
+ "total": 1
325
+ }
326
+ }