fauxhai 1.1.1 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,284 @@
1
+ {
2
+ "kernel": {
3
+ "name": "Linux",
4
+ "release": "2.6.32-358.6.2.el6.x86_64",
5
+ "version": "#1 SMP Thu May 16 20:59:36 UTC 2013",
6
+ "machine": "x86_64",
7
+ "modules": {
8
+ "ip6t_REJECT": {
9
+ "size": "4628",
10
+ "refcount": "2"
11
+ },
12
+ "nf_conntrack_ipv6": {
13
+ "size": "8748",
14
+ "refcount": "2"
15
+ },
16
+ "nf_defrag_ipv6": {
17
+ "size": "11182",
18
+ "refcount": "1"
19
+ },
20
+ "xt_state": {
21
+ "size": "1492",
22
+ "refcount": "2"
23
+ },
24
+ "nf_conntrack": {
25
+ "size": "79645",
26
+ "refcount": "2"
27
+ },
28
+ "ip6table_filter": {
29
+ "size": "2889",
30
+ "refcount": "1"
31
+ },
32
+ "ip6_tables": {
33
+ "size": "19458",
34
+ "refcount": "1"
35
+ },
36
+ "ipv6": {
37
+ "size": "321454",
38
+ "refcount": "13"
39
+ },
40
+ "dm_mod": {
41
+ "size": "82839",
42
+ "refcount": "0"
43
+ },
44
+ "xen_netfront": {
45
+ "size": "18905",
46
+ "refcount": "0"
47
+ },
48
+ "ext4": {
49
+ "size": "363408",
50
+ "refcount": "1"
51
+ },
52
+ "mbcache": {
53
+ "size": "8193",
54
+ "refcount": "1"
55
+ },
56
+ "jbd2": {
57
+ "size": "90230",
58
+ "refcount": "1"
59
+ },
60
+ "xen_blkfront": {
61
+ "size": "15495",
62
+ "refcount": "1"
63
+ }
64
+ },
65
+ "os": "GNU/Linux"
66
+ },
67
+ "os": "linux",
68
+ "os_version": "2.6.32-358.6.2.el6.x86_64",
69
+ "platform": "centos",
70
+ "platform_version": "6.4",
71
+ "platform_family": "rhel",
72
+ "ohai_time": 1376536240.9606414,
73
+ "dmi": {
74
+ },
75
+ "command": {
76
+ "ps": "ps -ef"
77
+ },
78
+ "filesystem": {
79
+ "/dev/xvde": {
80
+ "kb_size": "41284928",
81
+ "kb_used": "2033120",
82
+ "kb_available": "37155068",
83
+ "percent_used": "6%",
84
+ "mount": "/",
85
+ "fs_type": "ext4",
86
+ "mount_options": [
87
+ "rw"
88
+ ],
89
+ "uuid": "80c81f73-14ee-47eb-8a1d-ac048172b8ed"
90
+ },
91
+ "tmpfs": {
92
+ "kb_size": "847608",
93
+ "kb_used": "0",
94
+ "kb_available": "847608",
95
+ "percent_used": "0%",
96
+ "mount": "/dev/shm",
97
+ "fs_type": "tmpfs",
98
+ "mount_options": [
99
+ "rw"
100
+ ]
101
+ },
102
+ "proc": {
103
+ "mount": "/proc",
104
+ "fs_type": "proc",
105
+ "mount_options": [
106
+ "rw"
107
+ ]
108
+ },
109
+ "sysfs": {
110
+ "mount": "/sys",
111
+ "fs_type": "sysfs",
112
+ "mount_options": [
113
+ "rw"
114
+ ]
115
+ },
116
+ "devpts": {
117
+ "mount": "/dev/pts",
118
+ "fs_type": "devpts",
119
+ "mount_options": [
120
+ "rw",
121
+ "gid=5",
122
+ "mode=620"
123
+ ]
124
+ },
125
+ "none": {
126
+ "mount": "/proc/sys/fs/binfmt_misc",
127
+ "fs_type": "binfmt_misc",
128
+ "mount_options": [
129
+ "rw"
130
+ ]
131
+ },
132
+ "rootfs": {
133
+ "mount": "/",
134
+ "fs_type": "rootfs",
135
+ "mount_options": [
136
+ "rw"
137
+ ]
138
+ },
139
+ "devtmpfs": {
140
+ "mount": "/dev",
141
+ "fs_type": "devtmpfs",
142
+ "mount_options": [
143
+ "rw",
144
+ "relatime",
145
+ "size=837224k",
146
+ "nr_inodes=209306",
147
+ "mode=755"
148
+ ]
149
+ },
150
+ "/proc/bus/usb": {
151
+ "mount": "/proc/bus/usb",
152
+ "fs_type": "usbfs",
153
+ "mount_options": [
154
+ "rw",
155
+ "relatime"
156
+ ]
157
+ }
158
+ },
159
+ "languages": {
160
+ "ruby": {
161
+ "platform": "x86_64-linux",
162
+ "version": "1.9.3",
163
+ "release_date": "2013-05-15",
164
+ "target": "x86_64-unknown-linux-gnu",
165
+ "target_cpu": "x86_64",
166
+ "target_vendor": "unknown",
167
+ "target_os": "linux",
168
+ "host": "x86_64-unknown-linux-gnu",
169
+ "host_cpu": "x86_64",
170
+ "host_os": "linux-gnu",
171
+ "host_vendor": "unknown",
172
+ "bin_dir": "/usr/local/bin",
173
+ "ruby_bin": "/usr/local/bin/ruby",
174
+ "gems_dir": "/usr/local/gems",
175
+ "gem_bin": "/usr/local/bin/gem"
176
+ }
177
+ },
178
+ "chef_packages": {
179
+ "chef": {
180
+ "version": "11.6.0",
181
+ "chef_root": "/usr/local/gems/chef-11.6.0/lib"
182
+ },
183
+ "ohai": {
184
+ "version": "6.18.0",
185
+ "ohai_root": "/usr/local/gems/ohai-6.18.0/lib/ohai"
186
+ }
187
+ },
188
+ "counters": {
189
+ "network": {
190
+ "interfaces": {
191
+ "eth0": {
192
+ "rx": {
193
+ "bytes": "0",
194
+ "packets": "0",
195
+ "errors": "0",
196
+ "drop": 0,
197
+ "overrun": 0,
198
+ "frame": 0,
199
+ "compressed": 0,
200
+ "multicast": 0
201
+ },
202
+ "tx": {
203
+ "bytes": "342",
204
+ "packets": "0",
205
+ "errors": "0",
206
+ "drop": 0,
207
+ "overrun": 0,
208
+ "collisions": "0",
209
+ "carrier": 0,
210
+ "compressed": 0
211
+ }
212
+ }
213
+ }
214
+ }
215
+ },
216
+ "current_user": "fauxhai",
217
+ "domain": "local",
218
+ "etc": {
219
+ "passwd": {
220
+ "fauxhai": {
221
+ "dir": "/home/fauxhai",
222
+ "gid": 0,
223
+ "uid": 0,
224
+ "shell": "/bin/bash",
225
+ "gecos": "Fauxhai"
226
+ }
227
+ },
228
+ "group": {
229
+ "fauxhai": {
230
+ "gid": 0,
231
+ "members": [
232
+ "fauxhai"
233
+ ]
234
+ }
235
+ }
236
+ },
237
+ "hostname": "Fauxhai",
238
+ "fqdn": "fauxhai.local",
239
+ "ipaddress": "10.0.0.2",
240
+ "keys": {
241
+ "ssh": {
242
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
243
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
244
+ }
245
+ },
246
+ "macaddress": "11:11:11:11:11:11",
247
+ "network": {
248
+ "default_gateway": "10.0.0.1",
249
+ "default_interface": "eth0",
250
+ "eth0": {
251
+ "addresses": {
252
+ "10.0.0.2": {
253
+ "broadcast": "10.0.0.255",
254
+ "family": "inet",
255
+ "netmask": "255.255.255.0",
256
+ "prefixlen": "23",
257
+ "scope": "Global"
258
+ }
259
+ },
260
+ "arp": {
261
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
262
+ },
263
+ "encapsulation": "Ethernet",
264
+ "flags": [
265
+ "BROADCAST",
266
+ "MULTICAST",
267
+ "UP",
268
+ "LOWER_UP"
269
+ ],
270
+ "mtu": "1500",
271
+ "number": "0",
272
+ "routes": {
273
+ "10.0.0.0/255": {
274
+ "scope": "link",
275
+ "src": "10.0.0.2"
276
+ }
277
+ },
278
+ "state": "up",
279
+ "type": "eth"
280
+ }
281
+ },
282
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
283
+ "uptime_seconds": 2646450
284
+ }
@@ -205,6 +205,12 @@
205
205
  "platform": "debian",
