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,332 @@
|
|
1
|
+
{
|
2
|
+
"lsb": {
|
3
|
+
},
|
4
|
+
"filesystem": {
|
5
|
+
"/dev/xvda1": {
|
6
|
+
"kb_size": "8123812",
|
7
|
+
"kb_used": "1368832",
|
8
|
+
"kb_available": "6654732",
|
9
|
+
"percent_used": "18%",
|
10
|
+
"mount": "/",
|
11
|
+
"total_inodes": "524288",
|
12
|
+
"inodes_used": "51284",
|
13
|
+
"inodes_available": "473004",
|
14
|
+
"inodes_percent_used": "10%",
|
15
|
+
"fs_type": "ext4",
|
16
|
+
"mount_options": [
|
17
|
+
"rw",
|
18
|
+
"noatime",
|
19
|
+
"data=ordered"
|
20
|
+
],
|
21
|
+
"uuid": "7715e0d4-454d-4844-857b-5ef65f06b574",
|
22
|
+
"label": "/"
|
23
|
+
},
|
24
|
+
"devtmpfs": {
|
25
|
+
"kb_size": "500712",
|
26
|
+
"kb_used": "56",
|
27
|
+
"kb_available": "500656",
|
28
|
+
"percent_used": "1%",
|
29
|
+
"mount": "/dev",
|
30
|
+
"total_inodes": "125178",
|
31
|
+
"inodes_used": "430",
|
32
|
+
"inodes_available": "124748",
|
33
|
+
"inodes_percent_used": "1%",
|
34
|
+
"fs_type": "devtmpfs",
|
35
|
+
"mount_options": [
|
36
|
+
"rw",
|
37
|
+
"relatime",
|
38
|
+
"size=500712k",
|
39
|
+
"nr_inodes=125178",
|
40
|
+
"mode=755"
|
41
|
+
]
|
42
|
+
},
|
43
|
+
"tmpfs": {
|
44
|
+
"kb_size": "509724",
|
45
|
+
"kb_used": "0",
|
46
|
+
"kb_available": "509724",
|
47
|
+
"percent_used": "0%",
|
48
|
+
"mount": "/dev/shm",
|
49
|
+
"total_inodes": "127431",
|
50
|
+
"inodes_used": "1",
|
51
|
+
"inodes_available": "127430",
|
52
|
+
"inodes_percent_used": "1%",
|
53
|
+
"fs_type": "tmpfs",
|
54
|
+
"mount_options": [
|
55
|
+
"rw",
|
56
|
+
"relatime"
|
57
|
+
]
|
58
|
+
},
|
59
|
+
"proc": {
|
60
|
+
"mount": "/proc",
|
61
|
+
"fs_type": "proc",
|
62
|
+
"mount_options": [
|
63
|
+
"rw",
|
64
|
+
"relatime"
|
65
|
+
]
|
66
|
+
},
|
67
|
+
"sysfs": {
|
68
|
+
"mount": "/sys",
|
69
|
+
"fs_type": "sysfs",
|
70
|
+
"mount_options": [
|
71
|
+
"rw",
|
72
|
+
"relatime"
|
73
|
+
]
|
74
|
+
},
|
75
|
+
"devpts": {
|
76
|
+
"mount": "/dev/pts",
|
77
|
+
"fs_type": "devpts",
|
78
|
+
"mount_options": [
|
79
|
+
"rw",
|
80
|
+
"relatime",
|
81
|
+
"gid=5",
|
82
|
+
"mode=620",
|
83
|
+
"ptmxmode=000"
|
84
|
+
]
|
85
|
+
},
|
86
|
+
"none": {
|
87
|
+
"mount": "/proc/sys/fs/binfmt_misc",
|
88
|
+
"fs_type": "binfmt_misc",
|
89
|
+
"mount_options": [
|
90
|
+
"rw",
|
91
|
+
"relatime"
|
92
|
+
]
|
93
|
+
}
|
94
|
+
},
|
95
|
+
"kernel": {
|
96
|
+
"name": "Linux",
|
97
|
+
"release": "4.1.10-17.31.amzn1.x86_64",
|
98
|
+
"version": "#1 SMP Sat Oct 24 01:31:37 UTC 2015",
|
99
|
+
"machine": "x86_64",
|
100
|
+
"os": "GNU/Linux",
|
101
|
+
"modules": {
|
102
|
+
"ipv6": {
|
103
|
+
"size": "371645",
|
104
|
+
"refcount": "52"
|
105
|
+
},
|
106
|
+
"binfmt_misc": {
|
107
|
+
"size": "7136",
|
108
|
+
"refcount": "1"
|
109
|
+
},
|
110
|
+
"evbug": {
|
111
|
+
"size": "2168",
|
112
|
+
"refcount": "0"
|
113
|
+
},
|
114
|
+
"evdev": {
|
115
|
+
"size": "11201",
|
116
|
+
"refcount": "0"
|
117
|
+
},
|
118
|
+
"psmouse": {
|
119
|
+
"size": "104421",
|
120
|
+
"refcount": "0"
|
121
|
+
},
|
122
|
+
"i2c_piix4": {
|
123
|
+
"size": "9478",
|
124
|
+
"refcount": "0"
|
125
|
+
},
|
126
|
+
"acpi_cpufreq": {
|
127
|
+
"size": "7894",
|
128
|
+
"refcount": "0"
|
129
|
+
},
|
130
|
+
"i2c_core": {
|
131
|
+
"size": "44840",
|
132
|
+
"refcount": "1"
|
133
|
+
},
|
134
|
+
"button": {
|
135
|
+
"size": "5662",
|
136
|
+
"refcount": "0"
|
137
|
+
},
|
138
|
+
"ext4": {
|
139
|
+
"size": "568296",
|
140
|
+
"refcount": "1"
|
141
|
+
},
|
142
|
+
"crc16": {
|
143
|
+
"size": "1723",
|
144
|
+
"refcount": "1"
|
145
|
+
},
|
146
|
+
"jbd2": {
|
147
|
+
"size": "102882",
|
148
|
+
"refcount": "1"
|
149
|
+
},
|
150
|
+
"mbcache": {
|
151
|
+
"size": "9260",
|
152
|
+
"refcount": "1"
|
153
|
+
},
|
154
|
+
"ata_piix": {
|
155
|
+
"size": "26764",
|
156
|
+
"refcount": "0"
|
157
|
+
},
|
158
|
+
"libata": {
|
159
|
+
"size": "230366",
|
160
|
+
"refcount": "1"
|
161
|
+
},
|
162
|
+
"scsi_mod": {
|
163
|
+
"size": "224784",
|
164
|
+
"refcount": "1"
|
165
|
+
},
|
166
|
+
"dm_mirror": {
|
167
|
+
"size": "14078",
|
168
|
+
"refcount": "0"
|
169
|
+
},
|
170
|
+
"dm_region_hash": {
|
171
|
+
"size": "11365",
|
172
|
+
"refcount": "1"
|
173
|
+
},
|
174
|
+
"dm_log": {
|
175
|
+
"size": "9515",
|
176
|
+
"refcount": "2"
|
177
|
+
},
|
178
|
+
"dm_mod": {
|
179
|
+
"size": "101315",
|
180
|
+
"refcount": "2"
|
181
|
+
}
|
182
|
+
}
|
183
|
+
},
|
184
|
+
"os": "linux",
|
185
|
+
"os_version": "4.1.10-17.31.amzn1.x86_64",
|
186
|
+
"platform": "amazon",
|
187
|
+
"platform_version": "2015.09",
|
188
|
+
"platform_family": "rhel",
|
189
|
+
"ohai_time": 1446644566.7419872,
|
190
|
+
"dmi": {
|
191
|
+
},
|
192
|
+
"command": {
|
193
|
+
"ps": "ps -ef"
|
194
|
+
},
|
195
|
+
"languages": {
|
196
|
+
"ruby": {
|
197
|
+
"platform": "x86_64-linux",
|
198
|
+
"version": "2.0.0",
|
199
|
+
"release_date": "2015-08-18",
|
200
|
+
"target": "x86_64-amazon-linux-gnu",
|
201
|
+
"target_cpu": "x86_64",
|
202
|
+
"target_vendor": "amazon",
|
203
|
+
"target_os": "linux",
|
204
|
+
"host": "x86_64-redhat-linux-gnu",
|
205
|
+
"host_cpu": "x86_64",
|
206
|
+
"host_os": "linux-gnu",
|
207
|
+
"host_vendor": "redhat",
|
208
|
+
"bin_dir": "/usr/local/bin",
|
209
|
+
"ruby_bin": "/usr/local/bin/ruby",
|
210
|
+
"gems_dir": "/usr/local/gems",
|
211
|
+
"gem_bin": "/usr/local/bin/gem"
|
212
|
+
},
|
213
|
+
"powershell": null
|
214
|
+
},
|
215
|
+
"chef_packages": {
|
216
|
+
"chef": {
|
217
|
+
"version": "12.5.1",
|
218
|
+
"chef_root": "/usr/local/gems/chef-12.5.1/lib"
|
219
|
+
},
|
220
|
+
"ohai": {
|
221
|
+
"version": "8.7.0",
|
222
|
+
"ohai_root": "/usr/local/gems/ohai-8.7.0/lib/ohai"
|
223
|
+
}
|
224
|
+
},
|
225
|
+
"counters": {
|
226
|
+
"network": {
|
227
|
+
"interfaces": {
|
228
|
+
"eth0": {
|
229
|
+
"rx": {
|
230
|
+
"bytes": "0",
|
231
|
+
"packets": "0",
|
232
|
+
"errors": "0",
|
233
|
+
"drop": 0,
|
234
|
+
"overrun": 0,
|
235
|
+
"frame": 0,
|
236
|
+
"compressed": 0,
|
237
|
+
"multicast": 0
|
238
|
+
},
|
239
|
+
"tx": {
|
240
|
+
"bytes": "342",
|
241
|
+
"packets": "0",
|
242
|
+
"errors": "0",
|
243
|
+
"drop": 0,
|
244
|
+
"overrun": 0,
|
245
|
+
"collisions": "0",
|
246
|
+
"carrier": 0,
|
247
|
+
"compressed": 0
|
248
|
+
}
|
249
|
+
}
|
250
|
+
}
|
251
|
+
}
|
252
|
+
},
|
253
|
+
"current_user": "fauxhai",
|
254
|
+
"domain": "local",
|
255
|
+
"etc": {
|
256
|
+
"passwd": {
|
257
|
+
"fauxhai": {
|
258
|
+
"dir": "/home/fauxhai",
|
259
|
+
"gid": 0,
|
260
|
+
"uid": 0,
|
261
|
+
"shell": "/bin/bash",
|
262
|
+
"gecos": "Fauxhai"
|
263
|
+
}
|
264
|
+
},
|
265
|
+
"group": {
|
266
|
+
"fauxhai": {
|
267
|
+
"gid": 0,
|
268
|
+
"members": [
|
269
|
+
"fauxhai"
|
270
|
+
]
|
271
|
+
}
|
272
|
+
}
|
273
|
+
},
|
274
|
+
"hostname": "Fauxhai",
|
275
|
+
"fqdn": "fauxhai.local",
|
276
|
+
"ipaddress": "10.0.0.2",
|
277
|
+
"keys": {
|
278
|
+
"ssh": {
|
279
|
+
"host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
|
280
|
+
"host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
|
281
|
+
}
|
282
|
+
},
|
283
|
+
"macaddress": "11:11:11:11:11:11",
|
284
|
+
"network": {
|
285
|
+
"default_gateway": "10.0.0.1",
|
286
|
+
"default_interface": "eth0",
|
287
|
+
"settings": {
|
288
|
+
},
|
289
|
+
"interfaces": {
|
290
|
+
"eth0": {
|
291
|
+
"addresses": {
|
292
|
+
"10.0.0.2": {
|
293
|
+
"broadcast": "10.0.0.255",
|
294
|
+
"family": "inet",
|
295
|
+
"netmask": "255.255.255.0",
|
296
|
+
"prefixlen": "23",
|
297
|
+
"scope": "Global"
|
298
|
+
}
|
299
|
+
},
|
300
|
+
"arp": {
|
301
|
+
"10.0.0.1": "fe:ff:ff:ff:ff:ff"
|
302
|
+
},
|
303
|
+
"encapsulation": "Ethernet",
|
304
|
+
"flags": [
|
305
|
+
"BROADCAST",
|
306
|
+
"MULTICAST",
|
307
|
+
"UP",
|
308
|
+
"LOWER_UP"
|
309
|
+
],
|
310
|
+
"mtu": "1500",
|
311
|
+
"number": "0",
|
312
|
+
"routes": {
|
313
|
+
"10.0.0.0/255": {
|
314
|
+
"scope": "link",
|
315
|
+
"src": "10.0.0.2"
|
316
|
+
}
|
317
|
+
},
|
318
|
+
"state": "up",
|
319
|
+
"type": "eth"
|
320
|
+
}
|
321
|
+
}
|
322
|
+
},
|
323
|
+
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
324
|
+
"uptime_seconds": 2646450,
|
325
|
+
"cpu": {
|
326
|
+
"real": 1,
|
327
|
+
"total": 1
|
328
|
+
},
|
329
|
+
"memory": {
|
330
|
+
"total": "1024MB"
|
331
|
+
}
|
332
|
+
}
|
@@ -0,0 +1,710 @@
|
|
1
|
+
{
|
2
|
+
"lsb": {
|
3
|
+
"id": "CentOS",
|
4
|
+
"description": "CentOS release 5 (Final)",
|
5
|
+
"release": "5",
|
6
|
+
"codename": "Final"
|
7
|
+
},
|
8
|
+
"kernel": {
|
9
|
+
"name": "Linux",
|
10
|
+
"release": "2.6.18-8.el5",
|
11
|
+
"version": "#1 SMP Thu Mar 15 19:46:53 EDT 2007",
|
12
|
+
"machine": "x86_64",
|
13
|
+
"os": "GNU/Linux",
|
14
|
+
"modules": {
|
15
|
+
"autofs4": {
|
16
|
+
"size": "56393",
|
17
|
+
"refcount": "2"
|
18
|
+
},
|
19
|
+
"hidp": {
|
20
|
+
"size": "83649",
|
21
|
+
"refcount": "2"
|
22
|
+
},
|
23
|
+
"rfcomm": {
|
24
|
+
"size": "104809",
|
25
|
+
"refcount": "0"
|
26
|
+
},
|
27
|
+
"l2cap": {
|
28
|
+
"size": "89281",
|
29
|
+
"refcount": "10"
|
30
|
+
},
|
31
|
+
"bluetooth": {
|
32
|
+
"size": "118725",
|
33
|
+
"refcount": "5"
|
34
|
+
},
|
35
|
+
"sunrpc": {
|
36
|
+
"size": "195977",
|
37
|
+
"refcount": "1"
|
38
|
+
},
|
39
|
+
"ip_conntrack_netbios_ns": {
|
40
|
+
"size": "36033",
|
41
|
+
"refcount": "0"
|
42
|
+
},
|
43
|
+
"ipt_REJECT": {
|
44
|
+
"size": "38849",
|
45
|
+
"refcount": "1"
|
46
|
+
},
|
47
|
+
"xt_state": {
|
48
|
+
"size": "35265",
|
49
|
+
"refcount": "2"
|
50
|
+
},
|
51
|
+
"ip_conntrack": {
|
52
|
+
"size": "91365",
|
53
|
+
"refcount": "2"
|
54
|
+
},
|
55
|
+
"nfnetlink": {
|
56
|
+
"size": "40457",
|
57
|
+
"refcount": "1"
|
58
|
+
},
|
59
|
+
"iptable_filter": {
|
60
|
+
"size": "36161",
|
61
|
+
"refcount": "1"
|
62
|
+
},
|
63
|
+
"ip_tables": {
|
64
|
+
"size": "55329",
|
65
|
+
"refcount": "1"
|
66
|
+
},
|
67
|
+
"ip6t_REJECT": {
|
68
|
+
"size": "38849",
|
69
|
+
"refcount": "1"
|
70
|
+
},
|
71
|
+
"xt_tcpudp": {
|
72
|
+
"size": "36417",
|
73
|
+
"refcount": "10"
|
74
|
+
},
|
75
|
+
"ip6table_filter": {
|
76
|
+
"size": "36033",
|
77
|
+
"refcount": "1"
|
78
|
+
},
|
79
|
+
"ip6_tables": {
|
80
|
+
"size": "50049",
|
81
|
+
"refcount": "1"
|
82
|
+
},
|
83
|
+
"x_tables": {
|
84
|
+
"size": "50377",
|
85
|
+
"refcount": "6"
|
86
|
+
},
|
87
|
+
"ipv6": {
|
88
|
+
"size": "410913",
|
89
|
+
"refcount": "15"
|
90
|
+
},
|
91
|
+
"video": {
|
92
|
+
"size": "51273",
|
93
|
+
"refcount": "0"
|
94
|
+
},
|
95
|
+
"sbs": {
|
96
|
+
"size": "49921",
|
97
|
+
"refcount": "0"
|
98
|
+
},
|
99
|
+
"i2c_ec": {
|
100
|
+
"size": "38593",
|
101
|
+
"refcount": "1"
|
102
|
+
},
|
103
|
+
"i2c_core": {
|
104
|
+
"size": "56129",
|
105
|
+
"refcount": "1"
|
106
|
+
},
|
107
|
+
"button": {
|
108
|
+
"size": "40545",
|
109
|
+
"refcount": "0"
|
110
|
+
},
|
111
|
+
"battery": {
|
112
|
+
"size": "43849",
|
113
|
+
"refcount": "0"
|
114
|
+
},
|
115
|
+
"asus_acpi": {
|
116
|
+
"size": "50917",
|
117
|
+
"refcount": "0"
|
118
|
+
},
|
119
|
+
"acpi_memhotplug": {
|
120
|
+
"size": "40133",
|
121
|
+
"refcount": "0"
|
122
|
+
},
|
123
|
+
"ac": {
|
124
|
+
"size": "38729",
|
125
|
+
"refcount": "0"
|
126
|
+
},
|
127
|
+
"parport_pc": {
|
128
|
+
"size": "62313",
|
129
|
+
"refcount": "0"
|
130
|
+
},
|
131
|
+
"lp": {
|
132
|
+
"size": "47121",
|
133
|
+
"refcount": "0"
|
134
|
+
},
|
135
|
+
"parport": {
|
136
|
+
"size": "73165",
|
137
|
+
"refcount": "2"
|
138
|
+
},
|
139
|
+
"snd_intel8x0": {
|
140
|
+
"size": "68073",
|
141
|
+
"refcount": "0"
|
142
|
+
},
|
143
|
+
"snd_ac97_codec": {
|
144
|
+
"size": "134809",
|
145
|
+
"refcount": "1"
|
146
|
+
},
|
147
|
+
"snd_ac97_bus": {
|
148
|
+
"size": "35649",
|
149
|
+
"refcount": "1"
|
150
|
+
},
|
151
|
+
"snd_seq_dummy": {
|
152
|
+
"size": "37061",
|
153
|
+
"refcount": "0"
|
154
|
+
},
|
155
|
+
"snd_seq_oss": {
|
156
|
+
"size": "65601",
|
157
|
+
"refcount": "0"
|
158
|
+
},
|
159
|
+
"snd_seq_midi_event": {
|
160
|
+
"size": "41025",
|
161
|
+
"refcount": "1"
|
162
|
+
},
|
163
|
+
"snd_seq": {
|
164
|
+
"size": "87905",
|
165
|
+
"refcount": "5"
|
166
|
+
},
|
167
|
+
"sg": {
|
168
|
+
"size": "69737",
|
169
|
+
"refcount": "0"
|
170
|
+
},
|
171
|
+
"snd_seq_device": {
|
172
|
+
"size": "41813",
|
173
|
+
"refcount": "3"
|
174
|
+
},
|
175
|
+
"snd_pcm_oss": {
|
176
|
+
"size": "77409",
|
177
|
+
"refcount": "0"
|
178
|
+
},
|
179
|
+
"snd_mixer_oss": {
|
180
|
+
"size": "50113",
|
181
|
+
"refcount": "1"
|
182
|
+
},
|
183
|
+
"ide_cd": {
|
184
|
+
"size": "73697",
|
185
|
+
"refcount": "0"
|
186
|
+
},
|
187
|
+
"snd_pcm": {
|
188
|
+
"size": "116553",
|
189
|
+
"refcount": "3"
|
190
|
+
},
|
191
|
+
"serio_raw": {
|
192
|
+
"size": "40517",
|
193
|
+
"refcount": "0"
|
194
|
+
},
|
195
|
+
"snd_timer": {
|
196
|
+
"size": "57417",
|
197
|
+
"refcount": "2"
|
198
|
+
},
|
199
|
+
"snd": {
|
200
|
+
"size": "95080",
|
201
|
+
"refcount": "9"
|
202
|
+
},
|
203
|
+
"soundcore": {
|
204
|
+
"size": "43873",
|
205
|
+
"refcount": "1"
|
206
|
+
},
|
207
|
+
"snd_page_alloc": {
|
208
|
+
"size": "43345",
|
209
|
+
"refcount": "2"
|
210
|
+
},
|
211
|
+
"e1000": {
|
212
|
+
"size": "156497",
|
213
|
+
"refcount": "0"
|
214
|
+
},
|
215
|
+
"cdrom": {
|
216
|
+
"size": "68713",
|
217
|
+
"refcount": "1"
|
218
|
+
},
|
219
|
+
"pcspkr": {
|
220
|
+
"size": "36289",
|
221
|
+
"refcount": "0"
|
222
|
+
},
|
223
|
+
"dm_snapshot": {
|
224
|
+
"size": "50057",
|
225
|
+
"refcount": "0"
|
226
|
+
},
|
227
|
+
"dm_zero": {
|
228
|
+
"size": "35265",
|
229
|
+
"refcount": "0"
|
230
|
+
},
|
231
|
+
"dm_mirror": {
|
232
|
+
"size": "60865",
|
233
|
+
"refcount": "0"
|
234
|
+
},
|
235
|
+
"dm_mod": {
|
236
|
+
"size": "93585",
|
237
|
+
"refcount": "8"
|
238
|
+
},
|
239
|
+
"ahci": {
|
240
|
+
"size": "53061",
|
241
|
+
"refcount": "2"
|
242
|
+
},
|
243
|
+
"libata": {
|
244
|
+
"size": "139369",
|
245
|
+
"refcount": "1"
|
246
|
+
},
|
247
|
+
"sd_mod": {
|
248
|
+
"size": "54081",
|
249
|
+
"refcount": "3"
|
250
|
+
},
|
251
|
+
"scsi_mod": {
|
252
|
+
"size": "184057",
|
253
|
+
"refcount": "4"
|
254
|
+
},
|
255
|
+
"ext3": {
|
256
|
+
"size": "166609",
|
257
|
+
"refcount": "2"
|
258
|
+
},
|
259
|
+
"jbd": {
|
260
|
+
"size": "93873",
|
261
|
+
"refcount": "1"
|
262
|
+
},
|
263
|
+
"ehci_hcd": {
|
264
|
+
"size": "65229",
|
265
|
+
"refcount": "0"
|
266
|
+
},
|
267
|
+
"ohci_hcd": {
|
268
|
+
"size": "54493",
|
269
|
+
"refcount": "0"
|
270
|
+
},
|
271
|
+
"uhci_hcd": {
|
272
|
+
"size": "57433",
|
273
|
+
"refcount": "0"
|
274
|
+
}
|
275
|
+
}
|
276
|
+
},
|
277
|
+
"os": "linux",
|
278
|
+
"os_version": "2.6.18-8.el5",
|
279
|
+
"platform": "centos",
|
280
|
+
"platform_version": "5",
|
281
|
+
"platform_family": "rhel",
|
282
|
+
"filesystem": {
|
283
|
+
"/dev/mapper/VolGroup00-LogVol00": {
|
284
|
+
"kb_size": "6030784",
|
285
|
+
"kb_used": "1422336",
|
286
|
+
"kb_available": "4297152",
|
287
|
+
"percent_used": "25%",
|
288
|
+
"mount": "/",
|
289
|
+
"total_inodes": "1557504",
|
290
|
+
"inodes_used": "59408",
|
291
|
+
"inodes_available": "1498096",
|
292
|
+
"inodes_percent_used": "4%",
|
293
|
+
"fs_type": "ext3",
|
294
|
+
"mount_options": [
|
295
|
+
"rw"
|
296
|
+
],
|
297
|
+
"uuid": "1bd5dad4-b484-4733-965f-0bd2f24ef5f8"
|
298
|
+
},
|
299
|
+
"/dev/sda1": {
|
300
|
+
"kb_size": "101086",
|
301
|
+
"kb_used": "11309",
|
302
|
+
"kb_available": "84558",
|
303
|
+
"percent_used": "12%",
|
304
|
+
"mount": "/boot",
|
305
|
+
"total_inodes": "26104",
|
306
|
+
"inodes_used": "34",
|
307
|
+
"inodes_available": "26070",
|
308
|
+
"inodes_percent_used": "1%",
|
309
|
+
"fs_type": "ext3",
|
310
|
+
"mount_options": [
|
311
|
+
"rw"
|
312
|
+
],
|
313
|
+
"uuid": "69a1ae63-6613-4d83-9d47-072f17bdc6e8",
|
314
|
+
"label": "/boot"
|
315
|
+
},
|
316
|
+
"tmpfs": {
|
317
|
+
"kb_size": "513640",
|
318
|
+
"kb_used": "0",
|
319
|
+
"kb_available": "513640",
|
320
|
+
"percent_used": "0%",
|
321
|
+
"mount": "/dev/shm",
|
322
|
+
"total_inodes": "128410",
|
323
|
+
"inodes_used": "1",
|
324
|
+
"inodes_available": "128409",
|
325
|
+
"inodes_percent_used": "1%",
|
326
|
+
"fs_type": "tmpfs",
|
327
|
+
"mount_options": [
|
328
|
+
"rw"
|
329
|
+
]
|
330
|
+
},
|
331
|
+
"proc": {
|
332
|
+
"mount": "/proc",
|
333
|
+
"fs_type": "proc",
|
334
|
+
"mount_options": [
|
335
|
+
"rw"
|
336
|
+
]
|
337
|
+
},
|
338
|
+
"sysfs": {
|
339
|
+
"mount": "/sys",
|
340
|
+
"fs_type": "sysfs",
|
341
|
+
"mount_options": [
|
342
|
+
"rw"
|
343
|
+
]
|
344
|
+
},
|
345
|
+
"devpts": {
|
346
|
+
"mount": "/dev/pts",
|
347
|
+
"fs_type": "devpts",
|
348
|
+
"mount_options": [
|
349
|
+
"rw",
|
350
|
+
"gid=5",
|
351
|
+
"mode=620"
|
352
|
+
]
|
353
|
+
},
|
354
|
+
"none": {
|
355
|
+
"mount": "/proc/sys/fs/binfmt_misc",
|
356
|
+
"fs_type": "binfmt_misc",
|
357
|
+
"mount_options": [
|
358
|
+
"rw"
|
359
|
+
]
|
360
|
+
},
|
361
|
+
"sunrpc": {
|
362
|
+
"mount": "/var/lib/nfs/rpc_pipefs",
|
363
|
+
"fs_type": "rpc_pipefs",
|
364
|
+
"mount_options": [
|
365
|
+
"rw"
|
366
|
+
]
|
367
|
+
},
|
368
|
+
"/dev/mapper/VolGroup00-LogVol01": {
|
369
|
+
"fs_type": "swap"
|
370
|
+
},
|
371
|
+
"/dev/VolGroup00/LogVol01": {
|
372
|
+
"fs_type": "swap"
|
373
|
+
},
|
374
|
+
"rootfs": {
|
375
|
+
"mount": "/",
|
376
|
+
"fs_type": "rootfs",
|
377
|
+
"mount_options": [
|
378
|
+
"rw"
|
379
|
+
]
|
380
|
+
},
|
381
|
+
"/dev/root": {
|
382
|
+
"mount": "/",
|
383
|
+
"fs_type": "ext3",
|
384
|
+
"mount_options": [
|
385
|
+
"rw",
|
386
|
+
"data=ordered"
|
387
|
+
]
|
388
|
+
},
|
389
|
+
"/dev": {
|
390
|
+
"mount": "/dev",
|
391
|
+
"fs_type": "tmpfs",
|
392
|
+
"mount_options": [
|
393
|
+
"rw"
|
394
|
+
]
|
395
|
+
},
|
396
|
+
"/proc": {
|
397
|
+
"mount": "/proc",
|
398
|
+
"fs_type": "proc",
|
399
|
+
"mount_options": [
|
400
|
+
"rw"
|
401
|
+
]
|
402
|
+
},
|
403
|
+
"/sys": {
|
404
|
+
"mount": "/sys",
|
405
|
+
"fs_type": "sysfs",
|
406
|
+
"mount_options": [
|
407
|
+
"rw"
|
408
|
+
]
|
409
|
+
},
|
410
|
+
"/proc/bus/usb": {
|
411
|
+
"mount": "/proc/bus/usb",
|
412
|
+
"fs_type": "usbfs",
|
413
|
+
"mount_options": [
|
414
|
+
"rw"
|
415
|
+
]
|
416
|
+
},
|
417
|
+
"/etc/auto.misc": {
|
418
|
+
"mount": "/misc",
|
419
|
+
"fs_type": "autofs",
|
420
|
+
"mount_options": [
|
421
|
+
"rw",
|
422
|
+
"fd=6",
|
423
|
+
"pgrp=2059",
|
424
|
+
"timeout=300",
|
425
|
+
"minproto=5",
|
426
|
+
"maxproto=5",
|
427
|
+
"indirect"
|
428
|
+
]
|
429
|
+
},
|
430
|
+
"-hosts": {
|
431
|
+
"mount": "/net",
|
432
|
+
"fs_type": "autofs",
|
433
|
+
"mount_options": [
|
434
|
+
"rw",
|
435
|
+
"fd=11",
|
436
|
+
"pgrp=2059",
|
437
|
+
"timeout=300",
|
438
|
+
"minproto=5",
|
439
|
+
"maxproto=5",
|
440
|
+
"indirect"
|
441
|
+
]
|
442
|
+
}
|
443
|
+
},
|
444
|
+
"ohai_time": 1445899470.277869,
|
445
|
+
"command": {
|
446
|
+
"ps": "ps -ef"
|
447
|
+
},
|
448
|
+
"dmi": {
|
449
|
+
"dmidecode_version": "2.7",
|
450
|
+
"smbios_version": "2.5",
|
451
|
+
"structures": {
|
452
|
+
"count": "10",
|
453
|
+
"size": "449"
|
454
|
+
},
|
455
|
+
"table_location": "0x000E1000",
|
456
|
+
"bios": {
|
457
|
+
"all_records": [
|
458
|
+
{
|
459
|
+
"record_id": "0x0000",
|
460
|
+
"size": "0",
|
461
|
+
"application_identifier": "BIOS Information",
|
462
|
+
"Vendor": "innotek GmbH",
|
463
|
+
"Version": "VirtualBox",
|
464
|
+
"Release Date": "12/01/2006",
|
465
|
+
"Address": "0xE0000",
|
466
|
+
"Runtime Size": "128 kB",
|
467
|
+
"ROM Size": "128 kB",
|
468
|
+
"Characteristics": {
|
469
|
+
"ISA is supported": null,
|
470
|
+
"PCI is supported": null,
|
471
|
+
"Boot from CD is supported": null,
|
472
|
+
"Selectable boot is supported": null,
|
473
|
+
"8042 keyboard services are supported (int 9h)": null,
|
474
|
+
"CGA/mono video services are supported (int 10h)": null,
|
475
|
+
"ACPI is supported": null
|
476
|
+
}
|
477
|
+
}
|
478
|
+
],
|
479
|
+
"vendor": "innotek GmbH",
|
480
|
+
"version": "VirtualBox",
|
481
|
+
"release_date": "12/01/2006",
|
482
|
+
"address": "0xE0000",
|
483
|
+
"runtime_size": "128 kB",
|
484
|
+
"rom_size": "128 kB"
|
485
|
+
},
|
486
|
+
"system": {
|
487
|
+
"all_records": [
|
488
|
+
{
|
489
|
+
"record_id": "0x0001",
|
490
|
+
"size": "1",
|
491
|
+
"application_identifier": "System Information",
|
492
|
+
"Manufacturer": "innotek GmbH",
|
493
|
+
"Product Name": "VirtualBox",
|
494
|
+
"Version": "1.2",
|
495
|
+
"Serial Number": "0",
|
496
|
+
"UUID": "C0081324-2895-437E-B914-818A8E31F1A9",
|
497
|
+
"Wake-up Type": "Power Switch",
|
498
|
+
"SKU Number": "Not Specified",
|
499
|
+
"Family": "Virtual Machine"
|
500
|
+
}
|
501
|
+
],
|
502
|
+
"manufacturer": "innotek GmbH",
|
503
|
+
"product_name": "VirtualBox",
|
504
|
+
"version": "1.2",
|
505
|
+
"serial_number": "0",
|
506
|
+
"uuid": "C0081324-2895-437E-B914-818A8E31F1A9",
|
507
|
+
"wake_up_type": "Power Switch",
|
508
|
+
"sku_number": "Not Specified",
|
509
|
+
"family": "Virtual Machine"
|
510
|
+
},
|
511
|
+
"base_board": {
|
512
|
+
"all_records": [
|
513
|
+
{
|
514
|
+
"record_id": "0x0008",
|
515
|
+
"size": "2",
|
516
|
+
"application_identifier": "Base Board Information",
|
517
|
+
"Manufacturer": "Oracle Corporation",
|
518
|
+
"Product Name": "VirtualBox",
|
519
|
+
"Version": "1.2",
|
520
|
+
"Serial Number": "0",
|
521
|
+
"Asset Tag": "Not Specified",
|
522
|
+
"Features": {
|
523
|
+
"Board is a hosting board": null
|
524
|
+
},
|
525
|
+
"Location In Chassis": "Not Specified",
|
526
|
+
"Chassis Handle": "0x0003",
|
527
|
+
"Type": "Motherboard",
|
528
|
+
"Contained Object Handles": "0"
|
529
|
+
}
|
530
|
+
],
|
531
|
+
"manufacturer": "Oracle Corporation",
|
532
|
+
"product_name": "VirtualBox",
|
533
|
+
"version": "1.2",
|
534
|
+
"serial_number": "0",
|
535
|
+
"asset_tag": "Not Specified",
|
536
|
+
"location_in_chassis": "Not Specified",
|
537
|
+
"chassis_handle": "0x0003",
|
538
|
+
"type": "Motherboard",
|
539
|
+
"contained_object_handles": "0"
|
540
|
+
},
|
541
|
+
"chassis": {
|
542
|
+
"all_records": [
|
543
|
+
{
|
544
|
+
"record_id": "0x0003",
|
545
|
+
"size": "3",
|
546
|
+
"application_identifier": "Chassis Information",
|
547
|
+
"Manufacturer": "Oracle Corporation",
|
548
|
+
"Type": "Other",
|
549
|
+
"Lock": "Not Present",
|
550
|
+
"Version": "Not Specified",
|
551
|
+
"Serial Number": "Not Specified",
|
552
|
+
"Asset Tag": "Not Specified",
|
553
|
+
"Boot-up State": "Safe",
|
554
|
+
"Power Supply State": "Safe",
|
555
|
+
"Thermal State": "Safe",
|
556
|
+
"Security Status": "None"
|
557
|
+
}
|
558
|
+
],
|
559
|
+
"manufacturer": "Oracle Corporation",
|
560
|
+
"type": "Other",
|
561
|
+
"lock": "Not Present",
|
562
|
+
"version": "Not Specified",
|
563
|
+
"serial_number": "Not Specified",
|
564
|
+
"asset_tag": "Not Specified",
|
565
|
+
"boot_up_state": "Safe",
|
566
|
+
"power_supply_state": "Safe",
|
567
|
+
"thermal_state": "Safe",
|
568
|
+
"security_status": "None"
|
569
|
+
},
|
570
|
+
"oem_strings": {
|
571
|
+
"all_records": [
|
572
|
+
{
|
573
|
+
"record_id": "0x0002",
|
574
|
+
"size": "11",
|
575
|
+
"application_identifier": "OEM Strings",
|
576
|
+
"String 1": "vboxVer_5.0.6",
|
577
|
+
"String 2": "vboxRev_103037"
|
578
|
+
}
|
579
|
+
],
|
580
|
+
"string_1": "vboxVer_5.0.6",
|
581
|
+
"string_2": "vboxRev_103037"
|
582
|
+
}
|
583
|
+
},
|
584
|
+
"languages": {
|
585
|
+
"ruby": {
|
586
|
+
"bin_dir": "/usr/local/bin",
|
587
|
+
"gem_bin": "/usr/local/bin/gem",
|
588
|
+
"gems_dir": "/usr/local/gems",
|
589
|
+
"ruby_bin": "/usr/local/bin/ruby"
|
590
|
+
},
|
591
|
+
"powershell": null
|
592
|
+
},
|
593
|
+
"chef_packages": {
|
594
|
+
"chef": {
|
595
|
+
"version": "12.5.1",
|
596
|
+
"chef_root": "/usr/local/gems/chef-12.5.1/lib"
|
597
|
+
},
|
598
|
+
"ohai": {
|
599
|
+
"version": "8.7.0",
|
600
|
+
"ohai_root": "/usr/local/gems/ohai-8.7.0/lib/ohai"
|
601
|
+
}
|
602
|
+
},
|
603
|
+
"counters": {
|
604
|
+
"network": {
|
605
|
+
"interfaces": {
|
606
|
+
"eth0": {
|
607
|
+
"rx": {
|
608
|
+
"bytes": "0",
|
609
|
+
"packets": "0",
|
610
|
+
"errors": "0",
|
611
|
+
"drop": 0,
|
612
|
+
"overrun": 0,
|
613
|
+
"frame": 0,
|
614
|
+
"compressed": 0,
|
615
|
+
"multicast": 0
|
616
|
+
},
|
617
|
+
"tx": {
|
618
|
+
"bytes": "342",
|
619
|
+
"packets": "0",
|
620
|
+
"errors": "0",
|
621
|
+
"drop": 0,
|
622
|
+
"overrun": 0,
|
623
|
+
"collisions": "0",
|
624
|
+
"carrier": 0,
|
625
|
+
"compressed": 0
|
626
|
+
}
|
627
|
+
}
|
628
|
+
}
|
629
|
+
}
|
630
|
+
},
|
631
|
+
"current_user": "fauxhai",
|
632
|
+
"domain": "local",
|
633
|
+
"etc": {
|
634
|
+
"passwd": {
|
635
|
+
"fauxhai": {
|
636
|
+
"dir": "/home/fauxhai",
|
637
|
+
"gid": 0,
|
638
|
+
"uid": 0,
|
639
|
+
"shell": "/bin/bash",
|
640
|
+
"gecos": "Fauxhai"
|
641
|
+
}
|
642
|
+
},
|
643
|
+
"group": {
|
644
|
+
"fauxhai": {
|
645
|
+
"gid": 0,
|
646
|
+
"members": [
|
647
|
+
"fauxhai"
|
648
|
+
]
|
649
|
+
}
|
650
|
+
}
|
651
|
+
},
|
652
|
+
"hostname": "Fauxhai",
|
653
|
+
"fqdn": "fauxhai.local",
|
654
|
+
"ipaddress": "10.0.0.2",
|
655
|
+
"keys": {
|
656
|
+
"ssh": {
|
657
|
+
"host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
|
658
|
+
"host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
|
659
|
+
}
|
660
|
+
},
|
661
|
+
"macaddress": "11:11:11:11:11:11",
|
662
|
+
"network": {
|
663
|
+
"default_gateway": "10.0.0.1",
|
664
|
+
"default_interface": "eth0",
|
665
|
+
"settings": {
|
666
|
+
},
|
667
|
+
"interfaces": {
|
668
|
+
"eth0": {
|
669
|
+
"addresses": {
|
670
|
+
"10.0.0.2": {
|
671
|
+
"broadcast": "10.0.0.255",
|
672
|
+
"family": "inet",
|
673
|
+
"netmask": "255.255.255.0",
|
674
|
+
"prefixlen": "23",
|
675
|
+
"scope": "Global"
|
676
|
+
}
|
677
|
+
},
|
678
|
+
"arp": {
|
679
|
+
"10.0.0.1": "fe:ff:ff:ff:ff:ff"
|
680
|
+
},
|
681
|
+
"encapsulation": "Ethernet",
|
682
|
+
"flags": [
|
683
|
+
"BROADCAST",
|
684
|
+
"MULTICAST",
|
685
|
+
"UP",
|
686
|
+
"LOWER_UP"
|
687
|
+
],
|
688
|
+
"mtu": "1500",
|
689
|
+
"number": "0",
|
690
|
+
"routes": {
|
691
|
+
"10.0.0.0/255": {
|
692
|
+
"scope": "link",
|
693
|
+
"src": "10.0.0.2"
|
694
|
+
}
|
695
|
+
},
|
696
|
+
"state": "up",
|
697
|
+
"type": "eth"
|
698
|
+
}
|
699
|
+
}
|
700
|
+
},
|
701
|
+
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
702
|
+
"uptime_seconds": 2646450,
|
703
|
+
"cpu": {
|
704
|
+
"real": 1,
|
705
|
+
"total": 1
|
706
|
+
},
|
707
|
+
"memory": {
|
708
|
+
"total": "1024MB"
|
709
|
+
}
|
710
|
+
}
|