fauxhai 1.1.1 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +16 -1
- data/CONTRIBUTING.md +47 -0
- data/README.md +1 -37
- data/fauxhai.gemspec +3 -2
- data/lib/fauxhai/mocker.rb +14 -3
- data/lib/fauxhai/platforms/centos/5.9.json +757 -0
- data/lib/fauxhai/platforms/centos/6.4.json +284 -0
- data/lib/fauxhai/platforms/debian/7.0.json +6 -0
- data/lib/fauxhai/platforms/debian/7.1.json +591 -0
- data/lib/fauxhai/platforms/fedora/18.json +463 -0
- data/lib/fauxhai/platforms/freebsd/9.1.json +593 -0
- data/lib/fauxhai/platforms/gentoo/2.1.json +401 -0
- data/lib/fauxhai/platforms/suse/11.03.json +578 -0
- data/lib/fauxhai/runner.rb +1 -0
- metadata +22 -39
- data/.ruby-version +0 -1
@@ -0,0 +1,593 @@
|
|
1
|
+
{
|
2
|
+
"kernel": {
|
3
|
+
"name": "FreeBSD",
|
4
|
+
"release": "9.1-RELEASE-p4",
|
5
|
+
"version": "FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:42:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC",
|
6
|
+
"machine": "amd64",
|
7
|
+
"modules": {
|
8
|
+
},
|
9
|
+
"os": "FreeBSD",
|
10
|
+
"ident": "GENERIC"
|
11
|
+
},
|
12
|
+
"os": "freebsd",
|
13
|
+
"os_version": "9.1-RELEASE-p4",
|
14
|
+
"command": {
|
15
|
+
"ps": "ps -ax"
|
16
|
+
},
|
17
|
+
"dmi": {
|
18
|
+
"dmidecode_version": "2.11",
|
19
|
+
"smbios_version": "2.2",
|
20
|
+
"structures": {
|
21
|
+
"count": "42",
|
22
|
+
"size": "1218"
|
23
|
+
},
|
24
|
+
"bios": {
|
25
|
+
"all_records": [
|
26
|
+
{
|
27
|
+
"record_id": "0x0000",
|
28
|
+
"size": "0",
|
29
|
+
"application_identifier": "BIOS Information",
|
30
|
+
"Vendor": "Phoenix Technologies, LTD",
|
31
|
+
"Version": "6.00 PG",
|
32
|
+
"Release Date": "07/21/2005",
|
33
|
+
"Address": "0xE0000",
|
34
|
+
"Runtime Size": "128 kB",
|
35
|
+
"ROM Size": "512 kB",
|
36
|
+
"Characteristics": {
|
37
|
+
"ISA is supported": null,
|
38
|
+
"PCI is supported": null,
|
39
|
+
"PNP is supported": null,
|
40
|
+
"APM is supported": null,
|
41
|
+
"BIOS is upgradeable": null,
|
42
|
+
"BIOS shadowing is allowed": null,
|
43
|
+
"Boot from CD is supported": null,
|
44
|
+
"Selectable boot is supported": null,
|
45
|
+
"BIOS ROM is socketed": null,
|
46
|
+
"EDD is supported": null,
|
47
|
+
"5.25\"/360 kB floppy services are supported (int 13h)": null,
|
48
|
+
"5.25\"/1.2 MB floppy services are supported (int 13h)": null,
|
49
|
+
"3.5\"/720 kB floppy services are supported (int 13h)": null,
|
50
|
+
"3.5\"/2.88 MB floppy services are supported (int 13h)": null,
|
51
|
+
"Print screen service is supported (int 5h)": null,
|
52
|
+
"8042 keyboard services are supported (int 9h)": null,
|
53
|
+
"Serial services are supported (int 14h)": null,
|
54
|
+
"Printer services are supported (int 17h)": null,
|
55
|
+
"CGA/mono video services are supported (int 10h)": null,
|
56
|
+
"ACPI is supported": null,
|
57
|
+
"USB legacy is supported": null,
|
58
|
+
"LS-120 boot is supported": null,
|
59
|
+
"ATAPI Zip drive boot is supported": null
|
60
|
+
}
|
61
|
+
}
|
62
|
+
],
|
63
|
+
"vendor": "Phoenix Technologies, LTD",
|
64
|
+
"version": "6.00 PG",
|
65
|
+
"release_date": "07/21/2005",
|
66
|
+
"address": "0xE0000",
|
67
|
+
"runtime_size": "128 kB",
|
68
|
+
"rom_size": "512 kB"
|
69
|
+
},
|
70
|
+
"system": {
|
71
|
+
"all_records": [
|
72
|
+
{
|
73
|
+
"record_id": "0x0001",
|
74
|
+
"size": "1",
|
75
|
+
"application_identifier": "System Information",
|
76
|
+
"Manufacturer": " ",
|
77
|
+
"Product Name": " ",
|
78
|
+
"Version": " ",
|
79
|
+
"Serial Number": " ",
|
80
|
+
"UUID": "00000000-0000-0000-0000-00508DD925CE",
|
81
|
+
"Wake-up Type": "Power Switch"
|
82
|
+
}
|
83
|
+
],
|
84
|
+
"manufacturer": " ",
|
85
|
+
"product_name": " ",
|
86
|
+
"version": " ",
|
87
|
+
"serial_number": " ",
|
88
|
+
"uuid": "00000000-0000-0000-0000-00508DD925CE",
|
89
|
+
"wake_up_type": "Power Switch"
|
90
|
+
},
|
91
|
+
"base_board": {
|
92
|
+
"all_records": [
|
93
|
+
{
|
94
|
+
"record_id": "0x0002",
|
95
|
+
"size": "2",
|
96
|
+
"application_identifier": "Base Board Information",
|
97
|
+
"Manufacturer": "http://www.abit.com.tw/",
|
98
|
+
"Product Name": "AN8 Series(NF-CK804)",
|
99
|
+
"Version": "1.x ",
|
100
|
+
"Serial Number": " "
|
101
|
+
}
|
102
|
+
],
|
103
|
+
"manufacturer": "http://www.abit.com.tw/",
|
104
|
+
"product_name": "AN8 Series(NF-CK804)",
|
105
|
+
"version": "1.x ",
|
106
|
+
"serial_number": " "
|
107
|
+
},
|
108
|
+
"chassis": {
|
109
|
+
"all_records": [
|
110
|
+
{
|
111
|
+
"record_id": "0x0003",
|
112
|
+
"size": "3",
|
113
|
+
"application_identifier": "Chassis Information",
|
114
|
+
"Manufacturer": " ",
|
115
|
+
"Type": "Desktop",
|
116
|
+
"Lock": "Not Present",
|
117
|
+
"Version": " ",
|
118
|
+
"Serial Number": " ",
|
119
|
+
"Asset Tag": " ",
|
120
|
+
"Boot-up State": "Unknown",
|
121
|
+
"Power Supply State": "Unknown",
|
122
|
+
"Thermal State": "Unknown",
|
123
|
+
"Security Status": "Unknown"
|
124
|
+
}
|
125
|
+
],
|
126
|
+
"manufacturer": " ",
|
127
|
+
"type": "Desktop",
|
128
|
+
"lock": "Not Present",
|
129
|
+
"version": " ",
|
130
|
+
"serial_number": " ",
|
131
|
+
"asset_tag": " ",
|
132
|
+
"boot_up_state": "Unknown",
|
133
|
+
"power_supply_state": "Unknown",
|
134
|
+
"thermal_state": "Unknown",
|
135
|
+
"security_status": "Unknown"
|
136
|
+
},
|
137
|
+
"processor": {
|
138
|
+
"all_records": [
|
139
|
+
{
|
140
|
+
"record_id": "0x0004",
|
141
|
+
"size": "4",
|
142
|
+
"application_identifier": "Processor Information",
|
143
|
+
"Socket Designation": "Socket 939",
|
144
|
+
"Type": "Central Processor",
|
145
|
+
"Family": "Athlon 64",
|
146
|
+
"Manufacturer": "AMD",
|
147
|
+
"ID": "32 0F 02 00 FF FB 8B 17",
|
148
|
+
"Signature": "Family 15, Model 35, Stepping 2",
|
149
|
+
"Flags": {
|
150
|
+
"FPU (Floating-point unit on-chip)": null,
|
151
|
+
"VME (Virtual mode extension)": null,
|
152
|
+
"DE (Debugging extension)": null,
|
153
|
+
"PSE (Page size extension)": null,
|
154
|
+
"TSC (Time stamp counter)": null,
|
155
|
+
"MSR (Model specific registers)": null,
|
156
|
+
"PAE (Physical address extension)": null,
|
157
|
+
"MCE (Machine check exception)": null,
|
158
|
+
"CX8 (CMPXCHG8 instruction supported)": null,
|
159
|
+
"APIC (On-chip APIC hardware supported)": null,
|
160
|
+
"SEP (Fast system call)": null,
|
161
|
+
"MTRR (Memory type range registers)": null,
|
162
|
+
"PGE (Page global enable)": null,
|
163
|
+
"MCA (Machine check architecture)": null,
|
164
|
+
"CMOV (Conditional move instruction supported)": null,
|
165
|
+
"PAT (Page attribute table)": null,
|
166
|
+
"PSE-36 (36-bit page size extension)": null,
|
167
|
+
"CLFSH (CLFLUSH instruction supported)": null,
|
168
|
+
"MMX (MMX technology supported)": null,
|
169
|
+
"FXSR (FXSAVE and FXSTOR instructions supported)": null,
|
170
|
+
"SSE (Streaming SIMD extensions)": null,
|
171
|
+
"SSE2 (Streaming SIMD extensions 2)": null,
|
172
|
+
"HTT (Multi-threading)": null
|
173
|
+
},
|
174
|
+
"Version": "AMD Athlon(tm) 64 X2 Dual Core Processor 4800+",
|
175
|
+
"Voltage": "1.3 V",
|
176
|
+
"External Clock": "201 MHz",
|
177
|
+
"Max Speed": "3000 MHz",
|
178
|
+
"Current Speed": "2412 MHz",
|
179
|
+
"Status": "Populated, Enabled",
|
180
|
+
"Upgrade": "Socket 939",
|
181
|
+
"L1 Cache Handle": "0x000B",
|
182
|
+
"L2 Cache Handle": "0x000D",
|
183
|
+
"L3 Cache Handle": "No L3 Cache"
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"record_id": "0x0005",
|
187
|
+
"size": "4",
|
188
|
+
"application_identifier": "Memory Controller Information",
|
189
|
+
"Socket Designation": "Socket 939",
|
190
|
+
"Type": "Central Processor",
|
191
|
+
"Family": "Athlon 64",
|
192
|
+
"Manufacturer": "AMD",
|
193
|
+
"ID": "32 0F 02 00 FF FB 8B 07",
|
194
|
+
"Signature": "Family 15, Model 35, Stepping 2",
|
195
|
+
"Flags": {
|
196
|
+
"FPU (Floating-point unit on-chip)": null,
|
197
|
+
"VME (Virtual mode extension)": null,
|
198
|
+
"DE (Debugging extension)": null,
|
199
|
+
"PSE (Page size extension)": null,
|
200
|
+
"TSC (Time stamp counter)": null,
|
201
|
+
"MSR (Model specific registers)": null,
|
202
|
+
"PAE (Physical address extension)": null,
|
203
|
+
"MCE (Machine check exception)": null,
|
204
|
+
"CX8 (CMPXCHG8 instruction supported)": null,
|
205
|
+
"APIC (On-chip APIC hardware supported)": null,
|
206
|
+
"SEP (Fast system call)": null,
|
207
|
+
"MTRR (Memory type range registers)": null,
|
208
|
+
"PGE (Page global enable)": null,
|
209
|
+
"MCA (Machine check architecture)": null,
|
210
|
+
"CMOV (Conditional move instruction supported)": null,
|
211
|
+
"PAT (Page attribute table)": null,
|
212
|
+
"PSE-36 (36-bit page size extension)": null,
|
213
|
+
"CLFSH (CLFLUSH instruction supported)": null,
|
214
|
+
"MMX (MMX technology supported)": null,
|
215
|
+
"FXSR (FXSAVE and FXSTOR instructions supported)": null,
|
216
|
+
"SSE (Streaming SIMD extensions)": null,
|
217
|
+
"SSE2 (Streaming SIMD extensions 2)": null
|
218
|
+
},
|
219
|
+
"Version": "AMD Athlon(tm) 64 X2 Dual Core Processor 4800+",
|
220
|
+
"Voltage": "1.3 V",
|
221
|
+
"External Clock": "201 MHz",
|
222
|
+
"Max Speed": "3000 MHz",
|
223
|
+
"Current Speed": "2412 MHz",
|
224
|
+
"Status": "Populated, Enabled",
|
225
|
+
"Upgrade": "Socket 939",
|
226
|
+
"L1 Cache Handle": "0x000C",
|
227
|
+
"L2 Cache Handle": "0x000E",
|
228
|
+
"L3 Cache Handle": "No L3 Cache",
|
229
|
+
"Error Detecting Method": "64-bit ECC",
|
230
|
+
"Error Correcting Capabilities": {
|
231
|
+
"None": null
|
232
|
+
},
|
233
|
+
"Supported Interleave": "One-way Interleave",
|
234
|
+
"Current Interleave": "One-way Interleave",
|
235
|
+
"Maximum Memory Module Size": "4096 MB",
|
236
|
+
"Maximum Total Memory Size": "16384 MB",
|
237
|
+
"Supported Speeds": {
|
238
|
+
"70 ns": null,
|
239
|
+
"60 ns": null,
|
240
|
+
"50 ns": null
|
241
|
+
},
|
242
|
+
"Supported Memory Types": {
|
243
|
+
"Standard": null,
|
244
|
+
"DIMM": null
|
245
|
+
},
|
246
|
+
"Memory Module Voltage": "2.9 V",
|
247
|
+
"Associated Memory Slots": {
|
248
|
+
"0x0007": null,
|
249
|
+
"0x0008": null,
|
250
|
+
"0x0009": null,
|
251
|
+
"0x000A": null
|
252
|
+
},
|
253
|
+
"Enabled Error Correcting Capabilities": "None"
|
254
|
+
}
|
255
|
+
],
|
256
|
+
"socket_designation": "Socket 939",
|
257
|
+
"type": "Central Processor",
|
258
|
+
"family": "Athlon 64",
|
259
|
+
"manufacturer": "AMD",
|
260
|
+
"signature": "Family 15, Model 35, Stepping 2",
|
261
|
+
"version": "AMD Athlon(tm) 64 X2 Dual Core Processor 4800+",
|
262
|
+
"voltage": "1.3 V",
|
263
|
+
"external_clock": "201 MHz",
|
264
|
+
"max_speed": "3000 MHz",
|
265
|
+
"current_speed": "2412 MHz",
|
266
|
+
"status": "Populated, Enabled",
|
267
|
+
"upgrade": "Socket 939",
|
268
|
+
"l3_cache_handle": "No L3 Cache",
|
269
|
+
"error_detecting_method": "64-bit ECC",
|
270
|
+
"supported_interleave": "One-way Interleave",
|
271
|
+
"current_interleave": "One-way Interleave",
|
272
|
+
"maximum_memory_module_size": "4096 MB",
|
273
|
+
"maximum_total_memory_size": "16384 MB",
|
274
|
+
"memory_module_voltage": "2.9 V",
|
275
|
+
"enabled_error_correcting_capabilities": "None"
|
276
|
+
},
|
277
|
+
"memory_module": {
|
278
|
+
"all_records": [
|
279
|
+
{
|
280
|
+
"record_id": "0x0007",
|
281
|
+
"size": "6",
|
282
|
+
"application_identifier": "Memory Module Information",
|
283
|
+
"Socket Designation": "A0",
|
284
|
+
"Bank Connections": "0 1",
|
285
|
+
"Current Speed": "5 ns",
|
286
|
+
"Type": "Unknown EDO",
|
287
|
+
"Installed Size": "1024 MB (Double-bank Connection)",
|
288
|
+
"Enabled Size": "1024 MB (Double-bank Connection)",
|
289
|
+
"Error Status": "OK"
|
290
|
+
},
|
291
|
+
{
|
292
|
+
"record_id": "0x0008",
|
293
|
+
"size": "6",
|
294
|
+
"application_identifier": "Memory Module Information",
|
295
|
+
"Socket Designation": "A1",
|
296
|
+
"Bank Connections": "2 3",
|
297
|
+
"Current Speed": "5 ns",
|
298
|
+
"Type": "Unknown EDO",
|
299
|
+
"Installed Size": "1024 MB (Double-bank Connection)",
|
300
|
+
"Enabled Size": "1024 MB (Double-bank Connection)",
|
301
|
+
"Error Status": "OK"
|
302
|
+
},
|
303
|
+
{
|
304
|
+
"record_id": "0x0009",
|
305
|
+
"size": "6",
|
306
|
+
"application_identifier": "Memory Module Information",
|
307
|
+
"Socket Designation": "A2",
|
308
|
+
"Bank Connections": "None",
|
309
|
+
"Current Speed": "5 ns",
|
310
|
+
"Type": "Unknown EDO",
|
311
|
+
"Installed Size": "Not Installed",
|
312
|
+
"Enabled Size": "Not Installed",
|
313
|
+
"Error Status": "OK"
|
314
|
+
},
|
315
|
+
{
|
316
|
+
"record_id": "0x000A",
|
317
|
+
"size": "6",
|
318
|
+
"application_identifier": "End Of Table",
|
319
|
+
"Socket Designation": "External Cache",
|
320
|
+
"Bank Connections": "None",
|
321
|
+
"Current Speed": "5 ns",
|
322
|
+
"Type": "Unknown",
|
323
|
+
"Installed Size": "1024 kB",
|
324
|
+
"Enabled Size": "Not Installed",
|
325
|
+
"Error Status": "OK",
|
326
|
+
"Configuration": "Enabled, Not Socketed, Level 2",
|
327
|
+
"Operational Mode": "Write Back",
|
328
|
+
"Location": "System Board Or Motherboard",
|
329
|
+
"Maximum Size": "1024 kB",
|
330
|
+
"Supported SRAM Types": {
|
331
|
+
"Synchronous": null
|
332
|
+
},
|
333
|
+
"Installed SRAM Type": "Synchronous",
|
334
|
+
"Speed": "Unknown",
|
335
|
+
"Error Correction Type": "None",
|
336
|
+
"System Type": "Unknown",
|
337
|
+
"Associativity": "Unknown",
|
338
|
+
"Internal Reference Designator": "Not Specified",
|
339
|
+
"Internal Connector Type": "None",
|
340
|
+
"External Reference Designator": "USB0",
|
341
|
+
"External Connector Type": "Other",
|
342
|
+
"Port Type": "USB",
|
343
|
+
"Designation": "PCI4",
|
344
|
+
"Current Usage": "In Use",
|
345
|
+
"Length": "Long",
|
346
|
+
"ID": "5",
|
347
|
+
"Characteristics": {
|
348
|
+
"5.0 V is provided": null,
|
349
|
+
"PME signal is supported": null
|
350
|
+
},
|
351
|
+
"Language Description Format": "Long",
|
352
|
+
"Installable Languages": {
|
353
|
+
"n|US|iso8859-1": null,
|
354
|
+
"r|CA|iso8859-1": null
|
355
|
+
},
|
356
|
+
"Currently Installed Language": "n|US|iso8859-1",
|
357
|
+
"Use": "System Memory",
|
358
|
+
"Maximum Capacity": "16 GB",
|
359
|
+
"Error Information Handle": "Not Provided",
|
360
|
+
"Number Of Devices": "4",
|
361
|
+
"Array Handle": "0x001E",
|
362
|
+
"Total Width": "64 bits",
|
363
|
+
"Data Width": "64 bits",
|
364
|
+
"Size": "No Module Installed",
|
365
|
+
"Form Factor": "DIMM",
|
366
|
+
"Set": "None",
|
367
|
+
"Locator": "A3",
|
368
|
+
"Bank Locator": "Bank6/7",
|
369
|
+
"Type Detail": "None",
|
370
|
+
"Starting Address": "0x00000000000",
|
371
|
+
"Ending Address": "0x000000003FF",
|
372
|
+
"Range Size": "1 kB",
|
373
|
+
"Physical Array Handle": "0x001E",
|
374
|
+
"Partition Width": "1",
|
375
|
+
"Physical Device Handle": "0x0022",
|
376
|
+
"Memory Array Mapped Address Handle": "0x0023",
|
377
|
+
"Partition Row Position": "1",
|
378
|
+
"Status": "No errors detected"
|
379
|
+
}
|
380
|
+
],
|
381
|
+
"current_speed": "5 ns",
|
382
|
+
"error_status": "OK",
|
383
|
+
"configuration": "Enabled, Not Socketed, Level 2",
|
384
|
+
"operational_mode": "Write Back",
|
385
|
+
"location": "System Board Or Motherboard",
|
386
|
+
"maximum_size": "1024 kB",
|
387
|
+
"installed_sram_type": "Synchronous",
|
388
|
+
"speed": "Unknown",
|
389
|
+
"error_correction_type": "None",
|
390
|
+
"system_type": "Unknown",
|
391
|
+
"associativity": "Unknown",
|
392
|
+
"internal_reference_designator": "Not Specified",
|
393
|
+
"internal_connector_type": "None",
|
394
|
+
"external_reference_designator": "USB0",
|
395
|
+
"external_connector_type": "Other",
|
396
|
+
"port_type": "USB",
|
397
|
+
"designation": "PCI4",
|
398
|
+
"current_usage": "In Use",
|
399
|
+
"length": "Long",
|
400
|
+
"id": "5",
|
401
|
+
"language_description_format": "Long",
|
402
|
+
"currently_installed_language": "n|US|iso8859-1",
|
403
|
+
"use": "System Memory",
|
404
|
+
"maximum_capacity": "16 GB",
|
405
|
+
"error_information_handle": "Not Provided",
|
406
|
+
"number_of_devices": "4",
|
407
|
+
"array_handle": "0x001E",
|
408
|
+
"total_width": "64 bits",
|
409
|
+
"data_width": "64 bits",
|
410
|
+
"size": "No Module Installed",
|
411
|
+
"form_factor": "DIMM",
|
412
|
+
"set": "None",
|
413
|
+
"locator": "A3",
|
414
|
+
"bank_locator": "Bank6/7",
|
415
|
+
"type_detail": "None",
|
416
|
+
"starting_address": "0x00000000000",
|
417
|
+
"ending_address": "0x000000003FF",
|
418
|
+
"range_size": "1 kB",
|
419
|
+
"physical_array_handle": "0x001E",
|
420
|
+
"partition_width": "1",
|
421
|
+
"physical_device_handle": "0x0022",
|
422
|
+
"memory_array_mapped_address_handle": "0x0023",
|
423
|
+
"partition_row_position": "1",
|
424
|
+
"status": "No errors detected"
|
425
|
+
}
|
426
|
+
},
|
427
|
+
"ohai_time": 1372607156.3120775,
|
428
|
+
"platform": "freebsd",
|
429
|
+
"platform_version": "9.1-RELEASE-p4",
|
430
|
+
"platform_family": "freebsd",
|
431
|
+
"filesystem": {
|
432
|
+
"/dev/ada1p2": {
|
433
|
+
"kb_size": "597199216",
|
434
|
+
"kb_used": "14293040",
|
435
|
+
"kb_available": "535130240",
|
436
|
+
"percent_used": "3%",
|
437
|
+
"mount": "/",
|
438
|
+
"fs_type": "ufs",
|
439
|
+
"mount_options": [
|
440
|
+
"local",
|
441
|
+
"journaled soft-updates"
|
442
|
+
]
|
443
|
+
},
|
444
|
+
"devfs": {
|
445
|
+
"kb_size": "2",
|
446
|
+
"kb_used": "2",
|
447
|
+
"kb_available": "0",
|
448
|
+
"percent_used": "100%",
|
449
|
+
"mount": "/dev",
|
450
|
+
"fs_type": "devfs",
|
451
|
+
"mount_options": [
|
452
|
+
"local",
|
453
|
+
"multilabel"
|
454
|
+
]
|
455
|
+
},
|
456
|
+
"/dev/da0s1": {
|
457
|
+
"kb_size": "31246528",
|
458
|
+
"kb_used": "8873712",
|
459
|
+
"kb_available": "22372816",
|
460
|
+
"percent_used": "28%",
|
461
|
+
"mount": "/media/usb",
|
462
|
+
"fs_type": "msdosfs",
|
463
|
+
"mount_options": [
|
464
|
+
"local"
|
465
|
+
]
|
466
|
+
}
|
467
|
+
},
|
468
|
+
"languages": {
|
469
|
+
"ruby": {
|
470
|
+
"platform": "amd64-freebsd9",
|
471
|
+
"version": "1.9.3",
|
472
|
+
"release_date": "2013-05-15",
|
473
|
+
"target": "amd64-portbld-freebsd9",
|
474
|
+
"target_cpu": "amd64",
|
475
|
+
"target_vendor": "portbld",
|
476
|
+
"target_os": "freebsd9",
|
477
|
+
"host": "amd64-portbld-freebsd9",
|
478
|
+
"host_cpu": "amd64",
|
479
|
+
"host_os": "freebsd9",
|
480
|
+
"host_vendor": "portbld",
|
481
|
+
"bin_dir": "/usr/local/bin",
|
482
|
+
"ruby_bin": "/usr/local/bin/ruby",
|
483
|
+
"gems_dir": "/usr/local/gems",
|
484
|
+
"gem_bin": "/usr/local/bin/gem"
|
485
|
+
}
|
486
|
+
},
|
487
|
+
"chef_packages": {
|
488
|
+
"chef": {
|
489
|
+
"version": "11.4.4",
|
490
|
+
"chef_root": "/usr/local/gems/chef-11.4.4/lib"
|
491
|
+
},
|
492
|
+
"ohai": {
|
493
|
+
"version": "6.16.0",
|
494
|
+
"ohai_root": "/usr/local/gems/ohai-6.16.0/lib/ohai"
|
495
|
+
}
|
496
|
+
},
|
497
|
+
"counters": {
|
498
|
+
"network": {
|
499
|
+
"interfaces": {
|
500
|
+
"eth0": {
|
501
|
+
"rx": {
|
502
|
+
"bytes": "0",
|
503
|
+
"packets": "0",
|
504
|
+
"errors": "0",
|
505
|
+
"drop": 0,
|
506
|
+
"overrun": 0,
|
507
|
+
"frame": 0,
|
508
|
+
"compressed": 0,
|
509
|
+
"multicast": 0
|
510
|
+
},
|
511
|
+
"tx": {
|
512
|
+
"bytes": "342",
|
513
|
+
"packets": "0",
|
514
|
+
"errors": "0",
|
515
|
+
"drop": 0,
|
516
|
+
"overrun": 0,
|
517
|
+
"collisions": "0",
|
518
|
+
"carrier": 0,
|
519
|
+
"compressed": 0
|
520
|
+
}
|
521
|
+
}
|
522
|
+
}
|
523
|
+
}
|
524
|
+
},
|
525
|
+
"current_user": "fauxhai",
|
526
|
+
"domain": "local",
|
527
|
+
"etc": {
|
528
|
+
"passwd": {
|
529
|
+
"fauxhai": {
|
530
|
+
"dir": "/home/fauxhai",
|
531
|
+
"gid": 0,
|
532
|
+
"uid": 0,
|
533
|
+
"shell": "/bin/bash",
|
534
|
+
"gecos": "Fauxhai"
|
535
|
+
}
|
536
|
+
},
|
537
|
+
"group": {
|
538
|
+
"fauxhai": {
|
539
|
+
"gid": 0,
|
540
|
+
"members": [
|
541
|
+
"fauxhai"
|
542
|
+
]
|
543
|
+
}
|
544
|
+
}
|
545
|
+
},
|
546
|
+
"hostname": "Fauxhai",
|
547
|
+
"fqdn": "fauxhai.local",
|
548
|
+
"ipaddress": "10.0.0.2",
|
549
|
+
"keys": {
|
550
|
+
"ssh": {
|
551
|
+
"host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
|
552
|
+
"host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
|
553
|
+
}
|
554
|
+
},
|
555
|
+
"macaddress": "11:11:11:11:11:11",
|
556
|
+
"network": {
|
557
|
+
"default_gateway": "10.0.0.1",
|
558
|
+
"default_interface": "eth0",
|
559
|
+
"eth0": {
|
560
|
+
"addresses": {
|
561
|
+
"10.0.0.2": {
|
562
|
+
"broadcast": "10.0.0.255",
|
563
|
+
"family": "inet",
|
564
|
+
"netmask": "255.255.255.0",
|
565
|
+
"prefixlen": "23",
|
566
|
+
"scope": "Global"
|
567
|
+
}
|
568
|
+
},
|
569
|
+
"arp": {
|
570
|
+
"10.0.0.1": "fe:ff:ff:ff:ff:ff"
|
571
|
+
},
|
572
|
+
"encapsulation": "Ethernet",
|
573
|
+
"flags": [
|
574
|
+
"BROADCAST",
|
575
|
+
"MULTICAST",
|
576
|
+
"UP",
|
577
|
+
"LOWER_UP"
|
578
|
+
],
|
579
|
+
"mtu": "1500",
|
580
|
+
"number": "0",
|
581
|
+
"routes": {
|
582
|
+
"10.0.0.0/255": {
|
583
|
+
"scope": "link",
|
584
|
+
"src": "10.0.0.2"
|
585
|
+
}
|
586
|
+
},
|
587
|
+
"state": "up",
|
588
|
+
"type": "eth"
|
589
|
+
}
|
590
|
+
},
|
591
|
+
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
592
|
+
"uptime_seconds": 2646450
|
593
|
+
}
|