fauxhai 0.0.4 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.ruby-version +1 -0
- data/fauxhai.gemspec +3 -1
- data/lib/fauxhai/mocker.rb +12 -8
- data/lib/fauxhai/platforms/centos/5.8.json +757 -0
- data/lib/fauxhai/platforms/centos/6.2.json +587 -0
- data/lib/fauxhai/platforms/windows/2008R2.json +6151 -0
- metadata +29 -4
- data/.rvmrc +0 -48
@@ -0,0 +1,587 @@
|
|
1
|
+
{
|
2
|
+
"keys": {
|
3
|
+
"ssh": {
|
4
|
+
"host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
|
5
|
+
"host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
|
6
|
+
}
|
7
|
+
},
|
8
|
+
"dmi": {
|
9
|
+
"bios": {
|
10
|
+
"address": "0xE0000",
|
11
|
+
"all_records": [
|
12
|
+
{
|
13
|
+
"Runtime Size": "128 kB",
|
14
|
+
"record_id": "0x0000",
|
15
|
+
"size": "0",
|
16
|
+
"Version": "VirtualBox",
|
17
|
+
"Characteristics": {
|
18
|
+
"CGA/mono video services are supported (int 10h)": null,
|
19
|
+
"ISA is supported": null,
|
20
|
+
"PCI is supported": null,
|
21
|
+
"Boot from CD is supported": null,
|
22
|
+
"Selectable boot is supported": null,
|
23
|
+
"ACPI is supported": null,
|
24
|
+
"8042 keyboard services are supported (int 9h)": null
|
25
|
+
},
|
26
|
+
"application_identifier": "BIOS Information",
|
27
|
+
"Address": "0xE0000",
|
28
|
+
"Release Date": "12/01/2006",
|
29
|
+
"ROM Size": "128 kB",
|
30
|
+
"Vendor": "innotek GmbH"
|
31
|
+
}
|
32
|
+
],
|
33
|
+
"rom_size": "128 kB",
|
34
|
+
"version": "VirtualBox",
|
35
|
+
"release_date": "12/01/2006",
|
36
|
+
"vendor": "innotek GmbH",
|
37
|
+
"runtime_size": "128 kB"
|
38
|
+
},
|
39
|
+
"structures": {
|
40
|
+
"size": "352",
|
41
|
+
"count": "5"
|
42
|
+
},
|
43
|
+
"system": {
|
44
|
+
"serial_number": "0",
|
45
|
+
"sku_number": "Not Specified",
|
46
|
+
"uuid": "C6544BFE-9D24-432F-BCB9-B3EB6161D9ED",
|
47
|
+
"all_records": [
|
48
|
+
{
|
49
|
+
"record_id": "0x0001",
|
50
|
+
"SKU Number": "Not Specified",
|
51
|
+
"Serial Number": "0",
|
52
|
+
"size": "1",
|
53
|
+
"Version": "1.2",
|
54
|
+
"Wake-up Type": "Power Switch",
|
55
|
+
"application_identifier": "End Of Table",
|
56
|
+
"UUID": "C6544BFE-9D24-432F-BCB9-B3EB6161D9ED",
|
57
|
+
"Family": "Virtual Machine",
|
58
|
+
"Product Name": "VirtualBox",
|
59
|
+
"Manufacturer": "innotek GmbH"
|
60
|
+
}
|
61
|
+
],
|
62
|
+
"version": "1.2",
|
63
|
+
"family": "Virtual Machine",
|
64
|
+
"manufacturer": "innotek GmbH",
|
65
|
+
"wake_up_type": "Power Switch",
|
66
|
+
"product_name": "VirtualBox"
|
67
|
+
},
|
68
|
+
"table_location": "0x000E1000",
|
69
|
+
"dmidecode_version": "2.11",
|
70
|
+
"smbios_version": "2.5"
|
71
|
+
},
|
72
|
+
"kernel": {
|
73
|
+
"modules": {
|
74
|
+
"libcxgbi": {
|
75
|
+
"size": "52541",
|
76
|
+
"refcount": "2"
|
77
|
+
},
|
78
|
+
"be2iscsi": {
|
79
|
+
"size": "67576",
|
80
|
+
"refcount": "0"
|
81
|
+
},
|
82
|
+
"ip6table_filter": {
|
83
|
+
"size": "2889",
|
84
|
+
"refcount": "1"
|
85
|
+
},
|
86
|
+
"qla4xxx": {
|
87
|
+
"size": "170387",
|
88
|
+
"refcount": "0"
|
89
|
+
},
|
90
|
+
"dm_mod": {
|
91
|
+
"size": "81500",
|
92
|
+
"refcount": "8"
|
93
|
+
},
|
94
|
+
"dm_mirror": {
|
95
|
+
"size": "14101",
|
96
|
+
"refcount": "0"
|
97
|
+
},
|
98
|
+
"ppdev": {
|
99
|
+
"size": "8729",
|
100
|
+
"refcount": "0"
|
101
|
+
},
|
102
|
+
"xt_state": {
|
103
|
+
"size": "1492",
|
104
|
+
"refcount": "4"
|
105
|
+
},
|
106
|
+
"scsi_transport_fc": {
|
107
|
+
"size": "52241",
|
108
|
+
"refcount": "3"
|
109
|
+
},
|
110
|
+
"scsi_transport_iscsi": {
|
111
|
+
"size": "48010",
|
112
|
+
"refcount": "5"
|
113
|
+
},
|
114
|
+
"sd_mod": {
|
115
|
+
"size": "39488",
|
116
|
+
"refcount": "3"
|
117
|
+
},
|
118
|
+
"libfcoe": {
|
119
|
+
"size": "39661",
|
120
|
+
"refcount": "2"
|
121
|
+
},
|
122
|
+
"libiscsi_tcp": {
|
123
|
+
"size": "16598",
|
124
|
+
"refcount": "3"
|
125
|
+
},
|
126
|
+
"bnx2i": {
|
127
|
+
"size": "45078",
|
128
|
+
"refcount": "0"
|
129
|
+
},
|
130
|
+
"dm_log": {
|
131
|
+
"size": "10122",
|
132
|
+
"refcount": "2"
|
133
|
+
},
|
134
|
+
"crc_t10dif": {
|
135
|
+
"size": "1541",
|
136
|
+
"refcount": "1"
|
137
|
+
},
|
138
|
+
"ip6_tables": {
|
139
|
+
"size": "19458",
|
140
|
+
"refcount": "1"
|
141
|
+
},
|
142
|
+
"nf_defrag_ipv4": {
|
143
|
+
"size": "1483",
|
144
|
+
"refcount": "1"
|
145
|
+
},
|
146
|
+
"sunrpc": {
|
147
|
+
"size": "243758",
|
148
|
+
"refcount": "1"
|
149
|
+
},
|
150
|
+
"llc": {
|
151
|
+
"size": "5642",
|
152
|
+
"refcount": "2"
|
153
|
+
},
|
154
|
+
"sr_mod": {
|
155
|
+
"size": "16228",
|
156
|
+
"refcount": "0"
|
157
|
+
},
|
158
|
+
"stp": {
|
159
|
+
"size": "2173",
|
160
|
+
"refcount": "1"
|
161
|
+
},
|
162
|
+
"cxgb3": {
|
163
|
+
"size": "153114",
|
164
|
+
"refcount": "1"
|
165
|
+
},
|
166
|
+
"uio": {
|
167
|
+
"size": "10974",
|
168
|
+
"refcount": "1"
|
169
|
+
},
|
170
|
+
"cnic": {
|
171
|
+
"size": "53443",
|
172
|
+
"refcount": "2"
|
173
|
+
},
|
174
|
+
"i2c_piix4": {
|
175
|
+
"size": "12608",
|
176
|
+
"refcount": "0"
|
177
|
+
},
|
178
|
+
"parport_pc": {
|
179
|
+
"size": "22978",
|
180
|
+
"refcount": "0"
|
181
|
+
},
|
182
|
+
"nf_defrag_ipv6": {
|
183
|
+
"size": "12182",
|
184
|
+
"refcount": "1"
|
185
|
+
},
|
186
|
+
"ip6t_REJECT": {
|
187
|
+
"size": "4628",
|
188
|
+
"refcount": "2"
|
189
|
+
},
|
190
|
+
"nf_conntrack_ipv4": {
|
191
|
+
"size": "9506",
|
192
|
+
"refcount": "2"
|
193
|
+
},
|
194
|
+
"bnx2fc": {
|
195
|
+
"size": "120526",
|
196
|
+
"refcount": "0"
|
197
|
+
},
|
198
|
+
"cxgb4": {
|
199
|
+
"size": "98717",
|
200
|
+
"refcount": "1"
|
201
|
+
},
|
202
|
+
"ahci": {
|
203
|
+
"size": "40455",
|
204
|
+
"refcount": "2"
|
205
|
+
},
|
206
|
+
"cdrom": {
|
207
|
+
"size": "39771",
|
208
|
+
"refcount": "1"
|
209
|
+
},
|
210
|
+
"mbcache": {
|
211
|
+
"size": "8144",
|
212
|
+
"refcount": "1"
|
213
|
+
},
|
214
|
+
"i2c_core": {
|
215
|
+
"size": "31276",
|
216
|
+
"refcount": "1"
|
217
|
+
},
|
218
|
+
"parport": {
|
219
|
+
"size": "37265",
|
220
|
+
"refcount": "2"
|
221
|
+
},
|
222
|
+
"nf_conntrack": {
|
223
|
+
"size": "79453",
|
224
|
+
"refcount": "3"
|
225
|
+
},
|
226
|
+
"garp": {
|
227
|
+
"size": "7344",
|
228
|
+
"refcount": "1"
|
229
|
+
},
|
230
|
+
"libfc": {
|
231
|
+
"size": "105924",
|
232
|
+
"refcount": "3"
|
233
|
+
},
|
234
|
+
"8021q": {
|
235
|
+
"size": "23575",
|
236
|
+
"refcount": "0"
|
237
|
+
},
|
238
|
+
"iscsi_boot_sysfs": {
|
239
|
+
"size": "9650",
|
240
|
+
"refcount": "2"
|
241
|
+
},
|
242
|
+
"mdio": {
|
243
|
+
"size": "4732",
|
244
|
+
"refcount": "1"
|
245
|
+
},
|
246
|
+
"cxgb4i": {
|
247
|
+
"size": "28169",
|
248
|
+
"refcount": "0"
|
249
|
+
},
|
250
|
+
"dm_region_hash": {
|
251
|
+
"size": "12170",
|
252
|
+
"refcount": "1"
|
253
|
+
},
|
254
|
+
"ata_piix": {
|
255
|
+
"size": "22846",
|
256
|
+
"refcount": "0"
|
257
|
+
},
|
258
|
+
"vboxguest": {
|
259
|
+
"size": "238549",
|
260
|
+
"refcount": "2"
|
261
|
+
},
|
262
|
+
"nf_conntrack_ipv6": {
|
263
|
+
"size": "8748",
|
264
|
+
"refcount": "2"
|
265
|
+
},
|
266
|
+
"ip_tables": {
|
267
|
+
"size": "17831",
|
268
|
+
"refcount": "1"
|
269
|
+
},
|
270
|
+
"iptable_filter": {
|
271
|
+
"size": "2793",
|
272
|
+
"refcount": "1"
|
273
|
+
},
|
274
|
+
"cxgb3i": {
|
275
|
+
"size": "24938",
|
276
|
+
"refcount": "0"
|
277
|
+
},
|
278
|
+
"ata_generic": {
|
279
|
+
"size": "3837",
|
280
|
+
"refcount": "0"
|
281
|
+
},
|
282
|
+
"pata_acpi": {
|
283
|
+
"size": "3701",
|
284
|
+
"refcount": "0"
|
285
|
+
},
|
286
|
+
"e1000": {
|
287
|
+
"size": "167662",
|
288
|
+
"refcount": "0"
|
289
|
+
},
|
290
|
+
"jbd2": {
|
291
|
+
"size": "88738",
|
292
|
+
"refcount": "1"
|
293
|
+
},
|
294
|
+
"ipt_REJECT": {
|
295
|
+
"size": "2383",
|
296
|
+
"refcount": "2"
|
297
|
+
},
|
298
|
+
"ipv6": {
|
299
|
+
"size": "322029",
|
300
|
+
"refcount": "26"
|
301
|
+
},
|
302
|
+
"sg": {
|
303
|
+
"size": "30124",
|
304
|
+
"refcount": "0"
|
305
|
+
},
|
306
|
+
"libiscsi": {
|
307
|
+
"size": "47521",
|
308
|
+
"refcount": "7"
|
309
|
+
},
|
310
|
+
"ext4": {
|
311
|
+
"size": "364410",
|
312
|
+
"refcount": "2"
|
313
|
+
},
|
314
|
+
"scsi_tgt": {
|
315
|
+
"size": "12173",
|
316
|
+
"refcount": "1"
|
317
|
+
},
|
318
|
+
"fcoe": {
|
319
|
+
"size": "20748",
|
320
|
+
"refcount": "0"
|
321
|
+
},
|
322
|
+
"vboxsf": {
|
323
|
+
"size": "36729",
|
324
|
+
"refcount": "1"
|
325
|
+
}
|
326
|
+
},
|
327
|
+
"machine": "x86_64",
|
328
|
+
"name": "Linux",
|
329
|
+
"os": "GNU/Linux",
|
330
|
+
"version": "#1 SMP Tue Dec 6 19:48:22 GMT 2011",
|
331
|
+
"release": "2.6.32-220.el6.x86_64"
|
332
|
+
},
|
333
|
+
"fqdn": "fauxhai.local",
|
334
|
+
"platform_version": "6.2",
|
335
|
+
"ipaddress": "10.0.0.2",
|
336
|
+
"filesystem": {
|
337
|
+
"/sys": {
|
338
|
+
"mount_options": [
|
339
|
+
"rw",
|
340
|
+
"relatime"
|
341
|
+
],
|
342
|
+
"fs_type": "sysfs",
|
343
|
+
"mount": "/sys"
|
344
|
+
},
|
345
|
+
"/dev/sda1": {
|
346
|
+
"kb_size": "495844",
|
347
|
+
"kb_available": "430074",
|
348
|
+
"mount_options": [
|
349
|
+
"rw"
|
350
|
+
],
|
351
|
+
"fs_type": "ext4",
|
352
|
+
"mount": "/boot",
|
353
|
+
"percent_used": "9%",
|
354
|
+
"kb_used": "40170"
|
355
|
+
},
|
356
|
+
"udev": {
|
357
|
+
"mount_options": [
|
358
|
+
"rw",
|
359
|
+
"relatime",
|
360
|
+
"size=237924k",
|
361
|
+
"nr_inodes=59481",
|
362
|
+
"mode=755"
|
363
|
+
],
|
364
|
+
"fs_type": "devtmpfs",
|
365
|
+
"mount": "/dev"
|
366
|
+
},
|
367
|
+
"none": {
|
368
|
+
"mount_options": [
|
369
|
+
"rw"
|
370
|
+
],
|
371
|
+
"fs_type": "binfmt_misc",
|
372
|
+
"mount": "/proc/sys/fs/binfmt_misc"
|
373
|
+
},
|
374
|
+
"proc": {
|
375
|
+
"mount_options": [
|
376
|
+
"rw"
|
377
|
+
],
|
378
|
+
"fs_type": "proc",
|
379
|
+
"mount": "/proc"
|
380
|
+
},
|
381
|
+
"sunrpc": {
|
382
|
+
"mount_options": [
|
383
|
+
"rw"
|
384
|
+
],
|
385
|
+
"fs_type": "rpc_pipefs",
|
386
|
+
"mount": "/var/lib/nfs/rpc_pipefs"
|
387
|
+
},
|
388
|
+
"v-root": {
|
389
|
+
"kb_size": "244277768",
|
390
|
+
"kb_available": "84376020",
|
391
|
+
"mount_options": [
|
392
|
+
"uid=500",
|
393
|
+
"gid=500",
|
394
|
+
"rw"
|
395
|
+
],
|
396
|
+
"fs_type": "vboxsf",
|
397
|
+
"mount": "/vagrant",
|
398
|
+
"percent_used": "66%",
|
399
|
+
"kb_used": "159901748"
|
400
|
+
},
|
401
|
+
"/proc/bus/usb": {
|
402
|
+
"mount_options": [
|
403
|
+
"rw",
|
404
|
+
"relatime"
|
405
|
+
],
|
406
|
+
"fs_type": "usbfs",
|
407
|
+
"mount": "/proc/bus/usb"
|
408
|
+
},
|
409
|
+
"devpts": {
|
410
|
+
"mount_options": [
|
411
|
+
"rw",
|
412
|
+
"gid=5",
|
413
|
+
"mode=620"
|
414
|
+
],
|
415
|
+
"fs_type": "devpts",
|
416
|
+
"mount": "/dev/pts"
|
417
|
+
},
|
418
|
+
"/proc": {
|
419
|
+
"mount_options": [
|
420
|
+
"rw",
|
421
|
+
"relatime"
|
422
|
+
],
|
423
|
+
"fs_type": "proc",
|
424
|
+
"mount": "/proc"
|
425
|
+
},
|
426
|
+
"rootfs": {
|
427
|
+
"mount_options": [
|
428
|
+
"rw"
|
429
|
+
],
|
430
|
+
"fs_type": "rootfs",
|
431
|
+
"mount": "/"
|
432
|
+
},
|
433
|
+
"sysfs": {
|
434
|
+
"mount_options": [
|
435
|
+
"rw"
|
436
|
+
],
|
437
|
+
"fs_type": "sysfs",
|
438
|
+
"mount": "/sys"
|
439
|
+
},
|
440
|
+
"tmpfs": {
|
441
|
+
"kb_size": "251336",
|
442
|
+
"kb_available": "251336",
|
443
|
+
"mount_options": [
|
444
|
+
"rw"
|
445
|
+
],
|
446
|
+
"fs_type": "tmpfs",
|
447
|
+
"mount": "/dev/shm",
|
448
|
+
"percent_used": "0%",
|
449
|
+
"kb_used": "0"
|
450
|
+
},
|
451
|
+
"/dev/mapper/VolGroup-lv_root": {
|
452
|
+
"kb_size": "8712392",
|
453
|
+
"kb_available": "7352216",
|
454
|
+
"mount_options": [
|
455
|
+
"rw"
|
456
|
+
],
|
457
|
+
"fs_type": "ext4",
|
458
|
+
"mount": "/",
|
459
|
+
"percent_used": "12%",
|
460
|
+
"kb_used": "917604"
|
461
|
+
}
|
462
|
+
},
|
463
|
+
"command": {
|
464
|
+
"ps": "ps -ef"
|
465
|
+
},
|
466
|
+
"counters": {
|
467
|
+
"network": {
|
468
|
+
"interfaces": {
|
469
|
+
"eth0": {
|
470
|
+
"tx": {
|
471
|
+
"bytes": "342",
|
472
|
+
"packets": "0",
|
473
|
+
"collisions": "0",
|
474
|
+
"compressed": 0,
|
475
|
+
"errors": "0",
|
476
|
+
"carrier": 0,
|
477
|
+
"overrun": 0,
|
478
|
+
"drop": 0
|
479
|
+
},
|
480
|
+
"rx": {
|
481
|
+
"bytes": "0",
|
482
|
+
"packets": "0",
|
483
|
+
"compressed": 0,
|
484
|
+
"errors": "0",
|
485
|
+
"overrun": 0,
|
486
|
+
"drop": 0,
|
487
|
+
"frame": 0,
|
488
|
+
"multicast": 0
|
489
|
+
}
|
490
|
+
}
|
491
|
+
}
|
492
|
+
}
|
493
|
+
},
|
494
|
+
"domain": "local",
|
495
|
+
"os": "linux",
|
496
|
+
"network": {
|
497
|
+
"eth0": {
|
498
|
+
"flags": [
|
499
|
+
"BROADCAST",
|
500
|
+
"MULTICAST",
|
501
|
+
"UP",
|
502
|
+
"LOWER_UP"
|
503
|
+
],
|
504
|
+
"number": "0",
|
505
|
+
"addresses": {
|
506
|
+
"10.0.0.2": {
|
507
|
+
"netmask": "255.255.255.0",
|
508
|
+
"scope": "Global",
|
509
|
+
"broadcast": "10.0.0.255",
|
510
|
+
"prefixlen": "23",
|
511
|
+
"family": "inet"
|
512
|
+
}
|
513
|
+
},
|
514
|
+
"mtu": "1500",
|
515
|
+
"routes": {
|
516
|
+
"10.0.0.0/255": {
|
517
|
+
"scope": "link",
|
518
|
+
"src": "10.0.0.2"
|
519
|
+
}
|
520
|
+
},
|
521
|
+
"type": "eth",
|
522
|
+
"arp": {
|
523
|
+
"10.0.0.1": "fe:ff:ff:ff:ff:ff"
|
524
|
+
},
|
525
|
+
"encapsulation": "Ethernet",
|
526
|
+
"state": "up"
|
527
|
+
},
|
528
|
+
"default_interface": "eth0",
|
529
|
+
"default_gateway": "10.0.0.1"
|
530
|
+
},
|
531
|
+
"chef_packages": {
|
532
|
+
"ohai": {
|
533
|
+
"ohai_root": "/usr/local/gems/ohai-0.6.10/lib/ohai",
|
534
|
+
"version": "0.6.10"
|
535
|
+
},
|
536
|
+
"chef": {
|
537
|
+
"version": "0.10.8",
|
538
|
+
"chef_root": "/usr/local/gems/chef-0.10.8/lib"
|
539
|
+
}
|
540
|
+
},
|
541
|
+
"current_user": "fauxhai",
|
542
|
+
"ohai_time": 1346615267.80101,
|
543
|
+
"languages": {
|
544
|
+
"ruby": {
|
545
|
+
"target_os": "linux",
|
546
|
+
"bin_dir": "/usr/local/bin",
|
547
|
+
"host_vendor": "redhat",
|
548
|
+
"target_vendor": "redhat",
|
549
|
+
"gem_bin": "/usr/local/bin/gem",
|
550
|
+
"ruby_bin": "/usr/local/bin/ruby",
|
551
|
+
"target_cpu": "x86_64",
|
552
|
+
"version": "1.8.7",
|
553
|
+
"host_os": "linux-gnu",
|
554
|
+
"host": "x86_64-redhat-linux-gnu",
|
555
|
+
"release_date": "2011-06-30",
|
556
|
+
"target": "x86_64-redhat-linux-gnu",
|
557
|
+
"host_cpu": "x86_64",
|
558
|
+
"gems_dir": "/usr/local/gems",
|
559
|
+
"platform": "x86_64-linux"
|
560
|
+
}
|
561
|
+
},
|
562
|
+
"os_version": "2.6.32-220.el6.x86_64",
|
563
|
+
"hostname": "Fauxhai",
|
564
|
+
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
565
|
+
"etc": {
|
566
|
+
"group": {
|
567
|
+
"fauxhai": {
|
568
|
+
"gid": 0,
|
569
|
+
"members": [
|
570
|
+
"fauxhai"
|
571
|
+
]
|
572
|
+
}
|
573
|
+
},
|
574
|
+
"passwd": {
|
575
|
+
"fauxhai": {
|
576
|
+
"dir": "/home/fauxhai",
|
577
|
+
"gid": 0,
|
578
|
+
"gecos": "Fauxhai",
|
579
|
+
"uid": 0,
|
580
|
+
"shell": "/bin/bash"
|
581
|
+
}
|
582
|
+
}
|
583
|
+
},
|
584
|
+
"macaddress": "11:11:11:11:11:11",
|
585
|
+
"uptime_seconds": 2646450,
|
586
|
+
"platform": "centos"
|
587
|
+
}
|