206
206
  "platform_version": "7.0",
207
207
  "platform_family": "debian",
208
+ "lsb": {
209
+ "id": "Debian",
210
+ "description": "Debian GNU/Linux 7.0 (wheezy)",
211
+ "release": "7.0",
212
+ "codename": "wheezy"
213
+ },
208
214
  "command": {
209
215
  "ps": "ps -ef"
210
216
  },
@@ -0,0 +1,591 @@
1
+ {
2
+ "kernel": {
3
+ "name": "Linux",
4
+ "release": "3.2.0-4-amd64",
5
+ "version": "#1 SMP Debian 3.2.41-2",
6
+ "machine": "x86_64",
7
+ "modules": {
8
+ "vboxvideo": {
9
+ "size": "12437",
10
+ "refcount": "0"
11
+ },
12
+ "drm": {
13
+ "size": "183952",
14
+ "refcount": "1"
15
+ },
16
+ "vboxsf": {
17
+ "size": "33359",
18
+ "refcount": "0"
19
+ },
20
+ "nfsd": {
21
+ "size": "216029",
22
+ "refcount": "2"
23
+ },
24
+ "nfs": {
25
+ "size": "312433",
26
+ "refcount": "0"
27
+ },
28
+ "nfs_acl": {
29
+ "size": "12511",
30
+ "refcount": "2"
31
+ },
32
+ "auth_rpcgss": {
33
+ "size": "37143",
34
+ "refcount": "2"
35
+ },
36
+ "fscache": {
37
+ "size": "36739",
38
+ "refcount": "1"
39
+ },
40
+ "lockd": {
41
+ "size": "67306",
42
+ "refcount": "2"
43
+ },
44
+ "sunrpc": {
45
+ "size": "173730",
46
+ "refcount": "6"
47
+ },
48
+ "ext2": {
49
+ "size": "59231",
50
+ "refcount": "1"
51
+ },
52
+ "loop": {
53
+ "size": "22641",
54
+ "refcount": "0"
55
+ },
56
+ "parport_pc": {
57
+ "size": "22364",
58
+ "refcount": "0"
59
+ },
60
+ "parport": {
61
+ "size": "31858",
62
+ "refcount": "1"
63
+ },
64
+ "ac": {
65
+ "size": "12624",
66
+ "refcount": "0"
67
+ },
68
+ "processor": {
69
+ "size": "28157",
70
+ "refcount": "0"
71
+ },
72
+ "battery": {
73
+ "size": "13146",
74
+ "refcount": "0"
75
+ },
76
+ "power_supply": {
77
+ "size": "13475",
78
+ "refcount": "2"
79
+ },
80
+ "psmouse": {
81
+ "size": "64497",
82
+ "refcount": "0"
83
+ },
84
+ "serio_raw": {
85
+ "size": "12931",
86
+ "refcount": "0"
87
+ },
88
+ "evdev": {
89
+ "size": "17562",
90
+ "refcount": "3"
91
+ },
92
+ "button": {
93
+ "size": "12937",
94
+ "refcount": "0"
95
+ },
96
+ "thermal_sys": {
97
+ "size": "18040",
98
+ "refcount": "1"
99
+ },
100
+ "snd_pcm": {
101
+ "size": "68083",
102
+ "refcount": "0"
103
+ },
104
+ "snd_page_alloc": {
105
+ "size": "13003",
106
+ "refcount": "1"
107
+ },
108
+ "i2c_piix4": {
109
+ "size": "12536",
110
+ "refcount": "0"
111
+ },
112
+ "i2c_core": {
113
+ "size": "23876",
114
+ "refcount": "2"
115
+ },
116
+ "snd_timer": {
117
+ "size": "22917",
118
+ "refcount": "1"
119
+ },
120
+ "vboxguest": {
121
+ "size": "149385",
122
+ "refcount": "2"
123
+ },
124
+ "snd": {
125
+ "size": "52889",
126
+ "refcount": "2"
127
+ },
128
+ "soundcore": {
129
+ "size": "13065",
130
+ "refcount": "1"
131
+ },
132
+ "pcspkr": {
133
+ "size": "12579",
134
+ "refcount": "0"
135
+ },
136
+ "ext3": {
137
+ "size": "161867",
138
+ "refcount": "1"
139
+ },
140
+ "mbcache": {
141
+ "size": "13114",
142
+ "refcount": "2"
143
+ },
144
+ "jbd": {
145
+ "size": "56902",
146
+ "refcount": "1"
147
+ },
148
+ "dm_mod": {
149
+ "size": "63645",
150
+ "refcount": "6"
151
+ },
152
+ "sg": {
153
+ "size": "25874",
154
+ "refcount": "0"
155
+ },
156
+ "sd_mod": {
157
+ "size": "36136",
158
+ "refcount": "3"
159
+ },
160
+ "sr_mod": {
161
+ "size": "21899",
162
+ "refcount": "0"
163
+ },
164
+ "crc_t10dif": {
165
+ "size": "12348",
166
+ "refcount": "1"
167
+ },
168
+ "cdrom": {
169
+ "size": "35401",
170
+ "refcount": "1"
171
+ },
172
+ "ata_generic": {
173
+ "size": "12479",
174
+ "refcount": "0"
175
+ },
176
+ "ata_piix": {
177
+ "size": "29535",
178
+ "refcount": "0"
179
+ },
180
+ "ahci": {
181
+ "size": "24997",
182
+ "refcount": "2"
183
+ },
184
+ "libahci": {
185
+ "size": "22860",
186
+ "refcount": "1"
187
+ },
188
+ "libata": {
189
+ "size": "140630",
190
+ "refcount": "4"
191
+ },
192
+ "scsi_mod": {
193
+ "size": "162269",
194
+ "refcount": "4"
195
+ },
196
+ "e1000": {
197
+ "size": "86156",
198
+ "refcount": "0"
199
+ }
200
+ },
201
+ "os": "GNU/Linux"
202
+ },
203
+ "os": "linux",
204
+ "os_version": "3.2.0-4-amd64",
205
+ "platform": "debian",
206
+ "platform_version": "7.1",
207
+ "platform_family": "debian",
208
+ "lsb": {
209
+ "id": "Debian",
210
+ "description": "Debian GNU/Linux 7.1 (wheezy)",
211
+ "release": "7.1",
212
+ "codename": "wheezy"
213
+ },
214
+ "command": {
215
+ "ps": "ps -ef"
216
+ },
217
+ "dmi": {
218
+ "dmidecode_version": "2.11",
219
+ "smbios_version": "2.5",
220
+ "structures": {
221
+ "count": "9",
222
+ "size": "439"
223
+ },
224
+ "table_location": "0x000E1000",
225
+ "bios": {
226
+ "all_records": [
227
+ {
228
+ "record_id": "0x0000",
229
+ "size": "0",
230
+ "application_identifier": "BIOS Information",
231
+ "Vendor": "innotek GmbH",
232
+ "Version": "VirtualBox",
233
+ "Release Date": "12/01/2006",
234
+ "Address": "0xE0000",
235
+ "Runtime Size": "128 kB",
236
+ "ROM Size": "128 kB",
237
+ "Characteristics": {
238
+ "ISA is supported": null,
239
+ "PCI is supported": null,
240
+ "Boot from CD is supported": null,
241
+ "Selectable boot is supported": null,
242
+ "8042 keyboard services are supported (int 9h)": null,
243
+ "CGA/mono video services are supported (int 10h)": null,
244
+ "ACPI is supported": null
245
+ }
246
+ }
247
+ ],
248
+ "vendor": "innotek GmbH",
249
+ "version": "VirtualBox",
250
+ "release_date": "12/01/2006",
251
+ "address": "0xE0000",
252
+ "runtime_size": "128 kB",
253
+ "rom_size": "128 kB"
254
+ },
255
+ "system": {
256
+ "all_records": [
257
+ {
258
+ "record_id": "0x0001",
259
+ "size": "1",
260
+ "application_identifier": "System Information",
261
+ "Manufacturer": "innotek GmbH",
262
+ "Product Name": "VirtualBox",
263
+ "Version": "1.2",
264
+ "Serial Number": "0",
265
+ "UUID": "BEC5E1BC-C53B-48F3-8793-EB9A3DD6FB4B",
266
+ "Wake-up Type": "Power Switch",
267
+ "SKU Number": "Not Specified",
268
+ "Family": "Virtual Machine"
269
+ }
270
+ ],
271
+ "manufacturer": "innotek GmbH",
272
+ "product_name": "VirtualBox",
273
+ "version": "1.2",
274
+ "serial_number": "0",
275
+ "uuid": "BEC5E1BC-C53B-48F3-8793-EB9A3DD6FB4B",
276
+ "wake_up_type": "Power Switch",
277
+ "sku_number": "Not Specified",
278
+ "family": "Virtual Machine"
279
+ },
280
+ "base_board": {
281
+ "all_records": [
282
+ {
283
+ "record_id": "0x0008",
284
+ "size": "2",
285
+ "application_identifier": "Base Board Information",
286
+ "Manufacturer": "Oracle Corporation",
287
+ "Product Name": "VirtualBox",
288
+ "Version": "1.2",
289
+ "Serial Number": "0",
290
+ "Asset Tag": "Not Specified",
291
+ "Features": {
292
+ "Board is a hosting board": null
293
+ },
294
+ "Location In Chassis": "Not Specified",
295
+ "Chassis Handle": "0x0003",
296
+ "Type": "Motherboard",
297
+ "Contained Object Handles": "0"
298
+ }
299
+ ],
300
+ "manufacturer": "Oracle Corporation",
301
+ "product_name": "VirtualBox",
302
+ "version": "1.2",
303
+ "serial_number": "0",
304
+ "asset_tag": "Not Specified",
305
+ "location_in_chassis": "Not Specified",
306
+ "chassis_handle": "0x0003",
307
+ "type": "Motherboard",
308
+ "contained_object_handles": "0"
309
+ },
310
+ "chassis": {
311
+ "all_records": [
312
+ {
313
+ "record_id": "0x0003",
314
+ "size": "3",
315
+ "application_identifier": "Inactive",
316
+ "Manufacturer": "Oracle Corporation",
317
+ "Type": "Other",
318
+ "Lock": "Not Present",
319
+ "Version": "Not Specified",
320
+ "Serial Number": "Not Specified",
321
+ "Asset Tag": "Not Specified",
322
+ "Boot-up State": "Safe",
323
+ "Power Supply State": "Safe",
324
+ "Thermal State": "Safe",
325
+ "Security Status": "None"
326
+ }
327
+ ],
328
+ "manufacturer": "Oracle Corporation",
329
+ "type": "Other",
330
+ "lock": "Not Present",
331
+ "version": "Not Specified",
332
+ "serial_number": "Not Specified",
333
+ "asset_tag": "Not Specified",
334
+ "boot_up_state": "Safe",
335
+ "power_supply_state": "Safe",
336
+ "thermal_state": "Safe",
337
+ "security_status": "None"
338
+ },
339
+ "oem_strings": {
340
+ "all_records": [
341
+ {
342
+ "record_id": "0x0002",
343
+ "size": "11",
344
+ "application_identifier": "End Of Table",
345
+ "String 1": "vboxVer_4.2.12",
346
+ "String 2": "vboxRev_84980"
347
+ }
348
+ ],
349
+ "string_1": "vboxVer_4.2.12",
350
+ "string_2": "vboxRev_84980"
351
+ }
352
+ },
353
+ "ohai_time": 1367942222.2884336,
354
+ "filesystem": {
355
+ "rootfs": {
356
+ "kb_size": "9510544",
357
+ "kb_used": "1017496",
358
+ "kb_available": "8009928",
359
+ "percent_used": "12%",
360
+ "mount": "/"
361
+ },
362
+ "udev": {
363
+ "kb_size": "10240",
364
+ "kb_used": "0",
365
+ "kb_available": "10240",
366
+ "percent_used": "0%",
367
+ "mount": "/dev",
368
+ "fs_type": "devtmpfs",
369
+ "mount_options": [
370
+ "rw",
371
+ "relatime",
372
+ "size=10240k",
373
+ "nr_inodes=62047",
374
+ "mode=755"
375
+ ]
376
+ },
377
+ "tmpfs": {
378
+ "kb_size": "101760",
379
+ "kb_used": "0",
380
+ "kb_available": "101760",
381
+ "percent_used": "0%",
382
+ "mount": "/run/shm",
383
+ "fs_type": "tmpfs",
384
+ "mount_options": [
385
+ "rw",
386
+ "nosuid",
387
+ "nodev",
388
+ "noexec",
389
+ "relatime",
390
+ "size=101760k"
391
+ ]
392
+ },
393
+ "/dev/mapper/debian--7-root": {
394
+ "kb_size": "9510544",
395
+ "kb_used": "1017496",
396
+ "kb_available": "8009928",
397
+ "percent_used": "12%",
398
+ "mount": "/",
399
+ "fs_type": "ext3",
400
+ "mount_options": [
401
+ "rw",
402
+ "relatime",
403
+ "errors=remount-ro",
404
+ "user_xattr",
405
+ "acl",
406
+ "barrier=1",
407
+ "data=ordered"
408
+ ],
409
+ "uuid": "ef2ee92b-13dd-4046-adb1-dbd1e772f7fd"
410
+ },
411
+ "/dev/sda1": {
412
+ "kb_size": "233191",
413
+ "kb_used": "17758",
414
+ "kb_available": "202992",
415
+ "percent_used": "9%",
416
+ "mount": "/boot",
417
+ "fs_type": "ext2",
418
+ "mount_options": [
419
+ "rw",
420
+ "relatime",
421
+ "errors=continue"
422
+ ],
423
+ "uuid": "bcaad6fe-16bd-4a38-8aae-8a2923b07218"
424
+ },
425
+ "sysfs": {
426
+ "mount": "/sys",
427
+ "fs_type": "sysfs",
428
+ "mount_options": [
429
+ "rw",
430
+ "nosuid",
431
+ "nodev",
432
+ "noexec",
433
+ "relatime"
434
+ ]
435
+ },
436
+ "proc": {
437
+ "mount": "/proc",
438
+ "fs_type": "proc",
439
+ "mount_options": [
440
+ "rw",
441
+ "nosuid",
442
+ "nodev",
443
+ "noexec",
444
+ "relatime"
445
+ ]
446
+ },
447
+ "devpts": {
448
+ "mount": "/dev/pts",
449
+ "fs_type": "devpts",
450
+ "mount_options": [
451
+ "rw",
452
+ "nosuid",
453
+ "noexec",
454
+ "relatime",
455
+ "gid=5",
456
+ "mode=620",
457
+ "ptmxmode=000"
458
+ ]
459
+ },
460
+ "rpc_pipefs": {
461
+ "mount": "/var/lib/nfs/rpc_pipefs",
462
+ "fs_type": "rpc_pipefs",
463
+ "mount_options": [
464
+ "rw",
465
+ "relatime"
466
+ ]
467
+ },
468
+ "/dev/mapper/debian--7-swap_1": {
469
+ "fs_type": "swap",
470
+ "uuid": "c69227b8-f026-4401-af49-78dc866a11ae"
471
+ },
472
+ "/dev/sda5": {
473
+ "fs_type": "LVM2_member",
474
+ "uuid": "jIz0GG-xh9z-TfQS-ivki-YPem-VvMe-5o1cEK"
475
+ }
476
+ },
477
+ "languages": {
478
+ "ruby": {
479
+ "bin_dir": "/usr/local/bin",
480
+ "gem_bin": "/usr/local/bin/gem",
481
+ "gems_dir": "/usr/local/gems",
482
+ "ruby_bin": "/usr/local/bin/ruby"
483
+ }
484
+ },
485
+ "chef_packages": {
486
+ "chef": {
487
+ "version": "11.4.4",
488
+ "chef_root": "/usr/local/gems/chef-11.4.4/lib"
489
+ },
490
+ "ohai": {
491
+ "version": "6.16.0",
492
+ "ohai_root": "/usr/local/gems/ohai-6.16.0/lib/ohai"
493
+ }
494
+ },
495
+ "counters": {
496
+ "network": {
497
+ "interfaces": {
498
+ "eth0": {
499
+ "rx": {
500
+ "bytes": "0",
501
+ "packets": "0",
502
+ "errors": "0",
503
+ "drop": 0,
504
+ "overrun": 0,
505
+ "frame": 0,
506
+ "compressed": 0,
507
+ "multicast": 0
508
+ },
509
+ "tx": {
510
+ "bytes": "342",
511
+ "packets": "0",
512
+ "errors": "0",
513
+ "drop": 0,
514
+ "overrun": 0,
515
+ "collisions": "0",
516
+ "carrier": 0,
517
+ "compressed": 0
518
+ }
519
+ }
520
+ }
521
+ }
522
+ },
523
+ "current_user": "fauxhai",
524
+ "domain": "local",
525
+ "etc": {
526
+ "passwd": {
527
+ "fauxhai": {
528
+ "dir": "/home/fauxhai",
529
+ "gid": 0,
530
+ "uid": 0,
531
+ "shell": "/bin/bash",
532
+ "gecos": "Fauxhai"
533
+ }
534
+ },
535
+ "group": {
536
+ "fauxhai": {
537
+ "gid": 0,
538
+ "members": [
539
+ "fauxhai"
540
+ ]
541
+ }
542
+ }
543
+ },
544
+ "hostname": "Fauxhai",
545
+ "fqdn": "fauxhai.local",
546
+ "ipaddress": "10.0.0.2",
547
+ "keys": {
548
+ "ssh": {
549
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
550
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
551
+ }
552
+ },
553
+ "macaddress": "11:11:11:11:11:11",
554
+ "network": {
555
+ "default_gateway": "10.0.0.1",
556
+ "default_interface": "eth0",
557
+ "eth0": {
558
+ "addresses": {
559
+ "10.0.0.2": {
560
+ "broadcast": "10.0.0.255",
561
+ "family": "inet",
562
+ "netmask": "255.255.255.0",
563
+ "prefixlen": "23",
564
+ "scope": "Global"
565
+ }
566
+ },
567
+ "arp": {
568
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
569
+ },
570
+ "encapsulation": "Ethernet",
571
+ "flags": [
572
+ "BROADCAST",
573
+ "MULTICAST",
574
+ "UP",
575
+ "LOWER_UP"
576
+ ],
577
+ "mtu": "1500",
578
+ "number": "0",
579
+ "routes": {
580
+ "10.0.0.0/255": {
581
+ "scope": "link",
582
+ "src": "10.0.0.2"
583
+ }
584
+ },
585
+ "state": "up",
586
+ "type": "eth"
587
+ }
588
+ },
589
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
590
+ "uptime_seconds": 2646450
591
+ }