fauxhai 3.10.0 → 4.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 +39 -0
- data/lib/fauxhai/platforms/arch/{3.10.5-1-ARCH.json → 4.9.11-1-ARCH.json} +325 -160
- data/lib/fauxhai/platforms/centos/6.8.json +206 -174
- data/lib/fauxhai/platforms/centos/7.3.1611.json +871 -0
- data/lib/fauxhai/platforms/debian/7.11.json +89 -101
- data/lib/fauxhai/platforms/debian/8.7.json +766 -0
- data/lib/fauxhai/platforms/fedora/{18.json → 25.json} +417 -205
- data/lib/fauxhai/platforms/freebsd/10.3.json +16 -16
- data/lib/fauxhai/platforms/freebsd/11.0.json +14 -14
- data/lib/fauxhai/platforms/opensuse/42.1.json +141 -94
- data/lib/fauxhai/platforms/{debian/stretch/sid.json → opensuse/42.2.json} +372 -356
- data/lib/fauxhai/platforms/redhat/6.6.json +279 -175
- data/lib/fauxhai/platforms/{freebsd/9.1.json → redhat/6.7.json} +374 -63
- data/lib/fauxhai/platforms/{freebsd/9.2.json → redhat/6.8.json} +360 -53
- data/lib/fauxhai/platforms/redhat/7.0.json +147 -169
- data/lib/fauxhai/platforms/redhat/7.1.json +460 -383
- data/lib/fauxhai/platforms/redhat/7.2.json +431 -242
- data/lib/fauxhai/platforms/redhat/7.3.json +871 -0
- data/lib/fauxhai/platforms/suse/12.0.json +524 -415
- data/lib/fauxhai/platforms/suse/12.2.json +873 -0
- data/lib/fauxhai/platforms/ubuntu/14.04.json +206 -223
- data/lib/fauxhai/platforms/ubuntu/16.04.json +153 -195
- data/lib/fauxhai/version.rb +1 -1
- metadata +12 -27
- data/lib/fauxhai/platforms/debian/6.0.5.json +0 -303
- data/lib/fauxhai/platforms/debian/jessie/sid.json +0 -588
- data/lib/fauxhai/platforms/fedora/19.json +0 -474
- data/lib/fauxhai/platforms/fedora/20.json +0 -442
- data/lib/fauxhai/platforms/freebsd/10.0.json +0 -338
- data/lib/fauxhai/platforms/freebsd/8.4.json +0 -369
- data/lib/fauxhai/platforms/gentoo/2.1.json +0 -416
- data/lib/fauxhai/platforms/mac_os_x/10.6.8.json +0 -848
- data/lib/fauxhai/platforms/mac_os_x/10.7.4.json +0 -800
- data/lib/fauxhai/platforms/mac_os_x/10.8.2.json +0 -757
- data/lib/fauxhai/platforms/omnios/151002.json +0 -2382
- data/lib/fauxhai/platforms/omnios/151006.json +0 -1955
- data/lib/fauxhai/platforms/omnios/151008.json +0 -2230
- data/lib/fauxhai/platforms/suse/11.1.json +0 -2563
- data/lib/fauxhai/platforms/suse/11.2.json +0 -2564
- data/lib/fauxhai/platforms/ubuntu/10.04.json +0 -522
- data/lib/fauxhai/platforms/ubuntu/13.04.json +0 -2584
- data/lib/fauxhai/platforms/ubuntu/13.10.json +0 -510
- data/lib/fauxhai/platforms/ubuntu/14.10.json +0 -617
data/lib/fauxhai/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fauxhai
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 4.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Seth Vargo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: net-ssh
|
@@ -104,8 +104,8 @@ files:
|
|
104
104
|
- lib/fauxhai/platforms/amazon/2015.09.json
|
105
105
|
- lib/fauxhai/platforms/amazon/2016.03.json
|
106
106
|
- lib/fauxhai/platforms/amazon/2016.09.json
|
107
|
-
- lib/fauxhai/platforms/arch/3.10.5-1-ARCH.json
|
108
107
|
- lib/fauxhai/platforms/arch/4.5.4-1-ARCH.json
|
108
|
+
- lib/fauxhai/platforms/arch/4.9.11-1-ARCH.json
|
109
109
|
- lib/fauxhai/platforms/centos/5.0.json
|
110
110
|
- lib/fauxhai/platforms/centos/5.1.json
|
111
111
|
- lib/fauxhai/platforms/centos/5.10.json
|
@@ -131,8 +131,8 @@ files:
|
|
131
131
|
- lib/fauxhai/platforms/centos/7.0.json
|
132
132
|
- lib/fauxhai/platforms/centos/7.1.1503.json
|
133
133
|
- lib/fauxhai/platforms/centos/7.2.1511.json
|
134
|
+
- lib/fauxhai/platforms/centos/7.3.1611.json
|
134
135
|
- lib/fauxhai/platforms/chefspec/0.6.1.json
|
135
|
-
- lib/fauxhai/platforms/debian/6.0.5.json
|
136
136
|
- lib/fauxhai/platforms/debian/7.0.json
|
137
137
|
- lib/fauxhai/platforms/debian/7.1.json
|
138
138
|
- lib/fauxhai/platforms/debian/7.10.json
|
@@ -150,39 +150,25 @@ files:
|
|
150
150
|
- lib/fauxhai/platforms/debian/8.4.json
|
151
151
|
- lib/fauxhai/platforms/debian/8.5.json
|
152
152
|
- lib/fauxhai/platforms/debian/8.6.json
|
153
|
-
- lib/fauxhai/platforms/debian/
|
154
|
-
- lib/fauxhai/platforms/debian/stretch/sid.json
|
153
|
+
- lib/fauxhai/platforms/debian/8.7.json
|
155
154
|
- lib/fauxhai/platforms/dragonfly4/4.2-RELEASE.json
|
156
|
-
- lib/fauxhai/platforms/fedora/18.json
|
157
|
-
- lib/fauxhai/platforms/fedora/19.json
|
158
|
-
- lib/fauxhai/platforms/fedora/20.json
|
159
155
|
- lib/fauxhai/platforms/fedora/21.json
|
160
156
|
- lib/fauxhai/platforms/fedora/22.json
|
161
157
|
- lib/fauxhai/platforms/fedora/23.json
|
162
158
|
- lib/fauxhai/platforms/fedora/24.json
|
163
|
-
- lib/fauxhai/platforms/
|
159
|
+
- lib/fauxhai/platforms/fedora/25.json
|
164
160
|
- lib/fauxhai/platforms/freebsd/10.1.json
|
165
161
|
- lib/fauxhai/platforms/freebsd/10.2.json
|
166
162
|
- lib/fauxhai/platforms/freebsd/10.3.json
|
167
163
|
- lib/fauxhai/platforms/freebsd/11.0.json
|
168
|
-
- lib/fauxhai/platforms/freebsd/8.4.json
|
169
|
-
- lib/fauxhai/platforms/freebsd/9.1.json
|
170
|
-
- lib/fauxhai/platforms/freebsd/9.2.json
|
171
164
|
- lib/fauxhai/platforms/freebsd/9.3.json
|
172
|
-
- lib/fauxhai/platforms/gentoo/2.1.json
|
173
165
|
- lib/fauxhai/platforms/gentoo/2.2.json
|
174
166
|
- lib/fauxhai/platforms/ios_xr/6.0.0.14I.json
|
175
167
|
- lib/fauxhai/platforms/mac_os_x/10.10.json
|
176
168
|
- lib/fauxhai/platforms/mac_os_x/10.11.1.json
|
177
169
|
- lib/fauxhai/platforms/mac_os_x/10.12.json
|
178
|
-
- lib/fauxhai/platforms/mac_os_x/10.6.8.json
|
179
|
-
- lib/fauxhai/platforms/mac_os_x/10.7.4.json
|
180
|
-
- lib/fauxhai/platforms/mac_os_x/10.8.2.json
|
181
170
|
- lib/fauxhai/platforms/mac_os_x/10.9.2.json
|
182
171
|
- lib/fauxhai/platforms/nexus/5.json
|
183
|
-
- lib/fauxhai/platforms/omnios/151002.json
|
184
|
-
- lib/fauxhai/platforms/omnios/151006.json
|
185
|
-
- lib/fauxhai/platforms/omnios/151008.json
|
186
172
|
- lib/fauxhai/platforms/omnios/151014.json
|
187
173
|
- lib/fauxhai/platforms/omnios/151018.json
|
188
174
|
- lib/fauxhai/platforms/openbsd/5.4.json
|
@@ -190,6 +176,7 @@ files:
|
|
190
176
|
- lib/fauxhai/platforms/opensuse/13.1.json
|
191
177
|
- lib/fauxhai/platforms/opensuse/13.2.json
|
192
178
|
- lib/fauxhai/platforms/opensuse/42.1.json
|
179
|
+
- lib/fauxhai/platforms/opensuse/42.2.json
|
193
180
|
- lib/fauxhai/platforms/oracle/5.10.json
|
194
181
|
- lib/fauxhai/platforms/oracle/5.8.json
|
195
182
|
- lib/fauxhai/platforms/oracle/6.5.json
|
@@ -211,26 +198,24 @@ files:
|
|
211
198
|
- lib/fauxhai/platforms/redhat/6.4.json
|
212
199
|
- lib/fauxhai/platforms/redhat/6.5.json
|
213
200
|
- lib/fauxhai/platforms/redhat/6.6.json
|
201
|
+
- lib/fauxhai/platforms/redhat/6.7.json
|
202
|
+
- lib/fauxhai/platforms/redhat/6.8.json
|
214
203
|
- lib/fauxhai/platforms/redhat/7.0.json
|
215
204
|
- lib/fauxhai/platforms/redhat/7.1.json
|
216
205
|
- lib/fauxhai/platforms/redhat/7.2.json
|
206
|
+
- lib/fauxhai/platforms/redhat/7.3.json
|
217
207
|
- lib/fauxhai/platforms/slackware/14.1.json
|
218
208
|
- lib/fauxhai/platforms/smartos/5.11.json
|
219
209
|
- lib/fauxhai/platforms/smartos/joyent_20130111T180733Z.json
|
220
210
|
- lib/fauxhai/platforms/solaris2/5.10.json
|
221
211
|
- lib/fauxhai/platforms/solaris2/5.11.json
|
222
|
-
- lib/fauxhai/platforms/suse/11.1.json
|
223
|
-
- lib/fauxhai/platforms/suse/11.2.json
|
224
212
|
- lib/fauxhai/platforms/suse/11.3.json
|
225
213
|
- lib/fauxhai/platforms/suse/11.4.json
|
226
214
|
- lib/fauxhai/platforms/suse/12.0.json
|
227
215
|
- lib/fauxhai/platforms/suse/12.1.json
|
228
|
-
- lib/fauxhai/platforms/
|
216
|
+
- lib/fauxhai/platforms/suse/12.2.json
|
229
217
|
- lib/fauxhai/platforms/ubuntu/12.04.json
|
230
|
-
- lib/fauxhai/platforms/ubuntu/13.04.json
|
231
|
-
- lib/fauxhai/platforms/ubuntu/13.10.json
|
232
218
|
- lib/fauxhai/platforms/ubuntu/14.04.json
|
233
|
-
- lib/fauxhai/platforms/ubuntu/14.10.json
|
234
219
|
- lib/fauxhai/platforms/ubuntu/15.04.json
|
235
220
|
- lib/fauxhai/platforms/ubuntu/15.10.json
|
236
221
|
- lib/fauxhai/platforms/ubuntu/16.04.json
|
@@ -267,7 +252,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
267
252
|
version: '0'
|
268
253
|
requirements: []
|
269
254
|
rubyforge_project:
|
270
|
-
rubygems_version: 2.6.
|
255
|
+
rubygems_version: 2.6.10
|
271
256
|
signing_key:
|
272
257
|
specification_version: 4
|
273
258
|
summary: Fauxhai provides an easy way to mock out your ohai data for testing with
|
@@ -1,303 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"kernel": {
|
3
|
-
"name": "Linux",
|
4
|
-
"release": "2.6.32-5-amd64",
|
5
|
-
"version": "#1 SMP Sun May 6 04:00:17 UTC 2012",
|
6
|
-
"machine": "x86_64",
|
7
|
-
"modules": {
|
8
|
-
"ext2": {
|
9
|
-
"size": "52905",
|
10
|
-
"refcount": "1"
|
11
|
-
},
|
12
|
-
"loop": {
|
13
|
-
"size": "11799",
|
14
|
-
"refcount": "0"
|
15
|
-
},
|
16
|
-
"dm_crypt": {
|
17
|
-
"size": "10664",
|
18
|
-
"refcount": "0"
|
19
|
-
},
|
20
|
-
"snd_pcm": {
|
21
|
-
"size": "60487",
|
22
|
-
"refcount": "0"
|
23
|
-
},
|
24
|
-
"snd_timer": {
|
25
|
-
"size": "15598",
|
26
|
-
"refcount": "1"
|
27
|
-
},
|
28
|
-
"parport_pc": {
|
29
|
-
"size": "18855",
|
30
|
-
"refcount": "0"
|
31
|
-
},
|
32
|
-
"ac": {
|
33
|
-
"size": "2192",
|
34
|
-
"refcount": "0"
|
35
|
-
},
|
36
|
-
"parport": {
|
37
|
-
"size": "27954",
|
38
|
-
"refcount": "1"
|
39
|
-
},
|
40
|
-
"snd": {
|
41
|
-
"size": "46526",
|
42
|
-
"refcount": "2"
|
43
|
-
},
|
44
|
-
"processor": {
|
45
|
-
"size": "29935",
|
46
|
-
"refcount": "0"
|
47
|
-
},
|
48
|
-
"soundcore": {
|
49
|
-
"size": "4598",
|
50
|
-
"refcount": "1"
|
51
|
-
},
|
52
|
-
"evdev": {
|
53
|
-
"size": "7352",
|
54
|
-
"refcount": "3"
|
55
|
-
},
|
56
|
-
"psmouse": {
|
57
|
-
"size": "49985",
|
58
|
-
"refcount": "0"
|
59
|
-
},
|
60
|
-
"snd_page_alloc": {
|
61
|
-
"size": "6249",
|
62
|
-
"refcount": "1"
|
63
|
-
},
|
64
|
-
"i2c_piix4": {
|
65
|
-
"size": "8328",
|
66
|
-
"refcount": "0"
|
67
|
-
},
|
68
|
-
"serio_raw": {
|
69
|
-
"size": "3752",
|
70
|
-
"refcount": "0"
|
71
|
-
},
|
72
|
-
"button": {
|
73
|
-
"size": "4650",
|
74
|
-
"refcount": "0"
|
75
|
-
},
|
76
|
-
"pcspkr": {
|
77
|
-
"size": "1699",
|
78
|
-
"refcount": "0"
|
79
|
-
},
|
80
|
-
"i2c_core": {
|
81
|
-
"size": "15819",
|
82
|
-
"refcount": "1"
|
83
|
-
},
|
84
|
-
"ext3": {
|
85
|
-
"size": "106710",
|
86
|
-
"refcount": "1"
|
87
|
-
},
|
88
|
-
"jbd": {
|
89
|
-
"size": "37317",
|
90
|
-
"refcount": "1"
|
91
|
-
},
|
92
|
-
"mbcache": {
|
93
|
-
"size": "5050",
|
94
|
-
"refcount": "2"
|
95
|
-
},
|
96
|
-
"dm_mod": {
|
97
|
-
"size": "53946",
|
98
|
-
"refcount": "7"
|
99
|
-
},
|
100
|
-
"sg": {
|
101
|
-
"size": "24069",
|
102
|
-
"refcount": "0"
|
103
|
-
},
|
104
|
-
"sd_mod": {
|
105
|
-
"size": "29937",
|
106
|
-
"refcount": "3"
|
107
|
-
},
|
108
|
-
"crc_t10dif": {
|
109
|
-
"size": "1276",
|
110
|
-
"refcount": "1"
|
111
|
-
},
|
112
|
-
"sr_mod": {
|
113
|
-
"size": "12602",
|
114
|
-
"refcount": "0"
|
115
|
-
},
|
116
|
-
"cdrom": {
|
117
|
-
"size": "29351",
|
118
|
-
"refcount": "1"
|
119
|
-
},
|
120
|
-
"ata_generic": {
|
121
|
-
"size": "3239",
|
122
|
-
"refcount": "0"
|
123
|
-
},
|
124
|
-
"ata_piix": {
|
125
|
-
"size": "21124",
|
126
|
-
"refcount": "0"
|
127
|
-
},
|
128
|
-
"ahci": {
|
129
|
-
"size": "32870",
|
130
|
-
"refcount": "2"
|
131
|
-
},
|
132
|
-
"thermal": {
|
133
|
-
"size": "11674",
|
134
|
-
"refcount": "0"
|
135
|
-
},
|
136
|
-
"libata": {
|
137
|
-
"size": "133776",
|
138
|
-
"refcount": "3"
|
139
|
-
},
|
140
|
-
"thermal_sys": {
|
141
|
-
"size": "11942",
|
142
|
-
"refcount": "2"
|
143
|
-
},
|
144
|
-
"e1000": {
|
145
|
-
"size": "85517",
|
146
|
-
"refcount": "0"
|
147
|
-
},
|
148
|
-
"scsi_mod": {
|
149
|
-
"size": "126725",
|
150
|
-
"refcount": "4"
|
151
|
-
}
|
152
|
-
},
|
153
|
-
"os": "GNU/Linux"
|
154
|
-
},
|
155
|
-
"os": "linux",
|
156
|
-
"os_version": "2.6.32-5-amd64",
|
157
|
-
"cpu": {
|
158
|
-
"real": 1,
|
159
|
-
"total": 1,
|
160
|
-
"cores": 1
|
161
|
-
},
|
162
|
-
"memory": {
|
163
|
-
"total": "524288kB"
|
164
|
-
},
|
165
|
-
"ohai_time": 1352153831.333865,
|
166
|
-
"command": {
|
167
|
-
"ps": "ps -ef"
|
168
|
-
},
|
169
|
-
"dmi": {
|
170
|
-
},
|
171
|
-
"platform": "debian",
|
172
|
-
"platform_version": "6.0.5",
|
173
|
-
"platform_family": "debian",
|
174
|
-
"lsb": {
|
175
|
-
"id": "Debian",
|
176
|
-
"description": "Debian GNU/Linux 6.0.5 (squeeze)",
|
177
|
-
"release": "6.0.5",
|
178
|
-
"codename": "squeeze"
|
179
|
-
},
|
180
|
-
"root_group": "root",
|
181
|
-
"init_package": "init",
|
182
|
-
"languages": {
|
183
|
-
"ruby": {
|
184
|
-
"bin_dir": "/usr/local/bin",
|
185
|
-
"gem_bin": "/usr/local/bin/gem",
|
186
|
-
"gems_dir": "/usr/local/gems",
|
187
|
-
"ruby_bin": "/usr/local/bin/ruby"
|
188
|
-
}
|
189
|
-
},
|
190
|
-
"chef_packages": {
|
191
|
-
"chef": {
|
192
|
-
"version": "10.14.4",
|
193
|
-
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-10.14.4/lib"
|
194
|
-
},
|
195
|
-
"ohai": {
|
196
|
-
"version": "6.14.0",
|
197
|
-
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-6.14.0/lib/ohai"
|
198
|
-
}
|
199
|
-
},
|
200
|
-
"counters": {
|
201
|
-
"network": {
|
202
|
-
"interfaces": {
|
203
|
-
"eth0": {
|
204
|
-
"rx": {
|
205
|
-
"bytes": "0",
|
206
|
-
"packets": "0",
|
207
|
-
"errors": "0",
|
208
|
-
"drop": 0,
|
209
|
-
"overrun": 0,
|
210
|
-
"frame": 0,
|
211
|
-
"compressed": 0,
|
212
|
-
"multicast": 0
|
213
|
-
},
|
214
|
-
"tx": {
|
215
|
-
"bytes": "342",
|
216
|
-
"packets": "0",
|
217
|
-
"errors": "0",
|
218
|
-
"drop": 0,
|
219
|
-
"overrun": 0,
|
220
|
-
"collisions": "0",
|
221
|
-
"carrier": 0,
|
222
|
-
"compressed": 0
|
223
|
-
}
|
224
|
-
}
|
225
|
-
}
|
226
|
-
}
|
227
|
-
},
|
228
|
-
"current_user": "fauxhai",
|
229
|
-
"domain": "local",
|
230
|
-
"etc": {
|
231
|
-
"passwd": {
|
232
|
-
"fauxhai": {
|
233
|
-
"dir": "/home/fauxhai",
|
234
|
-
"gid": 0,
|
235
|
-
"uid": 0,
|
236
|
-
"shell": "/bin/bash",
|
237
|
-
"gecos": "Fauxhai"
|
238
|
-
}
|
239
|
-
},
|
240
|
-
"group": {
|
241
|
-
"fauxhai": {
|
242
|
-
"gid": 0,
|
243
|
-
"members": [
|
244
|
-
"fauxhai"
|
245
|
-
]
|
246
|
-
}
|
247
|
-
}
|
248
|
-
},
|
249
|
-
"hostname": "Fauxhai",
|
250
|
-
"fqdn": "fauxhai.local",
|
251
|
-
"ipaddress": "10.0.0.2",
|
252
|
-
"keys": {
|
253
|
-
"ssh": {
|
254
|
-
"host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
|
255
|
-
"host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
|
256
|
-
}
|
257
|
-
},
|
258
|
-
"macaddress": "11:11:11:11:11:11",
|
259
|
-
"network": {
|
260
|
-
"default_gateway": "10.0.0.1",
|
261
|
-
"default_interface": "eth0",
|
262
|
-
"settings": {
|
263
|
-
},
|
264
|
-
"interfaces": {
|
265
|
-
"eth0": {
|
266
|
-
"addresses": {
|
267
|
-
"10.0.0.2": {
|
268
|
-
"broadcast": "10.0.0.255",
|
269
|
-
"family": "inet",
|
270
|
-
"netmask": "255.255.255.0",
|
271
|
-
"prefixlen": "24",
|
272
|
-
"scope": "Global"
|
273
|
-
}
|
274
|
-
},
|
275
|
-
"arp": {
|
276
|
-
"10.0.0.1": "fe:ff:ff:ff:ff:ff"
|
277
|
-
},
|
278
|
-
"encapsulation": "Ethernet",
|
279
|
-
"flags": [
|
280
|
-
"BROADCAST",
|
281
|
-
"MULTICAST",
|
282
|
-
"UP",
|
283
|
-
"LOWER_UP"
|
284
|
-
],
|
285
|
-
"mtu": "1500",
|
286
|
-
"number": "0",
|
287
|
-
"routes": [
|
288
|
-
{
|
289
|
-
"destination": "10.0.0.0/24",
|
290
|
-
"family": "inet",
|
291
|
-
"scope": "link",
|
292
|
-
"proto": "kernel",
|
293
|
-
"src": "10.0.0.2"
|
294
|
-
}
|
295
|
-
],
|
296
|
-
"state": "up",
|
297
|
-
"type": "eth"
|
298
|
-
}
|
299
|
-
}
|
300
|
-
},
|
301
|
-
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
302
|
-
"uptime_seconds": 2646450
|
303
|
-
}
|
@@ -1,588 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"kernel": {
|
3
|
-
"name": "Linux",
|
4
|
-
"release": "3.2.0-4-amd64",
|
5
|
-
"version": "#1 SMP Debian 3.2.54-2",
|
6
|
-
"machine": "x86_64",
|
7
|
-
"modules": {
|
8
|
-
"fuse": {
|
9
|
-
"size": "62020",
|
10
|
-
"refcount": "1"
|
11
|
-
},
|
12
|
-
"vmwgfx": {
|
13
|
-
"size": "99436",
|
14
|
-
"refcount": "0"
|
15
|
-
},
|
16
|
-
"ttm": {
|
17
|
-
"size": "53664",
|
18
|
-
"refcount": "1"
|
19
|
-
},
|
20
|
-
"drm": {
|
21
|
-
"size": "183952",
|
22
|
-
"refcount": "2"
|
23
|
-
},
|
24
|
-
"snd_pcm": {
|
25
|
-
"size": "68083",
|
26
|
-
"refcount": "0"
|
27
|
-
},
|
28
|
-
"snd_page_alloc": {
|
29
|
-
"size": "13003",
|
30
|
-
"refcount": "1"
|
31
|
-
},
|
32
|
-
"snd_timer": {
|
33
|
-
"size": "22917",
|
34
|
-
"refcount": "1"
|
35
|
-
},
|
36
|
-
"snd": {
|
37
|
-
"size": "52889",
|
38
|
-
"refcount": "2"
|
39
|
-
},
|
40
|
-
"processor": {
|
41
|
-
"size": "28157",
|
42
|
-
"refcount": "0"
|
43
|
-
},
|
44
|
-
"thermal_sys": {
|
45
|
-
"size": "18040",
|
46
|
-
"refcount": "1"
|
47
|
-
},
|
48
|
-
"parport_pc": {
|
49
|
-
"size": "22364",
|
50
|
-
"refcount": "0"
|
51
|
-
},
|
52
|
-
"psmouse": {
|
53
|
-
"size": "69265",
|
54
|
-
"refcount": "0"
|
55
|
-
},
|
56
|
-
"parport": {
|
57
|
-
"size": "31858",
|
58
|
-
"refcount": "1"
|
59
|
-
},
|
60
|
-
"button": {
|
61
|
-
"size": "12937",
|
62
|
-
"refcount": "0"
|
63
|
-
},
|
64
|
-
"evdev": {
|
65
|
-
"size": "17562",
|
66
|
-
"refcount": "2"
|
67
|
-
},
|
68
|
-
"soundcore": {
|
69
|
-
"size": "13065",
|
70
|
-
"refcount": "1"
|
71
|
-
},
|
72
|
-
"serio_raw": {
|
73
|
-
"size": "12931",
|
74
|
-
"refcount": "0"
|
75
|
-
},
|
76
|
-
"pcspkr": {
|
77
|
-
"size": "12579",
|
78
|
-
"refcount": "0"
|
79
|
-
},
|
80
|
-
"i2c_piix4": {
|
81
|
-
"size": "12536",
|
82
|
-
"refcount": "0"
|
83
|
-
},
|
84
|
-
"i2c_core": {
|
85
|
-
"size": "23876",
|
86
|
-
"refcount": "2"
|
87
|
-
},
|
88
|
-
"ext4": {
|
89
|
-
"size": "350763",
|
90
|
-
"refcount": "1"
|
91
|
-
},
|
92
|
-
"crc16": {
|
93
|
-
"size": "12343",
|
94
|
-
"refcount": "1"
|
95
|
-
},
|
96
|
-
"jbd2": {
|
97
|
-
"size": "62115",
|
98
|
-
"refcount": "1"
|
99
|
-
},
|
100
|
-
"mbcache": {
|
101
|
-
"size": "13114",
|
102
|
-
"refcount": "1"
|
103
|
-
},
|
104
|
-
"sg": {
|
105
|
-
"size": "25874",
|
106
|
-
"refcount": "0"
|
107
|
-
},
|
108
|
-
"sr_mod": {
|
109
|
-
"size": "21899",
|
110
|
-
"refcount": "0"
|
111
|
-
},
|
112
|
-
"cdrom": {
|
113
|
-
"size": "35401",
|
114
|
-
"refcount": "1"
|
115
|
-
},
|
116
|
-
"ata_generic": {
|
117
|
-
"size": "12479",
|
118
|
-
"refcount": "0"
|
119
|
-
},
|
120
|
-
"virtio_net": {
|
121
|
-
"size": "17808",
|
122
|
-
"refcount": "0"
|
123
|
-
},
|
124
|
-
"virtio_blk": {
|
125
|
-
"size": "12874",
|
126
|
-
"refcount": "1"
|
127
|
-
},
|
128
|
-
"floppy": {
|
129
|
-
"size": "53087",
|
130
|
-
"refcount": "0"
|
131
|
-
},
|
132
|
-
"ata_piix": {
|
133
|
-
"size": "29535",
|
134
|
-
"refcount": "0"
|
135
|
-
},
|
136
|
-
"libata": {
|
137
|
-
"size": "140630",
|
138
|
-
"refcount": "2"
|
139
|
-
},
|
140
|
-
"scsi_mod": {
|
141
|
-
"size": "162269",
|
142
|
-
"refcount": "3"
|
143
|
-
},
|
144
|
-
"virtio_pci": {
|
145
|
-
"size": "13207",
|
146
|
-
"refcount": "0"
|
147
|
-
},
|
148
|
-
"virtio_ring": {
|
149
|
-
"size": "13148",
|
150
|
-
"refcount": "3"
|
151
|
-
},
|
152
|
-
"virtio": {
|
153
|
-
"size": "13093",
|
154
|
-
"refcount": "4"
|
155
|
-
}
|
156
|
-
},
|
157
|
-
"os": "GNU/Linux"
|
158
|
-
},
|
159
|
-
"os": "linux",
|
160
|
-
"os_version": "3.2.0-4-amd64",
|
161
|
-
"dmi": {
|
162
|
-
"dmidecode_version": "2.12",
|
163
|
-
"smbios_version": "2.4",
|
164
|
-
"structures": {
|
165
|
-
"count": "10",
|
166
|
-
"size": "263"
|
167
|
-
},
|
168
|
-
"bios": {
|
169
|
-
"all_records": [
|
170
|
-
{
|
171
|
-
"record_id": "0x0000",
|
172
|
-
"size": "0",
|
173
|
-
"application_identifier": "BIOS Information",
|
174
|
-
"Vendor": "Bochs",
|
175
|
-
"Version": "Bochs",
|
176
|
-
"Release Date": "01/01/2007",
|
177
|
-
"Address": "0xE8000",
|
178
|
-
"Runtime Size": "96 kB",
|
179
|
-
"ROM Size": "64 kB",
|
180
|
-
"Characteristics": {
|
181
|
-
"BIOS characteristics not supported": null,
|
182
|
-
"Targeted content distribution is supported": null
|
183
|
-
},
|
184
|
-
"BIOS Revision": "1.0"
|
185
|
-
}
|
186
|
-
],
|
187
|
-
"vendor": "Bochs",
|
188
|
-
"version": "Bochs",
|
189
|
-
"release_date": "01/01/2007",
|
190
|
-
"address": "0xE8000",
|
191
|
-
"runtime_size": "96 kB",
|
192
|
-
"rom_size": "64 kB",
|
193
|
-
"bios_revision": "1.0"
|
194
|
-
},
|
195
|
-
"system": {
|
196
|
-
"all_records": [
|
197
|
-
{
|
198
|
-
"record_id": "0x0100",
|
199
|
-
"size": "1",
|
200
|
-
"application_identifier": "System Information",
|
201
|
-
"Manufacturer": "Bochs",
|
202
|
-
"Product Name": "Bochs",
|
203
|
-
"Version": "Not Specified",
|
204
|
-
"Serial Number": "Not Specified",
|
205
|
-
"UUID": "CBE01388-C994-11E3-A9D0-04010897BD01",
|
206
|
-
"Wake-up Type": "Power Switch",
|
207
|
-
"SKU Number": "Not Specified",
|
208
|
-
"Family": "Not Specified"
|
209
|
-
}
|
210
|
-
],
|
211
|
-
"manufacturer": "Bochs",
|
212
|
-
"product_name": "Bochs",
|
213
|
-
"version": "Not Specified",
|
214
|
-
"serial_number": "Not Specified",
|
215
|
-
"uuid": "CBE01388-C994-11E3-A9D0-04010897BD01",
|
216
|
-
"wake_up_type": "Power Switch",
|
217
|
-
"sku_number": "Not Specified",
|
218
|
-
"family": "Not Specified"
|
219
|
-
},
|
220
|
-
"chassis": {
|
221
|
-
"all_records": [
|
222
|
-
{
|
223
|
-
"record_id": "0x0300",
|
224
|
-
"size": "3",
|
225
|
-
"application_identifier": "Chassis Information",
|
226
|
-
"Manufacturer": "Bochs",
|
227
|
-
"Type": "Other",
|
228
|
-
"Lock": "Not Present",
|
229
|
-
"Version": "Not Specified",
|
230
|
-
"Serial Number": "Not Specified",
|
231
|
-
"Asset Tag": "Not Specified",
|
232
|
-
"Boot-up State": "Safe",
|
233
|
-
"Power Supply State": "Safe",
|
234
|
-
"Thermal State": "Safe",
|
235
|
-
"Security Status": "Unknown",
|
236
|
-
"OEM Information": "0x00000000",
|
237
|
-
"Height": "Unspecified",
|
238
|
-
"Number Of Power Cords": "Unspecified"
|
239
|
-
}
|
240
|
-
],
|
241
|
-
"manufacturer": "Bochs",
|
242
|
-
"type": "Other",
|
243
|
-
"lock": "Not Present",
|
244
|
-
"version": "Not Specified",
|
245
|
-
"serial_number": "Not Specified",
|
246
|
-
"asset_tag": "Not Specified",
|
247
|
-
"boot_up_state": "Safe",
|
248
|
-
"power_supply_state": "Safe",
|
249
|
-
"thermal_state": "Safe",
|
250
|
-
"security_status": "Unknown",
|
251
|
-
"oem_information": "0x00000000",
|
252
|
-
"height": "Unspecified",
|
253
|
-
"number_of_power_cords": "Unspecified"
|
254
|
-
},
|
255
|
-
"processor": {
|
256
|
-
"all_records": [
|
257
|
-
{
|
258
|
-
"record_id": "0x0401",
|
259
|
-
"size": "4",
|
260
|
-
"application_identifier": "End Of Table",
|
261
|
-
"Socket Designation": "CPU 1",
|
262
|
-
"Type": "RAM",
|
263
|
-
"Family": "Other",
|
264
|
-
"Manufacturer": "Bochs",
|
265
|
-
"ID": "23 06 00 00 FD FB 8B 07",
|
266
|
-
"Version": "Not Specified",
|
267
|
-
"Voltage": "Unknown",
|
268
|
-
"External Clock": "Unknown",
|
269
|
-
"Max Speed": "2000 MHz",
|
270
|
-
"Current Speed": "2000 MHz",
|
271
|
-
"Status": "No errors detected",
|
272
|
-
"Upgrade": "Other",
|
273
|
-
"L1 Cache Handle": "Not Provided",
|
274
|
-
"L2 Cache Handle": "Not Provided",
|
275
|
-
"L3 Cache Handle": "Not Provided",
|
276
|
-
"Location": "Other",
|
277
|
-
"Use": "System Memory",
|
278
|
-
"Error Correction Type": "Multi-bit ECC",
|
279
|
-
"Maximum Capacity": "1 GB",
|
280
|
-
"Error Information Handle": "0x0308",
|
281
|
-
"Number Of Devices": "1",
|
282
|
-
"Array Handle": "0x1000",
|
283
|
-
"Total Width": "64 bits",
|
284
|
-
"Data Width": "64 bits",
|
285
|
-
"Size": "1024 MB",
|
286
|
-
"Form Factor": "DIMM",
|
287
|
-
"Set": "None",
|
288
|
-
"Locator": "DIMM 0",
|
289
|
-
"Bank Locator": "Not Specified",
|
290
|
-
"Type Detail": "None",
|
291
|
-
"Starting Address": "0x00000000000",
|
292
|
-
"Ending Address": "0x0003FFFFFFF",
|
293
|
-
"Range Size": "1 GB",
|
294
|
-
"Physical Array Handle": "0x1000",
|
295
|
-
"Partition Width": "1",
|
296
|
-
"Physical Device Handle": "0x1100",
|
297
|
-
"Memory Array Mapped Address Handle": "0x1300",
|
298
|
-
"Partition Row Position": "1"
|
299
|
-
}
|
300
|
-
],
|
301
|
-
"socket_designation": "CPU 1",
|
302
|
-
"type": "RAM",
|
303
|
-
"family": "Other",
|
304
|
-
"manufacturer": "Bochs",
|
305
|
-
"id": "23 06 00 00 FD FB 8B 07",
|
306
|
-
"version": "Not Specified",
|
307
|
-
"voltage": "Unknown",
|
308
|
-
"external_clock": "Unknown",
|
309
|
-
"max_speed": "2000 MHz",
|
310
|
-
"current_speed": "2000 MHz",
|
311
|
-
"status": "No errors detected",
|
312
|
-
"upgrade": "Other",
|
313
|
-
"l1_cache_handle": "Not Provided",
|
314
|
-
"l2_cache_handle": "Not Provided",
|
315
|
-
"l3_cache_handle": "Not Provided",
|
316
|
-
"location": "Other",
|
317
|
-
"use": "System Memory",
|
318
|
-
"error_correction_type": "Multi-bit ECC",
|
319
|
-
"maximum_capacity": "1 GB",
|
320
|
-
"error_information_handle": "0x0308",
|
321
|
-
"number_of_devices": "1",
|
322
|
-
"array_handle": "0x1000",
|
323
|
-
"total_width": "64 bits",
|
324
|
-
"data_width": "64 bits",
|
325
|
-
"size": "1024 MB",
|
326
|
-
"form_factor": "DIMM",
|
327
|
-
"set": "None",
|
328
|
-
"locator": "DIMM 0",
|
329
|
-
"bank_locator": "Not Specified",
|
330
|
-
"type_detail": "None",
|
331
|
-
"starting_address": "0x00000000000",
|
332
|
-
"ending_address": "0x0003FFFFFFF",
|
333
|
-
"range_size": "1 GB",
|
334
|
-
"physical_array_handle": "0x1000",
|
335
|
-
"partition_width": "1",
|
336
|
-
"physical_device_handle": "0x1100",
|
337
|
-
"memory_array_mapped_address_handle": "0x1300",
|
338
|
-
"partition_row_position": "1"
|
339
|
-
}
|
340
|
-
},
|
341
|
-
"ohai_time": 1398122664.3731916,
|
342
|
-
"lsb": {
|
343
|
-
"id": "Debian",
|
344
|
-
"description": "Debian GNU/Linux testing (jessie)",
|
345
|
-
"release": "testing",
|
346
|
-
"codename": "jessie"
|
347
|
-
},
|
348
|
-
"platform": "debian",
|
349
|
-
"platform_version": "jessie/sid",
|
350
|
-
"platform_family": "debian",
|
351
|
-
"command": {
|
352
|
-
"ps": "ps -ef"
|
353
|
-
},
|
354
|
-
"filesystem": {
|
355
|
-
"/dev/disk/by-label/DOROOT": {
|
356
|
-
"kb_size": "30963708",
|
357
|
-
"kb_used": "1438584",
|
358
|
-
"kb_available": "27952260",
|
359
|
-
"percent_used": "5%",
|
360
|
-
"mount": "/",
|
361
|
-
"fs_type": "ext4",
|
362
|
-
"mount_options": [
|
363
|
-
"rw",
|
364
|
-
"relatime",
|
365
|
-
"errors=remount-ro",
|
366
|
-
"user_xattr",
|
367
|
-
"barrier=1",
|
368
|
-
"data=ordered"
|
369
|
-
]
|
370
|
-
},
|
371
|
-
"udev": {
|
372
|
-
"kb_size": "10240",
|
373
|
-
"kb_used": "0",
|
374
|
-
"kb_available": "10240",
|
375
|
-
"percent_used": "0%",
|
376
|
-
"mount": "/dev",
|
377
|
-
"fs_type": "devtmpfs",
|
378
|
-
"mount_options": [
|
379
|
-
"rw",
|
380
|
-
"relatime",
|
381
|
-
"size=10240k",
|
382
|
-
"nr_inodes=126890",
|
383
|
-
"mode=755"
|
384
|
-
]
|
385
|
-
},
|
386
|
-
"tmpfs": {
|
387
|
-
"kb_size": "205400",
|
388
|
-
"kb_used": "0",
|
389
|
-
"kb_available": "205400",
|
390
|
-
"percent_used": "0%",
|
391
|
-
"mount": "/run/shm",
|
392
|
-
"fs_type": "tmpfs",
|
393
|
-
"mount_options": [
|
394
|
-
"rw",
|
395
|
-
"nosuid",
|
396
|
-
"nodev",
|
397
|
-
"noexec",
|
398
|
-
"relatime",
|
399
|
-
"size=205400k"
|
400
|
-
]
|
401
|
-
},
|
402
|
-
"sysfs": {
|
403
|
-
"mount": "/sys",
|
404
|
-
"fs_type": "sysfs",
|
405
|
-
"mount_options": [
|
406
|
-
"rw",
|
407
|
-
"nosuid",
|
408
|
-
"nodev",
|
409
|
-
"noexec",
|
410
|
-
"relatime"
|
411
|
-
]
|
412
|
-
},
|
413
|
-
"proc": {
|
414
|
-
"mount": "/proc",
|
415
|
-
"fs_type": "proc",
|
416
|
-
"mount_options": [
|
417
|
-
"rw",
|
418
|
-
"nosuid",
|
419
|
-
"nodev",
|
420
|
-
"noexec",
|
421
|
-
"relatime"
|
422
|
-
]
|
423
|
-
},
|
424
|
-
"devpts": {
|
425
|
-
"mount": "/dev/pts",
|
426
|
-
"fs_type": "devpts",
|
427
|
-
"mount_options": [
|
428
|
-
"rw",
|
429
|
-
"nosuid",
|
430
|
-
"noexec",
|
431
|
-
"relatime",
|
432
|
-
"gid=5",
|
433
|
-
"mode=620",
|
434
|
-
"ptmxmode=000"
|
435
|
-
]
|
436
|
-
},
|
437
|
-
"fusectl": {
|
438
|
-
"mount": "/sys/fs/fuse/connections",
|
439
|
-
"fs_type": "fusectl",
|
440
|
-
"mount_options": [
|
441
|
-
"rw",
|
442
|
-
"relatime"
|
443
|
-
]
|
444
|
-
},
|
445
|
-
"/dev/vda": {
|
446
|
-
"fs_type": "ext4",
|
447
|
-
"uuid": "30bf5fad-1da6-4f2e-8897-83a485e01e62",
|
448
|
-
"label": "DOROOT"
|
449
|
-
},
|
450
|
-
"rootfs": {
|
451
|
-
"mount": "/",
|
452
|
-
"fs_type": "rootfs",
|
453
|
-
"mount_options": [
|
454
|
-
"rw"
|
455
|
-
]
|
456
|
-
}
|
457
|
-
},
|
458
|
-
"root_group": "root",
|
459
|
-
"languages": {
|
460
|
-
"ruby": {
|
461
|
-
"bin_dir": "/usr/local/bin",
|
462
|
-
"gem_bin": "/usr/local/bin/gem",
|
463
|
-
"gems_dir": "/usr/local/gems",
|
464
|
-
"ruby_bin": "/usr/local/bin/ruby"
|
465
|
-
}
|
466
|
-
},
|
467
|
-
"chef_packages": {
|
468
|
-
"chef": {
|
469
|
-
"version": "11.10.4",
|
470
|
-
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-11.10.4/lib"
|
471
|
-
},
|
472
|
-
"ohai": {
|
473
|
-
"version": "6.20.0",
|
474
|
-
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-6.20.0/lib/ohai"
|
475
|
-
}
|
476
|
-
},
|
477
|
-
"counters": {
|
478
|
-
"network": {
|
479
|
-
"interfaces": {
|
480
|
-
"eth0": {
|
481
|
-
"rx": {
|
482
|
-
"bytes": "0",
|
483
|
-
"packets": "0",
|
484
|
-
"errors": "0",
|
485
|
-
"drop": 0,
|
486
|
-
"overrun": 0,
|
487
|
-
"frame": 0,
|
488
|
-
"compressed": 0,
|
489
|
-
"multicast": 0
|
490
|
-
},
|
491
|
-
"tx": {
|
492
|
-
"bytes": "342",
|
493
|
-
"packets": "0",
|
494
|
-
"errors": "0",
|
495
|
-
"drop": 0,
|
496
|
-
"overrun": 0,
|
497
|
-
"collisions": "0",
|
498
|
-
"carrier": 0,
|
499
|
-
"compressed": 0
|
500
|
-
}
|
501
|
-
}
|
502
|
-
}
|
503
|
-
}
|
504
|
-
},
|
505
|
-
"current_user": "fauxhai",
|
506
|
-
"domain": "local",
|
507
|
-
"etc": {
|
508
|
-
"passwd": {
|
509
|
-
"fauxhai": {
|
510
|
-
"dir": "/home/fauxhai",
|
511
|
-
"gid": 0,
|
512
|
-
"uid": 0,
|
513
|
-
"shell": "/bin/bash",
|
514
|
-
"gecos": "Fauxhai"
|
515
|
-
}
|
516
|
-
},
|
517
|
-
"group": {
|
518
|
-
"fauxhai": {
|
519
|
-
"gid": 0,
|
520
|
-
"members": [
|
521
|
-
"fauxhai"
|
522
|
-
]
|
523
|
-
}
|
524
|
-
}
|
525
|
-
},
|
526
|
-
"hostname": "Fauxhai",
|
527
|
-
"fqdn": "fauxhai.local",
|
528
|
-
"ipaddress": "10.0.0.2",
|
529
|
-
"keys": {
|
530
|
-
"ssh": {
|
531
|
-
"host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
|
532
|
-
"host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
|
533
|
-
}
|
534
|
-
},
|
535
|
-
"macaddress": "11:11:11:11:11:11",
|
536
|
-
"network": {
|
537
|
-
"default_gateway": "10.0.0.1",
|
538
|
-
"default_interface": "eth0",
|
539
|
-
"settings": {
|
540
|
-
},
|
541
|
-
"interfaces": {
|
542
|
-
"eth0": {
|
543
|
-
"addresses": {
|
544
|
-
"10.0.0.2": {
|
545
|
-
"broadcast": "10.0.0.255",
|
546
|
-
"family": "inet",
|
547
|
-
"netmask": "255.255.255.0",
|
548
|
-
"prefixlen": "24",
|
549
|
-
"scope": "Global"
|
550
|
-
}
|
551
|
-
},
|
552
|
-
"arp": {
|
553
|
-
"10.0.0.1": "fe:ff:ff:ff:ff:ff"
|
554
|
-
},
|
555
|
-
"encapsulation": "Ethernet",
|
556
|
-
"flags": [
|
557
|
-
"BROADCAST",
|
558
|
-
"MULTICAST",
|
559
|
-
"UP",
|
560
|
-
"LOWER_UP"
|
561
|
-
],
|
562
|
-
"mtu": "1500",
|
563
|
-
"number": "0",
|
564
|
-
"routes": [
|
565
|
-
{
|
566
|
-
"destination": "10.0.0.0/24",
|
567
|
-
"family": "inet",
|
568
|
-
"scope": "link",
|
569
|
-
"proto": "kernel",
|
570
|
-
"src": "10.0.0.2"
|
571
|
-
}
|
572
|
-
],
|
573
|
-
"state": "up",
|
574
|
-
"type": "eth"
|
575
|
-
}
|
576
|
-
}
|
577
|
-
},
|
578
|
-
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
579
|
-
"uptime_seconds": 2646450,
|
580
|
-
"cpu": {
|
581
|
-
"real": 1,
|
582
|
-
"total": 1,
|
583
|
-
"cores": 1
|
584
|
-
},
|
585
|
-
"memory": {
|
586
|
-
"total": "524288kB"
|
587
|
-
}
|
588
|
-
}
|