fauxhai 2.3.0 → 3.0.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 +15 -28
- data/CONTRIBUTING.md +3 -3
- data/Gemfile +0 -1
- data/README.md +3 -3
- data/fauxhai.gemspec +2 -1
- data/lib/fauxhai/platforms/amazon/2015.03.json +323 -0
- data/lib/fauxhai/platforms/amazon/2015.09.json +332 -0
- data/lib/fauxhai/platforms/centos/5.0.json +710 -0
- data/lib/fauxhai/platforms/centos/5.1.json +730 -0
- data/lib/fauxhai/platforms/centos/5.10.json +288 -2092
- data/lib/fauxhai/platforms/centos/5.11.json +346 -3763
- data/lib/fauxhai/platforms/centos/5.2.json +742 -0
- data/lib/fauxhai/platforms/centos/5.3.json +770 -0
- data/lib/fauxhai/platforms/centos/5.4.json +774 -0
- data/lib/fauxhai/platforms/centos/5.5.json +790 -0
- data/lib/fauxhai/platforms/centos/5.6.json +874 -0
- data/lib/fauxhai/platforms/centos/5.7.json +878 -0
- data/lib/fauxhai/platforms/centos/5.8.json +333 -218
- data/lib/fauxhai/platforms/centos/5.9.json +355 -240
- data/lib/fauxhai/platforms/centos/6.0.json +332 -112
- data/lib/fauxhai/platforms/centos/6.1.json +633 -0
- data/lib/fauxhai/platforms/centos/6.2.json +462 -426
- data/lib/fauxhai/platforms/centos/6.3.json +470 -434
- data/lib/fauxhai/platforms/centos/6.4.json +389 -61
- data/lib/fauxhai/platforms/centos/6.5.json +280 -77
- data/lib/fauxhai/platforms/centos/6.6.json +372 -3680
- data/lib/fauxhai/platforms/centos/6.7.json +615 -0
- data/lib/fauxhai/platforms/centos/7.0.1406.json +294 -3611
- data/lib/fauxhai/platforms/centos/7.0.json +169 -2162
- data/lib/fauxhai/platforms/centos/7.1.1503.json +814 -0
- data/lib/fauxhai/platforms/debian/7.7.json +635 -0
- data/lib/fauxhai/platforms/debian/7.8.json +635 -0
- data/lib/fauxhai/platforms/debian/7.9.json +674 -0
- data/lib/fauxhai/platforms/debian/8.0.json +681 -0
- data/lib/fauxhai/platforms/debian/8.1.json +681 -0
- data/lib/fauxhai/platforms/debian/8.2.json +781 -0
- data/lib/fauxhai/platforms/debian/stretch/sid.json +611 -0
- data/lib/fauxhai/platforms/dragonfly4/4.2-RELEASE.json +155 -0
- data/lib/fauxhai/platforms/fedora/21.json +348 -91
- data/lib/fauxhai/platforms/fedora/22.json +752 -0
- data/lib/fauxhai/platforms/freebsd/10.0.json +1 -1
- data/lib/fauxhai/platforms/freebsd/10.1.json +316 -0
- data/lib/fauxhai/platforms/freebsd/10.2.json +316 -0
- data/lib/fauxhai/platforms/freebsd/9.1.json +141 -428
- data/lib/fauxhai/platforms/freebsd/9.2.json +25 -38
- data/lib/fauxhai/platforms/freebsd/9.3.json +316 -0
- data/lib/fauxhai/platforms/ios_xr/6.0.0.14I.json +342 -0
- data/lib/fauxhai/platforms/mac_os_x/10.11.1.json +857 -0
- data/lib/fauxhai/platforms/nexus/5.json +300 -0
- data/lib/fauxhai/platforms/omnios/151014.json +2422 -0
- data/lib/fauxhai/platforms/opensuse/12.3.json +249 -2208
- data/lib/fauxhai/platforms/opensuse/13.1.json +166 -2193
- data/lib/fauxhai/platforms/opensuse/13.2.json +646 -0
- data/lib/fauxhai/platforms/oracle/6.6.json +377 -0
- data/lib/fauxhai/platforms/oracle/7.0.json +627 -0
- data/lib/fauxhai/platforms/oracle/7.1.json +821 -0
- data/lib/fauxhai/platforms/redhat/6.6.json +519 -0
- data/lib/fauxhai/platforms/redhat/7.1.json +746 -0
- data/lib/fauxhai/platforms/solaris2/5.11.json +1 -0
- data/lib/fauxhai/platforms/ubuntu/12.04.json +257 -190
- data/lib/fauxhai/platforms/ubuntu/14.04.json +246 -184
- data/lib/fauxhai/platforms/ubuntu/15.04.json +643 -0
- data/lib/fauxhai/platforms/ubuntu/15.10.json +651 -0
- data/lib/fauxhai/platforms/windows/10.json +3545 -0
- data/lib/fauxhai/platforms/windows/2003R2.json +7887 -7887
- data/lib/fauxhai/platforms/windows/2008R2.json +532 -770
- data/lib/fauxhai/platforms/windows/2012.json +728 -1257
- data/lib/fauxhai/platforms/windows/2012R2.json +737 -1063
- data/lib/fauxhai/platforms/windows/8.1.json +3512 -0
- data/lib/fauxhai/platforms/windows/8.json +3926 -0
- data/lib/fauxhai/runner.rb +1 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +61 -7
@@ -0,0 +1,814 @@
|
|
1
|
+
{
|
2
|
+
"filesystem": {
|
3
|
+
"/dev/mapper/centos-root": {
|
4
|
+
"kb_size": "6981632",
|
5
|
+
"kb_used": "1071404",
|
6
|
+
"kb_available": "5910228",
|
7
|
+
"percent_used": "16%",
|
8
|
+
"mount": "/",
|
9
|
+
"total_inodes": "6991872",
|
10
|
+
"inodes_used": "39854",
|
11
|
+
"inodes_available": "6952018",
|
12
|
+
"inodes_percent_used": "1%",
|
13
|
+
"fs_type": "xfs",
|
14
|
+
"mount_options": [
|
15
|
+
"rw",
|
16
|
+
"relatime",
|
17
|
+
"seclabel",
|
18
|
+
"attr2",
|
19
|
+
"inode64",
|
20
|
+
"noquota"
|
21
|
+
],
|
22
|
+
"uuid": "d2d8f8bf-14c1-41f8-8654-d59e9724e311"
|
23
|
+
},
|
24
|
+
"devtmpfs": {
|
25
|
+
"kb_size": "499128",
|
26
|
+
"kb_used": "0",
|
27
|
+
"kb_available": "499128",
|
28
|
+
"percent_used": "0%",
|
29
|
+
"mount": "/dev",
|
30
|
+
"total_inodes": "124782",
|
31
|
+
"inodes_used": "334",
|
32
|
+
"inodes_available": "124448",
|
33
|
+
"inodes_percent_used": "1%",
|
34
|
+
"fs_type": "devtmpfs",
|
35
|
+
"mount_options": [
|
36
|
+
"rw",
|
37
|
+
"nosuid",
|
38
|
+
"seclabel",
|
39
|
+
"size=499128k",
|
40
|
+
"nr_inodes=124782",
|
41
|
+
"mode=755"
|
42
|
+
]
|
43
|
+
},
|
44
|
+
"tmpfs": {
|
45
|
+
"kb_size": "508580",
|
46
|
+
"kb_used": "0",
|
47
|
+
"kb_available": "508580",
|
48
|
+
"percent_used": "0%",
|
49
|
+
"mount": "/sys/fs/cgroup",
|
50
|
+
"total_inodes": "127145",
|
51
|
+
"inodes_used": "13",
|
52
|
+
"inodes_available": "127132",
|
53
|
+
"inodes_percent_used": "1%",
|
54
|
+
"fs_type": "tmpfs",
|
55
|
+
"mount_options": [
|
56
|
+
"rw",
|
57
|
+
"nosuid",
|
58
|
+
"nodev",
|
59
|
+
"noexec",
|
60
|
+
"seclabel",
|
61
|
+
"mode=755"
|
62
|
+
]
|
63
|
+
},
|
64
|
+
"/dev/sda1": {
|
65
|
+
"kb_size": "508588",
|
66
|
+
"kb_used": "121316",
|
67
|
+
"kb_available": "387272",
|
68
|
+
"percent_used": "24%",
|
69
|
+
"mount": "/boot",
|
70
|
+
"total_inodes": "512000",
|
71
|
+
"inodes_used": "330",
|
72
|
+
"inodes_available": "511670",
|
73
|
+
"inodes_percent_used": "1%",
|
74
|
+
"fs_type": "xfs",
|
75
|
+
"mount_options": [
|
76
|
+
"rw",
|
77
|
+
"relatime",
|
78
|
+
"seclabel",
|
79
|
+
"attr2",
|
80
|
+
"inode64",
|
81
|
+
"noquota"
|
82
|
+
],
|
83
|
+
"uuid": "d95ce1c9-b2db-4b6f-a34a-ba43e6b0df6b"
|
84
|
+
},
|
85
|
+
"proc": {
|
86
|
+
"mount": "/proc",
|
87
|
+
"fs_type": "proc",
|
88
|
+
"mount_options": [
|
89
|
+
"rw",
|
90
|
+
"nosuid",
|
91
|
+
"nodev",
|
92
|
+
"noexec",
|
93
|
+
"relatime"
|
94
|
+
]
|
95
|
+
},
|
96
|
+
"sysfs": {
|
97
|
+
"mount": "/sys",
|
98
|
+
"fs_type": "sysfs",
|
99
|
+
"mount_options": [
|
100
|
+
"rw",
|
101
|
+
"nosuid",
|
102
|
+
"nodev",
|
103
|
+
"noexec",
|
104
|
+
"relatime",
|
105
|
+
"seclabel"
|
106
|
+
]
|
107
|
+
},
|
108
|
+
"securityfs": {
|
109
|
+
"mount": "/sys/kernel/security",
|
110
|
+
"fs_type": "securityfs",
|
111
|
+
"mount_options": [
|
112
|
+
"rw",
|
113
|
+
"nosuid",
|
114
|
+
"nodev",
|
115
|
+
"noexec",
|
116
|
+
"relatime"
|
117
|
+
]
|
118
|
+
},
|
119
|
+
"devpts": {
|
120
|
+
"mount": "/dev/pts",
|
121
|
+
"fs_type": "devpts",
|
122
|
+
"mount_options": [
|
123
|
+
"rw",
|
124
|
+
"nosuid",
|
125
|
+
"noexec",
|
126
|
+
"relatime",
|
127
|
+
"seclabel",
|
128
|
+
"gid=5",
|
129
|
+
"mode=620",
|
130
|
+
"ptmxmode=000"
|
131
|
+
]
|
132
|
+
},
|
133
|
+
"cgroup": {
|
134
|
+
"mount": "/sys/fs/cgroup/hugetlb",
|
135
|
+
"fs_type": "cgroup",
|
136
|
+
"mount_options": [
|
137
|
+
"rw",
|
138
|
+
"nosuid",
|
139
|
+
"nodev",
|
140
|
+
"noexec",
|
141
|
+
"relatime",
|
142
|
+
"hugetlb"
|
143
|
+
]
|
144
|
+
},
|
145
|
+
"pstore": {
|
146
|
+
"mount": "/sys/fs/pstore",
|
147
|
+
"fs_type": "pstore",
|
148
|
+
"mount_options": [
|
149
|
+
"rw",
|
150
|
+
"nosuid",
|
151
|
+
"nodev",
|
152
|
+
"noexec",
|
153
|
+
"relatime"
|
154
|
+
]
|
155
|
+
},
|
156
|
+
"configfs": {
|
157
|
+
"mount": "/sys/kernel/config",
|
158
|
+
"fs_type": "configfs",
|
159
|
+
"mount_options": [
|
160
|
+
"rw",
|
161
|
+
"relatime"
|
162
|
+
]
|
163
|
+
},
|
164
|
+
"selinuxfs": {
|
165
|
+
"mount": "/sys/fs/selinux",
|
166
|
+
"fs_type": "selinuxfs",
|
167
|
+
"mount_options": [
|
168
|
+
"rw",
|
169
|
+
"relatime"
|
170
|
+
]
|
171
|
+
},
|
172
|
+
"systemd-1": {
|
173
|
+
"mount": "/proc/sys/fs/binfmt_misc",
|
174
|
+
"fs_type": "autofs",
|
175
|
+
"mount_options": [
|
176
|
+
"rw",
|
177
|
+
"relatime",
|
178
|
+
"fd=33",
|
179
|
+
"pgrp=1",
|
180
|
+
"timeout=300",
|
181
|
+
"minproto=5",
|
182
|
+
"maxproto=5",
|
183
|
+
"direct"
|
184
|
+
]
|
185
|
+
},
|
186
|
+
"mqueue": {
|
187
|
+
"mount": "/dev/mqueue",
|
188
|
+
"fs_type": "mqueue",
|
189
|
+
"mount_options": [
|
190
|
+
"rw",
|
191
|
+
"relatime",
|
192
|
+
"seclabel"
|
193
|
+
]
|
194
|
+
},
|
195
|
+
"hugetlbfs": {
|
196
|
+
"mount": "/dev/hugepages",
|
197
|
+
"fs_type": "hugetlbfs",
|
198
|
+
"mount_options": [
|
199
|
+
"rw",
|
200
|
+
"relatime",
|
201
|
+
"seclabel"
|
202
|
+
]
|
203
|
+
},
|
204
|
+
"debugfs": {
|
205
|
+
"mount": "/sys/kernel/debug",
|
206
|
+
"fs_type": "debugfs",
|
207
|
+
"mount_options": [
|
208
|
+
"rw",
|
209
|
+
"relatime"
|
210
|
+
]
|
211
|
+
},
|
212
|
+
"/dev/sda2": {
|
213
|
+
"fs_type": "LVM2_member",
|
214
|
+
"uuid": "rf5iBR-6vMm-nyAC-c3cB-myrv-nAN4-P9hRJ2"
|
215
|
+
},
|
216
|
+
"/dev/mapper/centos-swap": {
|
217
|
+
"fs_type": "swap",
|
218
|
+
"uuid": "77a28b0a-0d6b-4576-aef5-201894dfa63b"
|
219
|
+
},
|
220
|
+
"rootfs": {
|
221
|
+
"mount": "/",
|
222
|
+
"fs_type": "rootfs",
|
223
|
+
"mount_options": [
|
224
|
+
"rw"
|
225
|
+
]
|
226
|
+
}
|
227
|
+
},
|
228
|
+
"kernel": {
|
229
|
+
"name": "Linux",
|
230
|
+
"release": "3.10.0-229.el7.x86_64",
|
231
|
+
"version": "#1 SMP Fri Mar 6 11:36:42 UTC 2015",
|
232
|
+
"machine": "x86_64",
|
233
|
+
"os": "GNU/Linux",
|
234
|
+
"modules": {
|
235
|
+
"ip6t_rpfilter": {
|
236
|
+
"size": "12546",
|
237
|
+
"refcount": "1"
|
238
|
+
},
|
239
|
+
"ip6t_REJECT": {
|
240
|
+
"size": "12939",
|
241
|
+
"refcount": "2"
|
242
|
+
},
|
243
|
+
"ipt_REJECT": {
|
244
|
+
"size": "12541",
|
245
|
+
"refcount": "2"
|
246
|
+
},
|
247
|
+
"xt_conntrack": {
|
248
|
+
"size": "12760",
|
249
|
+
"refcount": "7"
|
250
|
+
},
|
251
|
+
"ebtable_nat": {
|
252
|
+
"size": "12807",
|
253
|
+
"refcount": "0"
|
254
|
+
},
|
255
|
+
"ebtable_broute": {
|
256
|
+
"size": "12731",
|
257
|
+
"refcount": "0"
|
258
|
+
},
|
259
|
+
"bridge": {
|
260
|
+
"size": "115385",
|
261
|
+
"refcount": "1"
|
262
|
+
},
|
263
|
+
"stp": {
|
264
|
+
"size": "12976",
|
265
|
+
"refcount": "1"
|
266
|
+
},
|
267
|
+
"llc": {
|
268
|
+
"size": "14552",
|
269
|
+
"refcount": "2"
|
270
|
+
},
|
271
|
+
"ebtable_filter": {
|
272
|
+
"size": "12827",
|
273
|
+
"refcount": "0"
|
274
|
+
},
|
275
|
+
"ebtables": {
|
276
|
+
"size": "30913",
|
277
|
+
"refcount": "3"
|
278
|
+
},
|
279
|
+
"ip6table_nat": {
|
280
|
+
"size": "12864",
|
281
|
+
"refcount": "1"
|
282
|
+
},
|
283
|
+
"nf_conntrack_ipv6": {
|
284
|
+
"size": "18738",
|
285
|
+
"refcount": "5"
|
286
|
+
},
|
287
|
+
"nf_defrag_ipv6": {
|
288
|
+
"size": "34651",
|
289
|
+
"refcount": "1"
|
290
|
+
},
|
291
|
+
"nf_nat_ipv6": {
|
292
|
+
"size": "14131",
|
293
|
+
"refcount": "1"
|
294
|
+
},
|
295
|
+
"ip6table_mangle": {
|
296
|
+
"size": "12700",
|
297
|
+
"refcount": "1"
|
298
|
+
},
|
299
|
+
"ip6table_security": {
|
300
|
+
"size": "12710",
|
301
|
+
"refcount": "1"
|
302
|
+
},
|
303
|
+
"ip6table_raw": {
|
304
|
+
"size": "12683",
|
305
|
+
"refcount": "1"
|
306
|
+
},
|
307
|
+
"ip6table_filter": {
|
308
|
+
"size": "12815",
|
309
|
+
"refcount": "1"
|
310
|
+
},
|
311
|
+
"ip6_tables": {
|
312
|
+
"size": "27025",
|
313
|
+
"refcount": "5"
|
314
|
+
},
|
315
|
+
"iptable_nat": {
|
316
|
+
"size": "12875",
|
317
|
+
"refcount": "1"
|
318
|
+
},
|
319
|
+
"nf_conntrack_ipv4": {
|
320
|
+
"size": "14862",
|
321
|
+
"refcount": "4"
|
322
|
+
},
|
323
|
+
"nf_defrag_ipv4": {
|
324
|
+
"size": "12729",
|
325
|
+
"refcount": "1"
|
326
|
+
},
|
327
|
+
"nf_nat_ipv4": {
|
328
|
+
"size": "14115",
|
329
|
+
"refcount": "1"
|
330
|
+
},
|
331
|
+
"nf_nat": {
|
332
|
+
"size": "26146",
|
333
|
+
"refcount": "2"
|
334
|
+
},
|
335
|
+
"nf_conntrack": {
|
336
|
+
"size": "105702",
|
337
|
+
"refcount": "6"
|
338
|
+
},
|
339
|
+
"iptable_mangle": {
|
340
|
+
"size": "12695",
|
341
|
+
"refcount": "1"
|
342
|
+
},
|
343
|
+
"iptable_security": {
|
344
|
+
"size": "12705",
|
345
|
+
"refcount": "1"
|
346
|
+
},
|
347
|
+
"iptable_raw": {
|
348
|
+
"size": "12678",
|
349
|
+
"refcount": "1"
|
350
|
+
},
|
351
|
+
"iptable_filter": {
|
352
|
+
"size": "12810",
|
353
|
+
"refcount": "1"
|
354
|
+
},
|
355
|
+
"ip_tables": {
|
356
|
+
"size": "27239",
|
357
|
+
"refcount": "5"
|
358
|
+
},
|
359
|
+
"crct10dif_pclmul": {
|
360
|
+
"size": "14289",
|
361
|
+
"refcount": "0"
|
362
|
+
},
|
363
|
+
"crc32_pclmul": {
|
364
|
+
"size": "13113",
|
365
|
+
"refcount": "0"
|
366
|
+
},
|
367
|
+
"crc32c_intel": {
|
368
|
+
"size": "22079",
|
369
|
+
"refcount": "0"
|
370
|
+
},
|
371
|
+
"ghash_clmulni_intel": {
|
372
|
+
"size": "13259",
|
373
|
+
"refcount": "0"
|
374
|
+
},
|
375
|
+
"aesni_intel": {
|
376
|
+
"size": "52846",
|
377
|
+
"refcount": "0"
|
378
|
+
},
|
379
|
+
"ppdev": {
|
380
|
+
"size": "17671",
|
381
|
+
"refcount": "0"
|
382
|
+
},
|
383
|
+
"lrw": {
|
384
|
+
"size": "13286",
|
385
|
+
"refcount": "1"
|
386
|
+
},
|
387
|
+
"gf128mul": {
|
388
|
+
"size": "14951",
|
389
|
+
"refcount": "1"
|
390
|
+
},
|
391
|
+
"glue_helper": {
|
392
|
+
"size": "13990",
|
393
|
+
"refcount": "1"
|
394
|
+
},
|
395
|
+
"ablk_helper": {
|
396
|
+
"size": "13597",
|
397
|
+
"refcount": "1"
|
398
|
+
},
|
399
|
+
"cryptd": {
|
400
|
+
"size": "20359",
|
401
|
+
"refcount": "3"
|
402
|
+
},
|
403
|
+
"snd_intel8x0": {
|
404
|
+
"size": "38274",
|
405
|
+
"refcount": "0"
|
406
|
+
},
|
407
|
+
"pcspkr": {
|
408
|
+
"size": "12718",
|
409
|
+
"refcount": "0"
|
410
|
+
},
|
411
|
+
"snd_ac97_codec": {
|
412
|
+
"size": "130476",
|
413
|
+
"refcount": "1"
|
414
|
+
},
|
415
|
+
"video": {
|
416
|
+
"size": "19263",
|
417
|
+
"refcount": "0"
|
418
|
+
},
|
419
|
+
"ac97_bus": {
|
420
|
+
"size": "12730",
|
421
|
+
"refcount": "1"
|
422
|
+
},
|
423
|
+
"serio_raw": {
|
424
|
+
"size": "13462",
|
425
|
+
"refcount": "0"
|
426
|
+
},
|
427
|
+
"snd_seq": {
|
428
|
+
"size": "63074",
|
429
|
+
"refcount": "0"
|
430
|
+
},
|
431
|
+
"snd_seq_device": {
|
432
|
+
"size": "14497",
|
433
|
+
"refcount": "1"
|
434
|
+
},
|
435
|
+
"snd_pcm": {
|
436
|
+
"size": "103996",
|
437
|
+
"refcount": "2"
|
438
|
+
},
|
439
|
+
"snd_timer": {
|
440
|
+
"size": "29562",
|
441
|
+
"refcount": "2"
|
442
|
+
},
|
443
|
+
"snd": {
|
444
|
+
"size": "75127",
|
445
|
+
"refcount": "6"
|
446
|
+
},
|
447
|
+
"soundcore": {
|
448
|
+
"size": "15047",
|
449
|
+
"refcount": "1"
|
450
|
+
},
|
451
|
+
"parport_pc": {
|
452
|
+
"size": "28165",
|
453
|
+
"refcount": "0"
|
454
|
+
},
|
455
|
+
"parport": {
|
456
|
+
"size": "42348",
|
457
|
+
"refcount": "2"
|
458
|
+
},
|
459
|
+
"i2c_piix4": {
|
460
|
+
"size": "22106",
|
461
|
+
"refcount": "0"
|
462
|
+
},
|
463
|
+
"i2c_core": {
|
464
|
+
"size": "40325",
|
465
|
+
"refcount": "1"
|
466
|
+
},
|
467
|
+
"xfs": {
|
468
|
+
"size": "915019",
|
469
|
+
"refcount": "2"
|
470
|
+
},
|
471
|
+
"libcrc32c": {
|
472
|
+
"size": "12644",
|
473
|
+
"refcount": "1"
|
474
|
+
},
|
475
|
+
"sd_mod": {
|
476
|
+
"size": "45499",
|
477
|
+
"refcount": "3"
|
478
|
+
},
|
479
|
+
"sr_mod": {
|
480
|
+
"size": "22416",
|
481
|
+
"refcount": "0"
|
482
|
+
},
|
483
|
+
"crc_t10dif": {
|
484
|
+
"size": "12714",
|
485
|
+
"refcount": "1"
|
486
|
+
},
|
487
|
+
"crct10dif_common": {
|
488
|
+
"size": "12595",
|
489
|
+
"refcount": "2"
|
490
|
+
},
|
491
|
+
"cdrom": {
|
492
|
+
"size": "42556",
|
493
|
+
"refcount": "1"
|
494
|
+
},
|
495
|
+
"ata_generic": {
|
496
|
+
"size": "12910",
|
497
|
+
"refcount": "0"
|
498
|
+
},
|
499
|
+
"pata_acpi": {
|
500
|
+
"size": "13038",
|
501
|
+
"refcount": "0"
|
502
|
+
},
|
503
|
+
"ahci": {
|
504
|
+
"size": "29870",
|
505
|
+
"refcount": "2"
|
506
|
+
},
|
507
|
+
"libahci": {
|
508
|
+
"size": "32009",
|
509
|
+
"refcount": "1"
|
510
|
+
},
|
511
|
+
"ata_piix": {
|
512
|
+
"size": "35038",
|
513
|
+
"refcount": "0"
|
514
|
+
},
|
515
|
+
"e1000": {
|
516
|
+
"size": "149270",
|
517
|
+
"refcount": "0"
|
518
|
+
},
|
519
|
+
"libata": {
|
520
|
+
"size": "218854",
|
521
|
+
"refcount": "5"
|
522
|
+
},
|
523
|
+
"dm_mirror": {
|
524
|
+
"size": "22135",
|
525
|
+
"refcount": "0"
|
526
|
+
},
|
527
|
+
"dm_region_hash": {
|
528
|
+
"size": "20862",
|
529
|
+
"refcount": "1"
|
530
|
+
},
|
531
|
+
"dm_log": {
|
532
|
+
"size": "18411",
|
533
|
+
"refcount": "2"
|
534
|
+
},
|
535
|
+
"dm_mod": {
|
536
|
+
"size": "104038",
|
537
|
+
"refcount": "8"
|
538
|
+
}
|
539
|
+
}
|
540
|
+
},
|
541
|
+
"lsb": {
|
542
|
+
},
|
543
|
+
"os": "linux",
|
544
|
+
"os_version": "3.10.0-229.el7.x86_64",
|
545
|
+
"platform": "centos",
|
546
|
+
"platform_version": "7.1.1503",
|
547
|
+
"platform_family": "rhel",
|
548
|
+
"command": {
|
549
|
+
"ps": "ps -ef"
|
550
|
+
},
|
551
|
+
"dmi": {
|
552
|
+
"dmidecode_version": "2.12",
|
553
|
+
"smbios_version": "2.5",
|
554
|
+
"structures": {
|
555
|
+
"count": "10",
|
556
|
+
"size": "449"
|
557
|
+
},
|
558
|
+
"table_location": "0x000E1000",
|
559
|
+
"bios": {
|
560
|
+
"all_records": [
|
561
|
+
{
|
562
|
+
"record_id": "0x0000",
|
563
|
+
"size": "0",
|
564
|
+
"application_identifier": "BIOS Information",
|
565
|
+
"Vendor": "innotek GmbH",
|
566
|
+
"Version": "VirtualBox",
|
567
|
+
"Release Date": "12/01/2006",
|
568
|
+
"Address": "0xE0000",
|
569
|
+
"Runtime Size": "128 kB",
|
570
|
+
"ROM Size": "128 kB",
|
571
|
+
"Characteristics": {
|
572
|
+
"ISA is supported": null,
|
573
|
+
"PCI is supported": null,
|
574
|
+
"Boot from CD is supported": null,
|
575
|
+
"Selectable boot is supported": null,
|
576
|
+
"8042 keyboard services are supported (int 9h)": null,
|
577
|
+
"CGA/mono video services are supported (int 10h)": null,
|
578
|
+
"ACPI is supported": null
|
579
|
+
}
|
580
|
+
}
|
581
|
+
],
|
582
|
+
"vendor": "innotek GmbH",
|
583
|
+
"version": "VirtualBox",
|
584
|
+
"release_date": "12/01/2006",
|
585
|
+
"address": "0xE0000",
|
586
|
+
"runtime_size": "128 kB",
|
587
|
+
"rom_size": "128 kB"
|
588
|
+
},
|
589
|
+
"system": {
|
590
|
+
"all_records": [
|
591
|
+
{
|
592
|
+
"record_id": "0x0001",
|
593
|
+
"size": "1",
|
594
|
+
"application_identifier": "System Information",
|
595
|
+
"Manufacturer": "innotek GmbH",
|
596
|
+
"Product Name": "VirtualBox",
|
597
|
+
"Version": "1.2",
|
598
|
+
"Serial Number": "0",
|
599
|
+
"UUID": "A5E91E08-1ADB-4397-8DCA-B3E4F30B6716",
|
600
|
+
"Wake-up Type": "Power Switch",
|
601
|
+
"SKU Number": "Not Specified",
|
602
|
+
"Family": "Virtual Machine"
|
603
|
+
}
|
604
|
+
],
|
605
|
+
"manufacturer": "innotek GmbH",
|
606
|
+
"product_name": "VirtualBox",
|
607
|
+
"version": "1.2",
|
608
|
+
"serial_number": "0",
|
609
|
+
"uuid": "A5E91E08-1ADB-4397-8DCA-B3E4F30B6716",
|
610
|
+
"wake_up_type": "Power Switch",
|
611
|
+
"sku_number": "Not Specified",
|
612
|
+
"family": "Virtual Machine"
|
613
|
+
},
|
614
|
+
"base_board": {
|
615
|
+
"all_records": [
|
616
|
+
{
|
617
|
+
"record_id": "0x0008",
|
618
|
+
"size": "2",
|
619
|
+
"application_identifier": "Base Board Information",
|
620
|
+
"Manufacturer": "Oracle Corporation",
|
621
|
+
"Product Name": "VirtualBox",
|
622
|
+
"Version": "1.2",
|
623
|
+
"Serial Number": "0",
|
624
|
+
"Asset Tag": "Not Specified",
|
625
|
+
"Features": {
|
626
|
+
"Board is a hosting board": null
|
627
|
+
},
|
628
|
+
"Location In Chassis": "Not Specified",
|
629
|
+
"Chassis Handle": "0x0003",
|
630
|
+
"Type": "Motherboard",
|
631
|
+
"Contained Object Handles": "0"
|
632
|
+
}
|
633
|
+
],
|
634
|
+
"manufacturer": "Oracle Corporation",
|
635
|
+
"product_name": "VirtualBox",
|
636
|
+
"version": "1.2",
|
637
|
+
"serial_number": "0",
|
638
|
+
"asset_tag": "Not Specified",
|
639
|
+
"location_in_chassis": "Not Specified",
|
640
|
+
"chassis_handle": "0x0003",
|
641
|
+
"type": "Motherboard",
|
642
|
+
"contained_object_handles": "0"
|
643
|
+
},
|
644
|
+
"chassis": {
|
645
|
+
"all_records": [
|
646
|
+
{
|
647
|
+
"record_id": "0x0003",
|
648
|
+
"size": "3",
|
649
|
+
"application_identifier": "Chassis Information",
|
650
|
+
"Manufacturer": "Oracle Corporation",
|
651
|
+
"Type": "Other",
|
652
|
+
"Lock": "Not Present",
|
653
|
+
"Version": "Not Specified",
|
654
|
+
"Serial Number": "Not Specified",
|
655
|
+
"Asset Tag": "Not Specified",
|
656
|
+
"Boot-up State": "Safe",
|
657
|
+
"Power Supply State": "Safe",
|
658
|
+
"Thermal State": "Safe",
|
659
|
+
"Security Status": "None"
|
660
|
+
}
|
661
|
+
],
|
662
|
+
"manufacturer": "Oracle Corporation",
|
663
|
+
"type": "Other",
|
664
|
+
"lock": "Not Present",
|
665
|
+
"version": "Not Specified",
|
666
|
+
"serial_number": "Not Specified",
|
667
|
+
"asset_tag": "Not Specified",
|
668
|
+
"boot_up_state": "Safe",
|
669
|
+
"power_supply_state": "Safe",
|
670
|
+
"thermal_state": "Safe",
|
671
|
+
"security_status": "None"
|
672
|
+
},
|
673
|
+
"oem_strings": {
|
674
|
+
"all_records": [
|
675
|
+
{
|
676
|
+
"record_id": "0x0002",
|
677
|
+
"size": "11",
|
678
|
+
"application_identifier": "OEM Strings",
|
679
|
+
"String 1": "vboxVer_5.0.6",
|
680
|
+
"String 2": "vboxRev_103037"
|
681
|
+
}
|
682
|
+
],
|
683
|
+
"string_1": "vboxVer_5.0.6",
|
684
|
+
"string_2": "vboxRev_103037"
|
685
|
+
}
|
686
|
+
},
|
687
|
+
"ohai_time": 1445970320.3895743,
|
688
|
+
"languages": {
|
689
|
+
"ruby": {
|
690
|
+
"bin_dir": "/usr/local/bin",
|
691
|
+
"gem_bin": "/usr/local/bin/gem",
|
692
|
+
"gems_dir": "/usr/local/gems",
|
693
|
+
"ruby_bin": "/usr/local/bin/ruby"
|
694
|
+
},
|
695
|
+
"powershell": null
|
696
|
+
},
|
697
|
+
"chef_packages": {
|
698
|
+
"chef": {
|
699
|
+
"version": "12.5.1",
|
700
|
+
"chef_root": "/usr/local/gems/chef-12.5.1/lib"
|
701
|
+
},
|
702
|
+
"ohai": {
|
703
|
+
"version": "8.7.0",
|
704
|
+
"ohai_root": "/usr/local/gems/ohai-8.7.0/lib/ohai"
|
705
|
+
}
|
706
|
+
},
|
707
|
+
"counters": {
|
708
|
+
"network": {
|
709
|
+
"interfaces": {
|
710
|
+
"eth0": {
|
711
|
+
"rx": {
|
712
|
+
"bytes": "0",
|
713
|
+
"packets": "0",
|
714
|
+
"errors": "0",
|
715
|
+
"drop": 0,
|
716
|
+
"overrun": 0,
|
717
|
+
"frame": 0,
|
718
|
+
"compressed": 0,
|
719
|
+
"multicast": 0
|
720
|
+
},
|
721
|
+
"tx": {
|
722
|
+
"bytes": "342",
|
723
|
+
"packets": "0",
|
724
|
+
"errors": "0",
|
725
|
+
"drop": 0,
|
726
|
+
"overrun": 0,
|
727
|
+
"collisions": "0",
|
728
|
+
"carrier": 0,
|
729
|
+
"compressed": 0
|
730
|
+
}
|
731
|
+
}
|
732
|
+
}
|
733
|
+
}
|
734
|
+
},
|
735
|
+
"current_user": "fauxhai",
|
736
|
+
"domain": "local",
|
737
|
+
"etc": {
|
738
|
+
"passwd": {
|
739
|
+
"fauxhai": {
|
740
|
+
"dir": "/home/fauxhai",
|
741
|
+
"gid": 0,
|
742
|
+
"uid": 0,
|
743
|
+
"shell": "/bin/bash",
|
744
|
+
"gecos": "Fauxhai"
|
745
|
+
}
|
746
|
+
},
|
747
|
+
"group": {
|
748
|
+
"fauxhai": {
|
749
|
+
"gid": 0,
|
750
|
+
"members": [
|
751
|
+
"fauxhai"
|
752
|
+
]
|
753
|
+
}
|
754
|
+
}
|
755
|
+
},
|
756
|
+
"hostname": "Fauxhai",
|
757
|
+
"fqdn": "fauxhai.local",
|
758
|
+
"ipaddress": "10.0.0.2",
|
759
|
+
"keys": {
|
760
|
+
"ssh": {
|
761
|
+
"host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
|
762
|
+
"host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
|
763
|
+
}
|
764
|
+
},
|
765
|
+
"macaddress": "11:11:11:11:11:11",
|
766
|
+
"network": {
|
767
|
+
"default_gateway": "10.0.0.1",
|
768
|
+
"default_interface": "eth0",
|
769
|
+
"settings": {
|
770
|
+
},
|
771
|
+
"interfaces": {
|
772
|
+
"eth0": {
|
773
|
+
"addresses": {
|
774
|
+
"10.0.0.2": {
|
775
|
+
"broadcast": "10.0.0.255",
|
776
|
+
"family": "inet",
|
777
|
+
"netmask": "255.255.255.0",
|
778
|
+
"prefixlen": "23",
|
779
|
+
"scope": "Global"
|
780
|
+
}
|
781
|
+
},
|
782
|
+
"arp": {
|
783
|
+
"10.0.0.1": "fe:ff:ff:ff:ff:ff"
|
784
|
+
},
|
785
|
+
"encapsulation": "Ethernet",
|
786
|
+
"flags": [
|
787
|
+
"BROADCAST",
|
788
|
+
"MULTICAST",
|
789
|
+
"UP",
|
790
|
+
"LOWER_UP"
|
791
|
+
],
|
792
|
+
"mtu": "1500",
|
793
|
+
"number": "0",
|
794
|
+
"routes": {
|
795
|
+
"10.0.0.0/255": {
|
796
|
+
"scope": "link",
|
797
|
+
"src": "10.0.0.2"
|
798
|
+
}
|
799
|
+
},
|
800
|
+
"state": "up",
|
801
|
+
"type": "eth"
|
802
|
+
}
|
803
|
+
}
|
804
|
+
},
|
805
|
+
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
806
|
+
"uptime_seconds": 2646450,
|
807
|
+
"cpu": {
|
808
|
+
"real": 1,
|
809
|
+
"total": 1
|
810
|
+
},
|
811
|
+
"memory": {
|
812
|
+
"total": "1024MB"
|
813
|
+
}
|
814
|
+
}
|