fauxhai 6.10.0 → 6.11.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,406 +1,423 @@
1
- {
2
- "chef_packages": {
3
- "chef": {
4
- "chef_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.1.31-universal-mingw32/lib",
5
- "version": "13.1.31"
6
- },
7
- "ohai": {
8
- "ohai_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.4.0/gems/ohai-13.1.0/lib/ohai",
9
- "version": "13.1.0"
10
- }
11
- },
12
- "command": {},
13
- "counters": {
14
- "network": {
15
- "interfaces": {
16
- "0xe": {
17
- "rx": {
18
- "bytes": 0,
19
- "compressed": 0,
20
- "drop": 0,
21
- "errors": 0,
22
- "frame": 0,
23
- "multicast": 0,
24
- "overrun": 0,
25
- "packets": 0
26
- },
27
- "tx": {
28
- "bytes": 0,
29
- "carrier": 0,
30
- "collisions": 0,
31
- "compressed": 0,
32
- "drop": 0,
33
- "errors": 0,
34
- "overrun": 0,
35
- "packets": 0
36
- }
37
- },
38
- "lo": {
39
- "rx": {
40
- "bytes": 0,
41
- "drop": 0,
42
- "errors": 0,
43
- "overrun": 0,
44
- "packets": 0
45
- },
46
- "tx": {
47
- "bytes": 0,
48
- "carrier": 0,
49
- "collisions": 0,
50
- "drop": 0,
51
- "errors": 0,
52
- "packets": 0,
53
- "queuelen": "1"
54
- }
55
- }
56
- }
57
- }
58
- },
59
- "cpu": {
60
- "cores": 1,
61
- "real": 1,
62
- "total": 1
63
- },
64
- "current_user": "fauxhai",
65
- "dmi": {},
66
- "domain": "local",
67
- "etc": {
68
- "group": {
69
- "fauxhai": {
70
- "gid": 0,
71
- "members": [
72
- "fauxhai"
73
- ]
74
- }
75
- },
76
- "passwd": {
77
- "fauxhai": {
78
- "dir": "/home/fauxhai",
79
- "gecos": "Fauxhai",
80
- "gid": 0,
81
- "shell": "/bin/bash",
82
- "uid": 0
83
- }
84
- }
85
- },
86
- "filesystem": {
87
- "C:": {
88
- "fs_type": "ntfs",
89
- "kb_available": 29551521,
90
- "kb_size": 42947571,
91
- "kb_used": 13396050,
92
- "mount": "C:",
93
- "percent_used": 31,
94
- "volume_name": "Windows 10"
95
- }
96
- },
97
- "fips": {
98
- "kernel": {
99
- "enabled": false
100
- }
101
- },
102
- "fqdn": "fauxhai.local",
103
- "hostname": "Fauxhai",
104
- "idle": "30 days 15 hours 07 minutes 30 seconds",
105
- "idletime_seconds": 2646450,
106
- "ipaddress": "10.0.0.2",
107
- "kernel": {
108
- "cs_info": {
109
- "admin_password_status": 3,
110
- "automatic_managed_pagefile": true,
111
- "automatic_reset_boot_option": true,
112
- "automatic_reset_capability": true,
113
- "boot_option_on_limit": null,
114
- "boot_option_on_watch_dog": null,
115
- "boot_rom_supported": true,
116
- "boot_status": null,
117
- "bootup_state": "Normal boot",
118
- "caption": "VAGRANT-PR7FK70",
119
- "chassis_bootup_state": 3,
120
- "chassis_sku_number": null,
121
- "creation_class_name": "Win32_ComputerSystem",
122
- "current_time_zone": 60,
123
- "daylight_in_effect": true,
124
- "description": "AT/AT COMPATIBLE",
125
- "dns_host_name": "VAGRANT-PR7FK70",
126
- "domain": "WORKGROUP",
127
- "domain_role": 0,
128
- "enable_daylight_savings_time": true,
129
- "front_panel_reset_status": 3,
130
- "hypervisor_present": true,
131
- "infrared_supported": false,
132
- "initial_load_info": null,
133
- "install_date": null,
134
- "keyboard_password_status": 3,
135
- "last_load_info": null,
136
- "manufacturer": "innotek GmbH",
137
- "model": "VirtualBox",
138
- "name": "VAGRANT-PR7FK70",
139
- "name_format": null,
140
- "network_server_mode_enabled": true,
141
- "number_of_logical_processors": 2,
142
- "number_of_processors": 1,
143
- "oem_string_array": [
144
- "vboxVer_5.1.22",
145
- "vboxRev_115126"
146
- ],
147
- "part_of_domain": false,
148
- "pause_after_reset": "-1",
149
- "pc_system_type": 2,
150
- "pc_system_type_ex": 2,
151
- "power_management_capabilities": null,
152
- "power_management_supported": null,
153
- "power_on_password_status": 3,
154
- "power_state": 0,
155
- "power_supply_state": 3,
156
- "primary_owner_contact": null,
157
- "primary_owner_name": "Vagrant Administrator",
158
- "reset_capability": 1,
159
- "reset_count": -1,
160
- "reset_limit": -1,
161
- "roles": [
162
- "LM_Workstation",
163
- "LM_Server",
164
- "NT"
165
- ],
166
- "status": "OK",
167
- "support_contact_description": null,
168
- "system_family": "Virtual Machine",
169
- "system_sku_number": null,
170
- "system_startup_delay": null,
171
- "system_startup_options": null,
172
- "system_startup_setting": null,
173
- "system_type": "x64-based PC",
174
- "thermal_state": 3,
175
- "total_physical_memory": "4294496256",
176
- "user_name": "VAGRANT-PR7FK70\\vagrant",
177
- "wake_up_type": 6,
178
- "workgroup": "WORKGROUP"
179
- },
180
- "machine": "x86_64",
181
- "name": "Microsoft Windows 10 Enterprise Evaluation",
182
- "os": "WINNT",
183
- "os_info": {
184
- "boot_device": "\\Device\\HarddiskVolume1",
185
- "build_number": "15063",
186
- "build_type": "Multiprocessor Free",
187
- "caption": "Microsoft Windows 10 Enterprise Evaluation",
188
- "code_set": "1252",
189
- "country_code": "1",
190
- "creation_class_name": "Win32_OperatingSystem",
191
- "cs_creation_class_name": "Win32_ComputerSystem",
192
- "cs_name": "VAGRANT-PR7FK70",
193
- "csd_version": null,
194
- "current_time_zone": 60,
195
- "data_execution_prevention_32_bit_applications": true,
196
- "data_execution_prevention_available": true,
197
- "data_execution_prevention_drivers": true,
198
- "data_execution_prevention_support_policy": 2,
199
- "debug": false,
200
- "description": "",
201
- "distributed": false,
202
- "encryption_level": 256,
203
- "foreground_application_boost": 2,
204
- "free_physical_memory": "2476220",
205
- "free_space_in_paging_files": "1440948",
206
- "free_virtual_memory": "4076480",
207
- "install_date": "20170512194723.000000+060",
208
- "large_system_cache": null,
209
- "last_boot_up_time": "20170612215000.907671+060",
210
- "local_date_time": "20170612220147.960000+060",
211
- "locale": "0409",
212
- "manufacturer": "Microsoft Corporation",
213
- "max_number_of_processes": -1,
214
- "max_process_memory_size": "137438953344",
215
- "mui_languages": [
216
- "en-US"
217
- ],
218
- "name": "Microsoft Windows 10 Enterprise Evaluation|C:\\Windows|\\Device\\Harddisk0\\Partition1",
219
- "number_of_licensed_users": 0,
220
- "number_of_processes": 116,
221
- "number_of_users": 1,
222
- "operating_system_sku": 72,
223
- "organization": "Vagrant Inc.",
224
- "os_architecture": "64-bit",
225
- "os_language": 1033,
226
- "os_product_suite": 256,
227
- "os_type": 18,
228
- "other_type_description": null,
229
- "pae_enabled": null,
230
- "plus_product_id": null,
231
- "plus_version_number": null,
232
- "portable_operating_system": false,
233
- "primary": true,
234
- "product_type": 1,
235
- "registered_user": "Vagrant Administrator",
236
- "serial_number": "00329-20000-00001-AA890",
237
- "service_pack_major_version": 0,
238
- "service_pack_minor_version": 0,
239
- "size_stored_in_paging_files": "1441792",
240
- "status": "OK",
241
- "suite_mask": 272,
242
- "system_device": "\\Device\\HarddiskVolume1",
243
- "system_directory": "C:\\Windows\\system32",
244
- "system_drive": "C:",
245
- "total_swap_space_size": null,
246
- "total_virtual_memory_size": "5635636",
247
- "total_visible_memory_size": "4193844",
248
- "version": "10.0.15063",
249
- "windows_directory": "C:\\Windows"
250
- },
251
- "release": "10.0.15063",
252
- "version": "10.0.15063 Build 15063"
253
- },
254
- "keys": {
255
- "ssh": {
256
- "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
257
- "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
258
- }
259
- },
260
- "languages": {
261
- "powershell": {
262
- "build_version": "10.0.15063.296",
263
- "clr_version": "4.0.30319.42000",
264
- "compatible_versions": [
265
- "1.0",
266
- "2.0",
267
- "3.0",
268
- "4.0",
269
- "5.0",
270
- "5.1.15063.296"
271
- ],
272
- "remoting_protocol_version": "2.3",
273
- "serialization_version": "1.1.0.1",
274
- "version": "5.1.15063.296",
275
- "ws_man_stack_version": "3.0"
276
- },
277
- "ruby": {
278
- "bin_dir": "/usr/local/bin",
279
- "gem_bin": "/usr/local/bin/gem",
280
- "gems_dir": "/usr/local/gems",
281
- "ruby_bin": "/usr/local/bin/ruby"
282
- }
283
- },
284
- "macaddress": "11:11:11:11:11:11",
285
- "machinename": "Fauxhai",
286
- "memory": {
287
- "total": "1048576kB"
288
- },
289
- "network": {
290
- "default_gateway": "10.0.0.1",
291
- "default_interface": "0xe",
292
- "interfaces": {
293
- "0xe": {
294
- "addresses": {
295
- "10.0.0.2": {
296
- "broadcast": "10.0.0.255",
297
- "family": "inet",
298
- "netmask": "255.255.255.0",
299
- "prefixlen": "24"
300
- },
301
- "11:11:11:11:11:11": {
302
- "family": "lladdr"
303
- }
304
- },
305
- "arp": {
306
- "10.0.0.1": "fe:ff:ff:ff:ff:ff"
307
- },
308
- "configuration": {
309
- "caption": "[00000012] Ethernet Adapter",
310
- "database_path": "%SystemRoot%\\System32\\drivers\\etc",
311
- "default_ip_gateway": [
312
- "default_gateway"
313
- ],
314
- "description": "Ethernet Adapter",
315
- "dhcp_enabled": false,
316
- "dns_domain_suffix_search_order": [],
317
- "dns_enabled_for_wins_resolution": false,
318
- "dns_host_name": "Fauxhai",
319
- "domain_dns_registration_enabled": false,
320
- "full_dns_registration_enabled": true,
321
- "gateway_cost_metric": [
322
- 0
323
- ],
324
- "index": 12,
325
- "interface_index": 14,
326
- "ip_address": [
327
- "10.0.0.2"
328
- ],
329
- "ip_connection_metric": 5,
330
- "ip_enabled": true,
331
- "ip_filter_security_enabled": false,
332
- "ip_sec_permit_ip_protocols": [],
333
- "ip_sec_permit_tcp_ports": [],
334
- "ip_sec_permit_udp_ports": [],
335
- "ip_subnet": [
336
- "255.255.255.0",
337
- "64"
338
- ],
339
- "mac_address": "11:11:11:11:11:11",
340
- "service_name": "netkvm",
341
- "setting_id": "{00000000-0000-0000-0000-000000000000}",
342
- "tcp_window_size": 64240,
343
- "tcpip_netbios_options": 0,
344
- "wins_enable_lm_hosts_lookup": true,
345
- "wins_scope_id": ""
346
- },
347
- "counters": {},
348
- "encapsulation": "Ethernet",
349
- "instance": {
350
- "adapter_type": "Ethernet 802.3",
351
- "adapter_type_id": 0,
352
- "availability": 3,
353
- "caption": "[00000012] Ethernet Adapter",
354
- "config_manager_error_code": 0,
355
- "config_manager_user_config": false,
356
- "creation_class_name": "Win32_NetworkAdapter",
357
- "description": "Ethernet Adapter",
358
- "device_id": "12",
359
- "guid": "{00000000-0000-0000-0000-000000000000}",
360
- "index": 12,
361
- "installed": true,
362
- "interface_index": 14,
363
- "mac_address": "11:11:11:11:11:11",
364
- "manufacturer": "",
365
- "max_number_controlled": 0,
366
- "name": "Ethernet Adapter",
367
- "net_connection_id": "Ethernet",
368
- "net_connection_status": 2,
369
- "net_enabled": true,
370
- "physical_adapter": true,
371
- "pnp_device_id": "PCI\\VEN_0000&DEV_0000&SUBSYS_000000000&REV_00\\0&0000000000&00",
372
- "power_management_supported": false,
373
- "product_name": "Ethernet Adapter",
374
- "service_name": "netkvm",
375
- "speed": "10000000000",
376
- "system_creation_class_name": "Win32_ComputerSystem",
377
- "system_name": "Fauxhai",
378
- "time_of_last_reset": "20000101000001.000000+000"
379
- },
380
- "type": "Ethernet 802.3"
381
- }
382
- }
383
- },
384
- "ohai_time": 1497301314.069695,
385
- "os": "windows",
386
- "os_version": "10.0.15063",
387
- "packages": {
388
- "Chef Client v13.1.31": {
389
- "installdate": "20170612",
390
- "publisher": "Chef Software, Inc.",
391
- "version": "13.1.31.1"
392
- }
393
- },
394
- "platform": "windows",
395
- "platform_family": "windows",
396
- "platform_version": "10.0.15063",
397
- "root_group": "Administrators",
398
- "time": {
399
- "timezone": "GMT"
400
- },
401
- "uptime": "30 days 15 hours 07 minutes 30 seconds",
402
- "uptime_seconds": 2646450,
403
- "virtualization": {
404
- "systems": {}
405
- }
406
- }
1
+ {
2
+ "chef_packages": {
3
+ "chef": {
4
+ "chef_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.10.9-universal-mingw32/lib",
5
+ "version": "14.10.9"
6
+ },
7
+ "ohai": {
8
+ "ohai_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.8.10/lib/ohai",
9
+ "version": "14.8.10"
10
+ }
11
+ },
12
+ "command": {},
13
+ "counters": {
14
+ "network": {
15
+ "interfaces": {
16
+ "0xe": {
17
+ "rx": {
18
+ "bytes": 0,
19
+ "compressed": 0,
20
+ "drop": 0,
21
+ "errors": 0,
22
+ "frame": 0,
23
+ "multicast": 0,
24
+ "overrun": 0,
25
+ "packets": 0
26
+ },
27
+ "tx": {
28
+ "bytes": 0,
29
+ "carrier": 0,
30
+ "collisions": 0,
31
+ "compressed": 0,
32
+ "drop": 0,
33
+ "errors": 0,
34
+ "overrun": 0,
35
+ "packets": 0
36
+ }
37
+ },
38
+ "lo": {
39
+ "rx": {
40
+ "bytes": 0,
41
+ "drop": 0,
42
+ "errors": 0,
43
+ "overrun": 0,
44
+ "packets": 0
45
+ },
46
+ "tx": {
47
+ "bytes": 0,
48
+ "carrier": 0,
49
+ "collisions": 0,
50
+ "drop": 0,
51
+ "errors": 0,
52
+ "packets": 0,
53
+ "queuelen": "1"
54
+ }
55
+ }
56
+ }
57
+ }
58
+ },
59
+ "cpu": {
60
+ "cores": 1,
61
+ "real": 1,
62
+ "total": 1
63
+ },
64
+ "current_user": "fauxhai",
65
+ "dmi": {},
66
+ "domain": "local",
67
+ "filesystem": {
68
+ "A:": {
69
+ "fs_type": "",
70
+ "kb_available": 0,
71
+ "kb_size": 0,
72
+ "kb_used": 0,
73
+ "mount": "A:",
74
+ "percent_used": 0,
75
+ "volume_name": ""
76
+ },
77
+ "C:": {
78
+ "fs_type": "ntfs",
79
+ "kb_available": 122320953,
80
+ "kb_size": 136363110,
81
+ "kb_used": 14042157,
82
+ "mount": "C:",
83
+ "percent_used": 10,
84
+ "volume_name": ""
85
+ },
86
+ "D:": {
87
+ "encryption_status": "FullyDecrypted",
88
+ "fs_type": "ntfs",
89
+ "kb_available": 51570606,
90
+ "kb_size": 53685972,
91
+ "kb_used": 2115366,
92
+ "mount": "D:",
93
+ "percent_used": 3,
94
+ "volume_name": "temporary storage"
95
+ },
96
+ "E:": {
97
+ "fs_type": "",
98
+ "kb_available": 0,
99
+ "kb_size": 0,
100
+ "kb_used": 0,
101
+ "mount": "E:",
102
+ "percent_used": 0,
103
+ "volume_name": ""
104
+ }
105
+ },
106
+ "fips": {
107
+ "kernel": {
108
+ "enabled": false
109
+ }
110
+ },
111
+ "fqdn": "fauxhai.local",
112
+ "hostname": "Fauxhai",
113
+ "idle": "30 days 15 hours 07 minutes 30 seconds",
114
+ "idletime_seconds": 2646450,
115
+ "ipaddress": "10.0.0.2",
116
+ "kernel": {
117
+ "cs_info": {
118
+ "admin_password_status": 3,
119
+ "automatic_managed_pagefile": false,
120
+ "automatic_reset_boot_option": true,
121
+ "automatic_reset_capability": true,
122
+ "boot_option_on_limit": 0,
123
+ "boot_option_on_watch_dog": 0,
124
+ "boot_rom_supported": true,
125
+ "boot_status": [
126
+ 0,
127
+ 0,
128
+ 0,
129
+ 0,
130
+ 0,
131
+ 0,
132
+ 0,
133
+ 0,
134
+ 0,
135
+ 0
136
+ ],
137
+ "bootup_state": "Normal boot",
138
+ "caption": "win10",
139
+ "chassis_bootup_state": 3,
140
+ "chassis_sku_number": null,
141
+ "current_time_zone": 0,
142
+ "daylight_in_effect": null,
143
+ "description": "AT/AT COMPATIBLE",
144
+ "dns_host_name": "win10",
145
+ "domain": "WORKGROUP",
146
+ "domain_role": 0,
147
+ "enable_daylight_savings_time": true,
148
+ "front_panel_reset_status": 3,
149
+ "hypervisor_present": true,
150
+ "infrared_supported": false,
151
+ "initial_load_info": null,
152
+ "install_date": null,
153
+ "keyboard_password_status": 3,
154
+ "last_load_info": null,
155
+ "manufacturer": "Microsoft Corporation",
156
+ "model": "Virtual Machine",
157
+ "name": "win10",
158
+ "name_format": null,
159
+ "network_server_mode_enabled": true,
160
+ "number_of_logical_processors": 2,
161
+ "number_of_processors": 1,
162
+ "oem_string_array": [
163
+ "[MS_VM_CERT/SHA1/9b80ca0d5dd061ec9da4e494f4c3fd1196270c22]",
164
+ "00000000000000000000000000000000",
165
+ "To be filed by MSFT"
166
+ ],
167
+ "part_of_domain": false,
168
+ "pause_after_reset": "3932100000",
169
+ "pc_system_type": 1,
170
+ "pc_system_type_ex": 1,
171
+ "power_management_capabilities": null,
172
+ "power_management_supported": null,
173
+ "power_on_password_status": 3,
174
+ "power_state": 0,
175
+ "power_supply_state": 3,
176
+ "primary_owner_contact": null,
177
+ "primary_owner_name": null,
178
+ "reset_capability": 1,
179
+ "reset_count": -1,
180
+ "reset_limit": -1,
181
+ "roles": [
182
+ "LM_Workstation",
183
+ "LM_Server",
184
+ "NT"
185
+ ],
186
+ "status": "OK",
187
+ "support_contact_description": null,
188
+ "system_family": null,
189
+ "system_sku_number": null,
190
+ "system_startup_delay": null,
191
+ "system_startup_options": null,
192
+ "system_startup_setting": null,
193
+ "system_type": "x64-based PC",
194
+ "thermal_state": 1,
195
+ "total_physical_memory": "8589463552",
196
+ "user_name": null,
197
+ "wake_up_type": 6,
198
+ "workgroup": "WORKGROUP"
199
+ },
200
+ "machine": "x86_64",
201
+ "name": "Microsoft Windows 10 Education N",
202
+ "os": "WINNT",
203
+ "os_info": {
204
+ "boot_device": "\\Device\\HarddiskVolume1",
205
+ "build_number": "17763",
206
+ "build_type": "Multiprocessor Free",
207
+ "caption": "Microsoft Windows 10 Education N",
208
+ "code_set": "1252",
209
+ "country_code": "1",
210
+ "cs_name": "win10",
211
+ "csd_version": null,
212
+ "current_time_zone": 0,
213
+ "data_execution_prevention_32_bit_applications": true,
214
+ "data_execution_prevention_available": true,
215
+ "data_execution_prevention_drivers": true,
216
+ "data_execution_prevention_support_policy": 2,
217
+ "debug": false,
218
+ "description": "",
219
+ "distributed": false,
220
+ "encryption_level": 256,
221
+ "foreground_application_boost": 2,
222
+ "install_date": "20190130214734.000000+000",
223
+ "large_system_cache": null,
224
+ "last_boot_up_time": "20190130214257.459403+000",
225
+ "local_date_time": "20190130221336.518000+000",
226
+ "locale": "0409",
227
+ "manufacturer": "Microsoft Corporation",
228
+ "max_number_of_processes": -1,
229
+ "max_process_memory_size": "137438953344",
230
+ "mui_languages": [
231
+ "en-US"
232
+ ],
233
+ "name": "Microsoft Windows 10 Education N|C:\\Windows|\\Device\\Harddisk0\\Partition1",
234
+ "number_of_licensed_users": 0,
235
+ "number_of_processes": 159,
236
+ "number_of_users": 1,
237
+ "operating_system_sku": 122,
238
+ "organization": null,
239
+ "os_architecture": "64-bit",
240
+ "os_language": 1033,
241
+ "os_product_suite": 256,
242
+ "os_type": 18,
243
+ "other_type_description": null,
244
+ "pae_enabled": null,
245
+ "plus_product_id": null,
246
+ "plus_version_number": null,
247
+ "portable_operating_system": false,
248
+ "primary": true,
249
+ "product_type": 1,
250
+ "registered_user": null,
251
+ "serial_number": "00328-60000-00001-AA228",
252
+ "service_pack_major_version": 0,
253
+ "service_pack_minor_version": 0,
254
+ "size_stored_in_paging_files": "1966080",
255
+ "status": "OK",
256
+ "suite_mask": 272,
257
+ "system_device": "\\Device\\HarddiskVolume1",
258
+ "system_directory": "C:\\Windows\\system32",
259
+ "system_drive": "C:",
260
+ "total_visible_memory_size": "8388148",
261
+ "version": "10.0.17763",
262
+ "windows_directory": "C:\\Windows"
263
+ },
264
+ "product_type": "Workstation",
265
+ "release": "10.0.17763",
266
+ "server_core": false,
267
+ "system_type": "Desktop",
268
+ "version": "10.0.17763 Build 17763"
269
+ },
270
+ "keys": {
271
+ "ssh": {
272
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
273
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
274
+ }
275
+ },
276
+ "languages": {
277
+ "powershell": {
278
+ "build_version": "10.0.17763.134",
279
+ "clr_version": "4.0.30319.42000",
280
+ "compatible_versions": [
281
+ "1.0",
282
+ "2.0",
283
+ "3.0",
284
+ "4.0",
285
+ "5.0",
286
+ "5.1.17763.134"
287
+ ],
288
+ "remoting_protocol_version": "2.3",
289
+ "serialization_version": "1.1.0.1",
290
+ "version": "5.1.17763.134",
291
+ "ws_man_stack_version": "3.0"
292
+ },
293
+ "ruby": {
294
+ "bin_dir": "/usr/local/bin",
295
+ "gem_bin": "/usr/local/bin/gem",
296
+ "gems_dir": "/usr/local/gems",
297
+ "ruby_bin": "/usr/local/bin/ruby"
298
+ }
299
+ },
300
+ "macaddress": "11:11:11:11:11:11",
301
+ "machinename": "Fauxhai",
302
+ "memory": {
303
+ "total": "1048576kB"
304
+ },
305
+ "network": {
306
+ "default_gateway": "10.0.0.1",
307
+ "default_interface": "0xe",
308
+ "interfaces": {
309
+ "0xe": {
310
+ "addresses": {
311
+ "10.0.0.2": {
312
+ "broadcast": "10.0.0.255",
313
+ "family": "inet",
314
+ "netmask": "255.255.255.0",
315
+ "prefixlen": "24"
316
+ },
317
+ "11:11:11:11:11:11": {
318
+ "family": "lladdr"
319
+ }
320
+ },
321
+ "arp": {
322
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
323
+ },
324
+ "configuration": {
325
+ "caption": "[00000012] Ethernet Adapter",
326
+ "database_path": "%SystemRoot%\\System32\\drivers\\etc",
327
+ "default_ip_gateway": [
328
+ "default_gateway"
329
+ ],
330
+ "description": "Ethernet Adapter",
331
+ "dhcp_enabled": false,
332
+ "dns_domain_suffix_search_order": [],
333
+ "dns_enabled_for_wins_resolution": false,
334
+ "dns_host_name": "Fauxhai",
335
+ "domain_dns_registration_enabled": false,
336
+ "full_dns_registration_enabled": true,
337
+ "gateway_cost_metric": [
338
+ 0
339
+ ],
340
+ "index": 12,
341
+ "interface_index": 14,
342
+ "ip_address": [
343
+ "10.0.0.2"
344
+ ],
345
+ "ip_connection_metric": 5,
346
+ "ip_enabled": true,
347
+ "ip_filter_security_enabled": false,
348
+ "ip_sec_permit_ip_protocols": [],
349
+ "ip_sec_permit_tcp_ports": [],
350
+ "ip_sec_permit_udp_ports": [],
351
+ "ip_subnet": [
352
+ "255.255.255.0",
353
+ "64"
354
+ ],
355
+ "mac_address": "11:11:11:11:11:11",
356
+ "service_name": "netkvm",
357
+ "setting_id": "{00000000-0000-0000-0000-000000000000}",
358
+ "tcp_window_size": 64240,
359
+ "tcpip_netbios_options": 0,
360
+ "wins_enable_lm_hosts_lookup": true,
361
+ "wins_scope_id": ""
362
+ },
363
+ "counters": {},
364
+ "encapsulation": "Ethernet",
365
+ "instance": {
366
+ "adapter_type": "Ethernet 802.3",
367
+ "adapter_type_id": 0,
368
+ "availability": 3,
369
+ "caption": "[00000012] Ethernet Adapter",
370
+ "config_manager_error_code": 0,
371
+ "config_manager_user_config": false,
372
+ "creation_class_name": "Win32_NetworkAdapter",
373
+ "description": "Ethernet Adapter",
374
+ "device_id": "12",
375
+ "guid": "{00000000-0000-0000-0000-000000000000}",
376
+ "index": 12,
377
+ "installed": true,
378
+ "interface_index": 14,
379
+ "mac_address": "11:11:11:11:11:11",
380
+ "manufacturer": "",
381
+ "max_number_controlled": 0,
382
+ "name": "Ethernet Adapter",
383
+ "net_connection_id": "Ethernet",
384
+ "net_connection_status": 2,
385
+ "net_enabled": true,
386
+ "physical_adapter": true,
387
+ "pnp_device_id": "PCI\\VEN_0000&DEV_0000&SUBSYS_000000000&REV_00\\0&0000000000&00",
388
+ "power_management_supported": false,
389
+ "product_name": "Ethernet Adapter",
390
+ "service_name": "netkvm",
391
+ "speed": "10000000000",
392
+ "system_creation_class_name": "Win32_ComputerSystem",
393
+ "system_name": "Fauxhai",
394
+ "time_of_last_reset": "20000101000001.000000+000"
395
+ },
396
+ "type": "Ethernet 802.3"
397
+ }
398
+ }
399
+ },
400
+ "ohai_time": 1548886420.420179,
401
+ "os": "windows",
402
+ "os_version": "10.0.17763",
403
+ "packages": {
404
+ "Chef Client v14.10.9": {
405
+ "installdate": "20190130",
406
+ "publisher": "Chef Software, Inc.",
407
+ "version": "14.10.9.1"
408
+ }
409
+ },
410
+ "platform": "windows",
411
+ "platform_family": "windows",
412
+ "platform_version": "10.0.17763",
413
+ "root_group": "Administrators",
414
+ "shard_seed": 111319863,
415
+ "time": {
416
+ "timezone": "GMT"
417
+ },
418
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
419
+ "uptime_seconds": 2646450,
420
+ "virtualization": {
421
+ "systems": {}
422
+ }
423
+ }