tp_healthcheck 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tp_healthcheck/version.rb +1 -1
  3. data/lib/tp_healthcheck.rb +1 -1
  4. data/spec/dummy/README.rdoc +28 -0
  5. data/spec/dummy/Rakefile +7 -0
  6. data/spec/dummy/app/assets/javascripts/application.js +13 -0
  7. data/spec/dummy/app/assets/stylesheets/application.css +15 -0
  8. data/spec/dummy/app/controllers/application_controller.rb +6 -0
  9. data/spec/dummy/app/helpers/application_helper.rb +3 -0
  10. data/spec/dummy/app/views/layouts/application.html.erb +14 -0
  11. data/spec/dummy/bin/bundle +4 -0
  12. data/spec/dummy/bin/rails +5 -0
  13. data/spec/dummy/bin/rake +5 -0
  14. data/spec/dummy/bin/setup +30 -0
  15. data/spec/dummy/config/application.rb +11 -0
  16. data/spec/dummy/config/boot.rb +6 -0
  17. data/spec/dummy/config/database.yml +25 -0
  18. data/spec/dummy/config/environment.rb +6 -0
  19. data/spec/dummy/config/environments/development.rb +42 -0
  20. data/spec/dummy/config/environments/production.rb +41 -0
  21. data/spec/dummy/config/environments/test.rb +39 -0
  22. data/spec/dummy/config/initializers/assets.rb +12 -0
  23. data/spec/dummy/config/initializers/backtrace_silencers.rb +8 -0
  24. data/spec/dummy/config/initializers/cookies_serializer.rb +4 -0
  25. data/spec/dummy/config/initializers/filter_parameter_logging.rb +5 -0
  26. data/spec/dummy/config/initializers/inflections.rb +17 -0
  27. data/spec/dummy/config/initializers/mime_types.rb +5 -0
  28. data/spec/dummy/config/initializers/session_store.rb +4 -0
  29. data/spec/dummy/config/initializers/wrap_parameters.rb +15 -0
  30. data/spec/dummy/config/locales/en.yml +23 -0
  31. data/spec/dummy/config/routes.rb +57 -0
  32. data/spec/dummy/config/secrets.yml +22 -0
  33. data/spec/dummy/config.ru +5 -0
  34. data/spec/dummy/db/test.sqlite3 +0 -0
  35. data/spec/dummy/log/development.log +0 -0
  36. data/spec/dummy/log/test.log +1686 -0
  37. data/spec/dummy/public/404.html +67 -0
  38. data/spec/dummy/public/422.html +67 -0
  39. data/spec/dummy/public/500.html +66 -0
  40. data/spec/dummy/public/favicon.ico +0 -0
  41. data/spec/integration_test/app/controllers/tp_healthcheck/check_controller_spec.rb +44 -0
  42. data/spec/rails_helper.rb +28 -0
  43. data/spec/spec_helper.rb +10 -0
  44. metadata +82 -2
@@ -0,0 +1,1686 @@
1
+  (0.2ms) begin transaction
2
+  (0.1ms) rollback transaction
3
+  (0.2ms) begin transaction
4
+  (0.0ms) rollback transaction
5
+  (0.2ms) begin transaction
6
+ Started GET "/healthcheck" for 127.0.0.1 at 2017-02-13 18:24:18 -0200
7
+  (0.0ms) rollback transaction
8
+  (0.2ms) begin transaction
9
+  (0.0ms) rollback transaction
10
+  (0.2ms) begin transaction
11
+  (0.0ms) rollback transaction
12
+  (0.2ms) begin transaction
13
+ Started GET "/healthcheck" for 127.0.0.1 at 2017-02-13 18:34:03 -0200
14
+  (0.0ms) rollback transaction
15
+  (0.1ms) begin transaction
16
+ Started GET "/healthcheck" for 127.0.0.1 at 2017-02-13 18:35:00 -0200
17
+  (0.0ms) rollback transaction
18
+  (0.1ms) begin transaction
19
+ Started GET "/healthcheck" for 127.0.0.1 at 2017-02-13 18:35:21 -0200
20
+ Processing by Healthcheck::CheckController#index as HTML
21
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
22
+  (0.0ms) rollback transaction
23
+  (0.2ms) begin transaction
24
+ Started GET "/healthcheck" for 127.0.0.1 at 2017-02-13 18:37:23 -0200
25
+ Processing by Healthcheck::CheckController#index as HTML
26
+ Rendering text template
27
+ Rendered text template (0.0ms)
28
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
29
+  (0.0ms) rollback transaction
30
+  (0.1ms) begin transaction
31
+ Started GET "/healthcheck" for 127.0.0.1 at 2017-02-13 18:40:03 -0200
32
+ Processing by Healthcheck::CheckController#index as HTML
33
+ Rendering text template
34
+ Rendered text template (0.0ms)
35
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
36
+  (0.0ms) rollback transaction
37
+  (0.2ms) begin transaction
38
+ Started GET "/healthcheck" for 127.0.0.1 at 2017-02-13 18:40:18 -0200
39
+ Processing by Healthcheck::CheckController#index as HTML
40
+ Rendering text template
41
+ Rendered text template (0.0ms)
42
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
43
+  (0.0ms) rollback transaction
44
+  (0.2ms) begin transaction
45
+ Started GET "/healthcheck" for 127.0.0.1 at 2017-02-13 18:40:36 -0200
46
+ Processing by Healthcheck::CheckController#index as HTML
47
+ Rendering text template
48
+ Rendered text template (0.0ms)
49
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
50
+  (0.1ms) rollback transaction
51
+  (0.2ms) begin transaction
52
+ Started GET "/healthcheck" for 127.0.0.1 at 2017-02-13 18:42:22 -0200
53
+ Processing by Healthcheck::CheckController#index as HTML
54
+ Rendering text template
55
+ Rendered text template (0.0ms)
56
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
57
+  (0.0ms) rollback transaction
58
+  (0.0ms) begin transaction
59
+ Started GET "/healthcheck" for 127.0.0.1 at 2017-02-13 18:42:22 -0200
60
+ Processing by Healthcheck::CheckController#index as HTML
61
+ Rendering text template
62
+ Rendered text template (0.0ms)
63
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
64
+  (0.0ms) rollback transaction
65
+  (0.2ms) begin transaction
66
+ Started GET "/healthcheck" for 127.0.0.1 at 2017-02-13 18:44:08 -0200
67
+ Processing by Healthcheck::CheckController#index as HTML
68
+ Rendering text template
69
+ Rendered text template (0.0ms)
70
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
71
+  (0.0ms) rollback transaction
72
+  (0.0ms) begin transaction
73
+ Started GET "/healthcheck" for 127.0.0.1 at 2017-02-13 18:44:08 -0200
74
+ Processing by Healthcheck::CheckController#index as HTML
75
+ Rendering text template
76
+ Rendered text template (0.0ms)
77
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
78
+  (0.0ms) rollback transaction
79
+  (0.1ms) begin transaction
80
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:01:44 -0200
81
+  (0.0ms) rollback transaction
82
+  (0.0ms) begin transaction
83
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:01:44 -0200
84
+  (0.0ms) rollback transaction
85
+  (0.2ms) begin transaction
86
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:02:38 -0200
87
+  (0.0ms) rollback transaction
88
+  (0.0ms) begin transaction
89
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:02:38 -0200
90
+  (0.0ms) rollback transaction
91
+  (0.2ms) begin transaction
92
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:04:50 -0200
93
+ Processing by Healthcheck::CheckController#check as HTML
94
+ Rendering text template
95
+ Rendered text template (0.0ms)
96
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
97
+  (0.1ms) rollback transaction
98
+  (0.0ms) begin transaction
99
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:04:50 -0200
100
+ Processing by Healthcheck::CheckController#check as HTML
101
+ Rendering text template
102
+ Rendered text template (0.0ms)
103
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
104
+  (0.0ms) rollback transaction
105
+  (0.2ms) begin transaction
106
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:29:47 -0200
107
+ Processing by Healthcheck::CheckController#check as HTML
108
+ Rendering text template
109
+ Rendered text template (0.0ms)
110
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
111
+  (0.1ms) rollback transaction
112
+  (0.0ms) begin transaction
113
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:29:47 -0200
114
+ Processing by Healthcheck::CheckController#check as HTML
115
+ Rendering text template
116
+ Rendered text template (0.0ms)
117
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
118
+  (0.0ms) rollback transaction
119
+  (0.0ms) begin transaction
120
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 19:29:47 -0200
121
+ Processing by Healthcheck::CheckController#database as HTML
122
+  (0.1ms) select SELECT 1 AS result FROM pg_database;
123
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.1ms)
124
+  (0.0ms) rollback transaction
125
+  (0.2ms) begin transaction
126
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:30:08 -0200
127
+ Processing by Healthcheck::CheckController#check as HTML
128
+ Rendering text template
129
+ Rendered text template (0.0ms)
130
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
131
+  (0.1ms) rollback transaction
132
+  (0.0ms) begin transaction
133
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:30:08 -0200
134
+ Processing by Healthcheck::CheckController#check as HTML
135
+ Rendering text template
136
+ Rendered text template (0.0ms)
137
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
138
+  (0.0ms) rollback transaction
139
+  (0.0ms) begin transaction
140
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 19:30:08 -0200
141
+ Processing by Healthcheck::CheckController#database as HTML
142
+  (0.2ms) SELECT 1 AS result FROM pg_database;
143
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.2ms)
144
+  (0.0ms) rollback transaction
145
+  (0.1ms) begin transaction
146
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:44:19 -0200
147
+ Processing by Healthcheck::CheckController#check as HTML
148
+ Rendering text template
149
+ Rendered text template (0.0ms)
150
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
151
+  (0.0ms) rollback transaction
152
+  (0.0ms) begin transaction
153
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:44:19 -0200
154
+ Processing by Healthcheck::CheckController#check as HTML
155
+ Rendering text template
156
+ Rendered text template (0.0ms)
157
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
158
+  (0.0ms) rollback transaction
159
+  (0.0ms) begin transaction
160
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 19:44:19 -0200
161
+ Processing by Healthcheck::CheckController#database as HTML
162
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
163
+  (0.0ms) rollback transaction
164
+  (0.1ms) begin transaction
165
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:44:52 -0200
166
+ Processing by Healthcheck::CheckController#check as HTML
167
+ Rendering text template
168
+ Rendered text template (0.0ms)
169
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
170
+  (0.0ms) rollback transaction
171
+  (0.0ms) begin transaction
172
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:44:52 -0200
173
+ Processing by Healthcheck::CheckController#check as HTML
174
+ Rendering text template
175
+ Rendered text template (0.0ms)
176
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
177
+  (0.0ms) rollback transaction
178
+  (0.0ms) begin transaction
179
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 19:44:52 -0200
180
+ Processing by Healthcheck::CheckController#database as HTML
181
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
182
+  (0.0ms) rollback transaction
183
+  (0.2ms) begin transaction
184
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:47:14 -0200
185
+ Processing by Healthcheck::CheckController#check as HTML
186
+ Rendering text template
187
+ Rendered text template (0.0ms)
188
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
189
+  (0.0ms) rollback transaction
190
+  (0.0ms) begin transaction
191
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:47:14 -0200
192
+ Processing by Healthcheck::CheckController#check as HTML
193
+ Rendering text template
194
+ Rendered text template (0.0ms)
195
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
196
+  (0.0ms) rollback transaction
197
+  (0.0ms) begin transaction
198
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 19:47:14 -0200
199
+ Processing by Healthcheck::CheckController#database as HTML
200
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
201
+  (0.0ms) rollback transaction
202
+  (0.2ms) begin transaction
203
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:47:50 -0200
204
+ Processing by Healthcheck::CheckController#check as HTML
205
+ Rendering text template
206
+ Rendered text template (0.0ms)
207
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
208
+  (0.0ms) rollback transaction
209
+  (0.0ms) begin transaction
210
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:47:50 -0200
211
+ Processing by Healthcheck::CheckController#check as HTML
212
+ Rendering text template
213
+ Rendered text template (0.0ms)
214
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
215
+  (0.0ms) rollback transaction
216
+  (0.0ms) begin transaction
217
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 19:47:50 -0200
218
+ Processing by Healthcheck::CheckController#database as HTML
219
+ Rendering text template
220
+ Rendered text template (0.0ms)
221
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
222
+  (0.0ms) rollback transaction
223
+  (0.2ms) begin transaction
224
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:48:10 -0200
225
+ Processing by Healthcheck::CheckController#check as HTML
226
+ Rendering text template
227
+ Rendered text template (0.0ms)
228
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
229
+  (0.1ms) rollback transaction
230
+  (0.0ms) begin transaction
231
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:48:10 -0200
232
+ Processing by Healthcheck::CheckController#check as HTML
233
+ Rendering text template
234
+ Rendered text template (0.0ms)
235
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
236
+  (0.0ms) rollback transaction
237
+  (0.0ms) begin transaction
238
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 19:48:10 -0200
239
+ Processing by Healthcheck::CheckController#database as HTML
240
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
241
+  (0.0ms) rollback transaction
242
+  (0.2ms) begin transaction
243
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:48:32 -0200
244
+ Processing by Healthcheck::CheckController#check as HTML
245
+ Rendering text template
246
+ Rendered text template (0.0ms)
247
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
248
+  (0.1ms) rollback transaction
249
+  (0.0ms) begin transaction
250
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:48:33 -0200
251
+ Processing by Healthcheck::CheckController#check as HTML
252
+ Rendering text template
253
+ Rendered text template (0.0ms)
254
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
255
+  (0.0ms) rollback transaction
256
+  (0.0ms) begin transaction
257
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 19:48:33 -0200
258
+ Processing by Healthcheck::CheckController#database as HTML
259
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
260
+  (0.0ms) rollback transaction
261
+  (0.1ms) begin transaction
262
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:49:45 -0200
263
+ Processing by Healthcheck::CheckController#check as HTML
264
+ Rendering text template
265
+ Rendered text template (0.0ms)
266
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
267
+  (0.1ms) rollback transaction
268
+  (0.0ms) begin transaction
269
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:49:45 -0200
270
+ Processing by Healthcheck::CheckController#check as HTML
271
+ Rendering text template
272
+ Rendered text template (0.0ms)
273
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
274
+  (0.0ms) rollback transaction
275
+  (0.1ms) begin transaction
276
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 19:49:45 -0200
277
+ Processing by Healthcheck::CheckController#database as HTML
278
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
279
+  (0.0ms) rollback transaction
280
+  (0.1ms) begin transaction
281
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:50:38 -0200
282
+ Processing by Healthcheck::CheckController#check as HTML
283
+ Rendering text template
284
+ Rendered text template (0.0ms)
285
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
286
+  (0.0ms) rollback transaction
287
+  (0.0ms) begin transaction
288
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:50:38 -0200
289
+ Processing by Healthcheck::CheckController#check as HTML
290
+ Rendering text template
291
+ Rendered text template (0.0ms)
292
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
293
+  (0.0ms) rollback transaction
294
+  (0.0ms) begin transaction
295
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 19:50:38 -0200
296
+ Processing by Healthcheck::CheckController#database as HTML
297
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
298
+  (0.0ms) rollback transaction
299
+  (0.2ms) begin transaction
300
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:50:58 -0200
301
+ Processing by Healthcheck::CheckController#check as HTML
302
+ Rendering text template
303
+ Rendered text template (0.0ms)
304
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
305
+  (0.0ms) rollback transaction
306
+  (0.0ms) begin transaction
307
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:50:58 -0200
308
+ Processing by Healthcheck::CheckController#check as HTML
309
+ Rendering text template
310
+ Rendered text template (0.0ms)
311
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
312
+  (0.0ms) rollback transaction
313
+  (0.0ms) begin transaction
314
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 19:50:58 -0200
315
+ Processing by Healthcheck::CheckController#database as HTML
316
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
317
+  (0.0ms) rollback transaction
318
+  (0.1ms) begin transaction
319
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:51:13 -0200
320
+ Processing by Healthcheck::CheckController#check as HTML
321
+ Rendering text template
322
+ Rendered text template (0.0ms)
323
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
324
+  (0.0ms) rollback transaction
325
+  (0.0ms) begin transaction
326
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 19:51:13 -0200
327
+ Processing by Healthcheck::CheckController#check as HTML
328
+ Rendering text template
329
+ Rendered text template (0.0ms)
330
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
331
+  (0.0ms) rollback transaction
332
+  (0.0ms) begin transaction
333
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 19:51:13 -0200
334
+ Processing by Healthcheck::CheckController#database as HTML
335
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
336
+  (0.0ms) rollback transaction
337
+  (0.2ms) begin transaction
338
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:04:34 -0200
339
+ Processing by Healthcheck::CheckController#check as HTML
340
+ Rendering text template
341
+ Rendered text template (0.0ms)
342
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
343
+  (0.0ms) rollback transaction
344
+  (0.0ms) begin transaction
345
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:04:34 -0200
346
+ Processing by Healthcheck::CheckController#check as HTML
347
+ Rendering text template
348
+ Rendered text template (0.0ms)
349
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
350
+  (0.0ms) rollback transaction
351
+  (0.0ms) begin transaction
352
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:04:34 -0200
353
+ Processing by Healthcheck::CheckController#database as HTML
354
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
355
+  (0.0ms) rollback transaction
356
+  (0.2ms) begin transaction
357
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:10:03 -0200
358
+ Processing by Healthcheck::CheckController#check as HTML
359
+ Rendering text template
360
+ Rendered text template (0.0ms)
361
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
362
+  (0.0ms) rollback transaction
363
+  (0.0ms) begin transaction
364
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:10:03 -0200
365
+ Processing by Healthcheck::CheckController#check as HTML
366
+ Rendering text template
367
+ Rendered text template (0.0ms)
368
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
369
+  (0.0ms) rollback transaction
370
+  (0.0ms) begin transaction
371
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:10:04 -0200
372
+ Processing by Healthcheck::CheckController#database as HTML
373
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
374
+  (0.0ms) rollback transaction
375
+  (0.1ms) begin transaction
376
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:10:30 -0200
377
+ Processing by Healthcheck::CheckController#check as HTML
378
+ Rendering text template
379
+ Rendered text template (0.0ms)
380
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
381
+  (0.0ms) rollback transaction
382
+  (0.0ms) begin transaction
383
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:10:30 -0200
384
+ Processing by Healthcheck::CheckController#check as HTML
385
+ Rendering text template
386
+ Rendered text template (0.0ms)
387
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
388
+  (0.0ms) rollback transaction
389
+  (0.0ms) begin transaction
390
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:10:30 -0200
391
+ Processing by Healthcheck::CheckController#database as HTML
392
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
393
+  (0.0ms) rollback transaction
394
+  (0.2ms) begin transaction
395
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:11:19 -0200
396
+ Processing by Healthcheck::CheckController#check as HTML
397
+ Rendering text template
398
+ Rendered text template (0.0ms)
399
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
400
+  (0.0ms) rollback transaction
401
+  (0.0ms) begin transaction
402
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:11:19 -0200
403
+ Processing by Healthcheck::CheckController#check as HTML
404
+ Rendering text template
405
+ Rendered text template (0.0ms)
406
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
407
+  (0.0ms) rollback transaction
408
+  (0.0ms) begin transaction
409
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:11:19 -0200
410
+ Processing by Healthcheck::CheckController#database as HTML
411
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
412
+  (0.0ms) rollback transaction
413
+  (0.2ms) begin transaction
414
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:12:10 -0200
415
+ Processing by Healthcheck::CheckController#check as HTML
416
+ Rendering text template
417
+ Rendered text template (0.0ms)
418
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
419
+  (0.0ms) rollback transaction
420
+  (0.0ms) begin transaction
421
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:12:10 -0200
422
+ Processing by Healthcheck::CheckController#check as HTML
423
+ Rendering text template
424
+ Rendered text template (0.0ms)
425
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
426
+  (0.0ms) rollback transaction
427
+  (0.0ms) begin transaction
428
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:12:10 -0200
429
+ Processing by Healthcheck::CheckController#database as HTML
430
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
431
+  (0.0ms) rollback transaction
432
+  (0.2ms) begin transaction
433
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:13:00 -0200
434
+ Processing by Healthcheck::CheckController#check as HTML
435
+ Rendering text template
436
+ Rendered text template (0.0ms)
437
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
438
+  (0.0ms) rollback transaction
439
+  (0.0ms) begin transaction
440
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:13:00 -0200
441
+ Processing by Healthcheck::CheckController#check as HTML
442
+ Rendering text template
443
+ Rendered text template (0.0ms)
444
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
445
+  (0.0ms) rollback transaction
446
+  (0.0ms) begin transaction
447
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:13:00 -0200
448
+ Processing by Healthcheck::CheckController#database as HTML
449
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
450
+  (0.0ms) rollback transaction
451
+  (0.1ms) begin transaction
452
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:14:52 -0200
453
+ Processing by Healthcheck::CheckController#check as HTML
454
+ Rendering text template
455
+ Rendered text template (0.0ms)
456
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
457
+  (0.0ms) rollback transaction
458
+  (0.0ms) begin transaction
459
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:14:52 -0200
460
+ Processing by Healthcheck::CheckController#check as HTML
461
+ Rendering text template
462
+ Rendered text template (0.0ms)
463
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
464
+  (0.0ms) rollback transaction
465
+  (0.0ms) begin transaction
466
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:14:52 -0200
467
+ Processing by Healthcheck::CheckController#database as HTML
468
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
469
+  (0.0ms) rollback transaction
470
+  (0.1ms) begin transaction
471
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:15:08 -0200
472
+ Processing by Healthcheck::CheckController#check as HTML
473
+ Rendering text template
474
+ Rendered text template (0.0ms)
475
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
476
+  (0.0ms) rollback transaction
477
+  (0.0ms) begin transaction
478
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:15:08 -0200
479
+ Processing by Healthcheck::CheckController#check as HTML
480
+ Rendering text template
481
+ Rendered text template (0.0ms)
482
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
483
+  (0.0ms) rollback transaction
484
+  (0.0ms) begin transaction
485
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:15:08 -0200
486
+ Processing by Healthcheck::CheckController#database as HTML
487
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
488
+  (0.0ms) rollback transaction
489
+  (0.1ms) begin transaction
490
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:22:02 -0200
491
+ Processing by Healthcheck::CheckController#check as HTML
492
+ Rendering text template
493
+ Rendered text template (0.0ms)
494
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
495
+  (0.0ms) rollback transaction
496
+  (0.0ms) begin transaction
497
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:22:02 -0200
498
+ Processing by Healthcheck::CheckController#check as HTML
499
+ Rendering text template
500
+ Rendered text template (0.0ms)
501
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
502
+  (0.0ms) rollback transaction
503
+  (0.0ms) begin transaction
504
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:22:02 -0200
505
+ Processing by Healthcheck::CheckController#database as HTML
506
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
507
+  (0.0ms) rollback transaction
508
+  (0.2ms) begin transaction
509
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:24:17 -0200
510
+ Processing by Healthcheck::CheckController#check as HTML
511
+ Rendering text template
512
+ Rendered text template (0.0ms)
513
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
514
+  (0.0ms) rollback transaction
515
+  (0.0ms) begin transaction
516
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:24:17 -0200
517
+ Processing by Healthcheck::CheckController#check as HTML
518
+ Rendering text template
519
+ Rendered text template (0.0ms)
520
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
521
+  (0.0ms) rollback transaction
522
+  (0.0ms) begin transaction
523
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:24:17 -0200
524
+ Processing by Healthcheck::CheckController#database as HTML
525
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
526
+  (0.0ms) rollback transaction
527
+  (0.2ms) begin transaction
528
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:24:41 -0200
529
+ Processing by Healthcheck::CheckController#check as HTML
530
+ Rendering text template
531
+ Rendered text template (0.0ms)
532
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
533
+  (0.0ms) rollback transaction
534
+  (0.0ms) begin transaction
535
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:24:41 -0200
536
+ Processing by Healthcheck::CheckController#check as HTML
537
+ Rendering text template
538
+ Rendered text template (0.0ms)
539
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
540
+  (0.0ms) rollback transaction
541
+  (0.0ms) begin transaction
542
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:24:41 -0200
543
+ Processing by Healthcheck::CheckController#database as HTML
544
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
545
+  (0.0ms) rollback transaction
546
+  (0.2ms) begin transaction
547
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:25:00 -0200
548
+ Processing by Healthcheck::CheckController#check as HTML
549
+ Rendering text template
550
+ Rendered text template (0.0ms)
551
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
552
+  (0.0ms) rollback transaction
553
+  (0.0ms) begin transaction
554
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:25:00 -0200
555
+ Processing by Healthcheck::CheckController#check as HTML
556
+ Rendering text template
557
+ Rendered text template (0.0ms)
558
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
559
+  (0.0ms) rollback transaction
560
+  (0.0ms) begin transaction
561
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:25:00 -0200
562
+ Processing by Healthcheck::CheckController#database as HTML
563
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
564
+  (0.0ms) rollback transaction
565
+  (0.2ms) begin transaction
566
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:25:15 -0200
567
+ Processing by Healthcheck::CheckController#check as HTML
568
+ Rendering text template
569
+ Rendered text template (0.0ms)
570
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
571
+  (0.0ms) rollback transaction
572
+  (0.0ms) begin transaction
573
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:25:15 -0200
574
+ Processing by Healthcheck::CheckController#check as HTML
575
+ Rendering text template
576
+ Rendered text template (0.0ms)
577
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
578
+  (0.0ms) rollback transaction
579
+  (0.0ms) begin transaction
580
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:25:15 -0200
581
+ Processing by Healthcheck::CheckController#database as HTML
582
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
583
+  (0.0ms) rollback transaction
584
+  (0.2ms) begin transaction
585
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:27:23 -0200
586
+ Processing by Healthcheck::CheckController#check as HTML
587
+ Rendering text template
588
+ Rendered text template (0.0ms)
589
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
590
+  (0.0ms) rollback transaction
591
+  (0.0ms) begin transaction
592
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:27:23 -0200
593
+ Processing by Healthcheck::CheckController#check as HTML
594
+ Rendering text template
595
+ Rendered text template (0.0ms)
596
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
597
+  (0.0ms) rollback transaction
598
+  (0.0ms) begin transaction
599
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:27:23 -0200
600
+ Processing by Healthcheck::CheckController#database as HTML
601
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
602
+  (0.0ms) rollback transaction
603
+  (0.2ms) begin transaction
604
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:27:53 -0200
605
+ Processing by Healthcheck::CheckController#check as HTML
606
+ Rendering text template
607
+ Rendered text template (0.0ms)
608
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
609
+  (0.0ms) rollback transaction
610
+  (0.0ms) begin transaction
611
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:27:53 -0200
612
+ Processing by Healthcheck::CheckController#check as HTML
613
+ Rendering text template
614
+ Rendered text template (0.0ms)
615
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
616
+  (0.0ms) rollback transaction
617
+  (0.0ms) begin transaction
618
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:27:53 -0200
619
+ Processing by Healthcheck::CheckController#database as HTML
620
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
621
+  (0.0ms) rollback transaction
622
+  (0.2ms) begin transaction
623
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:28:29 -0200
624
+ Processing by Healthcheck::CheckController#check as HTML
625
+ Rendering text template
626
+ Rendered text template (0.0ms)
627
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
628
+  (0.0ms) rollback transaction
629
+  (0.0ms) begin transaction
630
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:28:29 -0200
631
+ Processing by Healthcheck::CheckController#check as HTML
632
+ Rendering text template
633
+ Rendered text template (0.0ms)
634
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
635
+  (0.0ms) rollback transaction
636
+  (0.0ms) begin transaction
637
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:28:29 -0200
638
+ Processing by Healthcheck::CheckController#database as HTML
639
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
640
+  (0.0ms) rollback transaction
641
+  (0.2ms) begin transaction
642
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:30:19 -0200
643
+ Processing by Healthcheck::CheckController#check as HTML
644
+ Rendering text template
645
+ Rendered text template (0.0ms)
646
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
647
+  (0.1ms) rollback transaction
648
+  (0.0ms) begin transaction
649
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:30:19 -0200
650
+ Processing by Healthcheck::CheckController#check as HTML
651
+ Rendering text template
652
+ Rendered text template (0.0ms)
653
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
654
+  (0.0ms) rollback transaction
655
+  (0.0ms) begin transaction
656
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:30:19 -0200
657
+ Processing by Healthcheck::CheckController#database as HTML
658
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
659
+  (0.0ms) rollback transaction
660
+  (0.1ms) begin transaction
661
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:30:40 -0200
662
+ Processing by Healthcheck::CheckController#check as HTML
663
+ Rendering text template
664
+ Rendered text template (0.0ms)
665
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
666
+  (0.0ms) rollback transaction
667
+  (0.0ms) begin transaction
668
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:30:40 -0200
669
+ Processing by Healthcheck::CheckController#check as HTML
670
+ Rendering text template
671
+ Rendered text template (0.0ms)
672
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
673
+  (0.0ms) rollback transaction
674
+  (0.0ms) begin transaction
675
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:30:40 -0200
676
+ Processing by Healthcheck::CheckController#database as HTML
677
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
678
+  (0.0ms) rollback transaction
679
+  (0.1ms) begin transaction
680
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:30:57 -0200
681
+ Processing by Healthcheck::CheckController#check as HTML
682
+ Rendering text template
683
+ Rendered text template (0.0ms)
684
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
685
+  (0.0ms) rollback transaction
686
+  (0.0ms) begin transaction
687
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:30:57 -0200
688
+ Processing by Healthcheck::CheckController#check as HTML
689
+ Rendering text template
690
+ Rendered text template (0.0ms)
691
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
692
+  (0.0ms) rollback transaction
693
+  (0.0ms) begin transaction
694
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:30:57 -0200
695
+ Processing by Healthcheck::CheckController#database as HTML
696
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
697
+  (0.0ms) rollback transaction
698
+  (0.2ms) begin transaction
699
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:31:20 -0200
700
+ Processing by Healthcheck::CheckController#check as HTML
701
+ Rendering text template
702
+ Rendered text template (0.0ms)
703
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
704
+  (0.0ms) rollback transaction
705
+  (0.0ms) begin transaction
706
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:31:20 -0200
707
+ Processing by Healthcheck::CheckController#check as HTML
708
+ Rendering text template
709
+ Rendered text template (0.0ms)
710
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
711
+  (0.0ms) rollback transaction
712
+  (0.0ms) begin transaction
713
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:31:20 -0200
714
+ Processing by Healthcheck::CheckController#database as HTML
715
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
716
+  (0.0ms) rollback transaction
717
+  (0.2ms) begin transaction
718
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:32:40 -0200
719
+ Processing by Healthcheck::CheckController#check as HTML
720
+ Rendering text template
721
+ Rendered text template (0.0ms)
722
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
723
+  (0.0ms) rollback transaction
724
+  (0.0ms) begin transaction
725
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:32:40 -0200
726
+ Processing by Healthcheck::CheckController#check as HTML
727
+ Rendering text template
728
+ Rendered text template (0.0ms)
729
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
730
+  (0.0ms) rollback transaction
731
+  (0.0ms) begin transaction
732
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:32:40 -0200
733
+ Processing by Healthcheck::CheckController#database as HTML
734
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
735
+  (0.1ms) rollback transaction
736
+  (0.2ms) begin transaction
737
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:33:11 -0200
738
+ Processing by Healthcheck::CheckController#check as HTML
739
+ Rendering text template
740
+ Rendered text template (0.0ms)
741
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
742
+  (0.0ms) rollback transaction
743
+  (0.0ms) begin transaction
744
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:33:11 -0200
745
+ Processing by Healthcheck::CheckController#check as HTML
746
+ Rendering text template
747
+ Rendered text template (0.0ms)
748
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
749
+  (0.0ms) rollback transaction
750
+  (0.0ms) begin transaction
751
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:33:11 -0200
752
+ Processing by Healthcheck::CheckController#database as HTML
753
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
754
+  (0.0ms) rollback transaction
755
+  (0.2ms) begin transaction
756
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:33:32 -0200
757
+ Processing by Healthcheck::CheckController#check as HTML
758
+ Rendering text template
759
+ Rendered text template (0.0ms)
760
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
761
+  (0.0ms) rollback transaction
762
+  (0.0ms) begin transaction
763
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:33:32 -0200
764
+ Processing by Healthcheck::CheckController#check as HTML
765
+ Rendering text template
766
+ Rendered text template (0.0ms)
767
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
768
+  (0.0ms) rollback transaction
769
+  (0.0ms) begin transaction
770
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:33:32 -0200
771
+ Processing by Healthcheck::CheckController#database as HTML
772
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
773
+  (0.0ms) rollback transaction
774
+  (0.2ms) begin transaction
775
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:35:24 -0200
776
+ Processing by Healthcheck::CheckController#check as HTML
777
+ Rendering text template
778
+ Rendered text template (0.0ms)
779
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
780
+  (0.0ms) rollback transaction
781
+  (0.1ms) begin transaction
782
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:35:24 -0200
783
+ Processing by Healthcheck::CheckController#check as HTML
784
+ Rendering text template
785
+ Rendered text template (0.0ms)
786
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
787
+  (0.0ms) rollback transaction
788
+  (0.0ms) begin transaction
789
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:35:24 -0200
790
+ Processing by Healthcheck::CheckController#database as HTML
791
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
792
+  (0.0ms) rollback transaction
793
+  (0.2ms) begin transaction
794
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:36:04 -0200
795
+ Processing by Healthcheck::CheckController#check as HTML
796
+ Rendering text template
797
+ Rendered text template (0.0ms)
798
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
799
+  (0.1ms) rollback transaction
800
+  (0.1ms) begin transaction
801
+ Started GET "/healthcheck/check" for 127.0.0.1 at 2017-02-13 20:36:04 -0200
802
+ Processing by Healthcheck::CheckController#check as HTML
803
+ Rendering text template
804
+ Rendered text template (0.0ms)
805
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
806
+  (0.0ms) rollback transaction
807
+  (0.0ms) begin transaction
808
+ Started GET "/healthcheck/database" for 127.0.0.1 at 2017-02-13 20:36:04 -0200
809
+ Processing by Healthcheck::CheckController#database as HTML
810
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
811
+  (0.0ms) rollback transaction
812
+  (0.1ms) begin transaction
813
+  (0.0ms) rollback transaction
814
+  (0.0ms) begin transaction
815
+  (0.0ms) rollback transaction
816
+  (0.0ms) begin transaction
817
+  (0.0ms) rollback transaction
818
+  (0.2ms) begin transaction
819
+  (0.0ms) rollback transaction
820
+  (0.0ms) begin transaction
821
+  (0.0ms) rollback transaction
822
+  (0.0ms) begin transaction
823
+  (0.0ms) rollback transaction
824
+  (0.2ms) begin transaction
825
+  (0.0ms) rollback transaction
826
+  (0.0ms) begin transaction
827
+  (0.0ms) rollback transaction
828
+  (0.0ms) begin transaction
829
+  (0.0ms) rollback transaction
830
+  (0.2ms) begin transaction
831
+ Started GET "/healthchecks.ping" for 127.0.0.1 at 2017-02-14 13:15:09 -0200
832
+  (0.0ms) rollback transaction
833
+  (0.0ms) begin transaction
834
+ Started GET "/healthchecks.ping" for 127.0.0.1 at 2017-02-14 13:15:09 -0200
835
+  (0.0ms) rollback transaction
836
+  (0.0ms) begin transaction
837
+  (0.0ms) rollback transaction
838
+  (0.2ms) begin transaction
839
+ Started GET "/healthchecks.ping" for 127.0.0.1 at 2017-02-14 13:17:01 -0200
840
+  (0.0ms) rollback transaction
841
+  (0.0ms) begin transaction
842
+ Started GET "/healthchecks.ping" for 127.0.0.1 at 2017-02-14 13:17:01 -0200
843
+  (0.0ms) rollback transaction
844
+  (0.0ms) begin transaction
845
+  (0.0ms) rollback transaction
846
+  (0.1ms) begin transaction
847
+  (0.0ms) rollback transaction
848
+  (0.0ms) begin transaction
849
+  (0.0ms) rollback transaction
850
+  (0.0ms) begin transaction
851
+  (0.0ms) rollback transaction
852
+  (0.2ms) begin transaction
853
+  (0.1ms) rollback transaction
854
+  (0.0ms) begin transaction
855
+  (0.0ms) rollback transaction
856
+  (0.0ms) begin transaction
857
+  (0.0ms) rollback transaction
858
+  (0.2ms) begin transaction
859
+  (0.0ms) rollback transaction
860
+  (0.0ms) begin transaction
861
+  (0.0ms) rollback transaction
862
+  (0.0ms) begin transaction
863
+  (0.0ms) rollback transaction
864
+  (0.2ms) begin transaction
865
+ Started GET "/" for 127.0.0.1 at 2017-02-14 13:25:46 -0200
866
+  (0.0ms) rollback transaction
867
+  (0.0ms) begin transaction
868
+ Started GET "/" for 127.0.0.1 at 2017-02-14 13:25:46 -0200
869
+  (0.0ms) rollback transaction
870
+  (0.0ms) begin transaction
871
+  (0.0ms) rollback transaction
872
+  (0.2ms) begin transaction
873
+  (0.0ms) rollback transaction
874
+  (0.0ms) begin transaction
875
+  (0.0ms) rollback transaction
876
+  (0.0ms) begin transaction
877
+  (0.0ms) rollback transaction
878
+  (0.1ms) begin transaction
879
+ Started GET "/healthcheck/ping" for 127.0.0.1 at 2017-02-14 13:31:50 -0200
880
+  (0.1ms) rollback transaction
881
+  (0.0ms) begin transaction
882
+ Started GET "/healthcheck/ping" for 127.0.0.1 at 2017-02-14 13:31:50 -0200
883
+  (0.0ms) rollback transaction
884
+  (0.0ms) begin transaction
885
+  (0.0ms) rollback transaction
886
+  (0.2ms) begin transaction
887
+ Started GET "/healthcheck/ping" for 127.0.0.1 at 2017-02-14 13:32:42 -0200
888
+  (0.0ms) rollback transaction
889
+  (0.0ms) begin transaction
890
+ Started GET "/healthcheck/ping" for 127.0.0.1 at 2017-02-14 13:32:42 -0200
891
+  (0.0ms) rollback transaction
892
+  (0.0ms) begin transaction
893
+  (0.0ms) rollback transaction
894
+  (0.1ms) begin transaction
895
+ Started GET "/healthcheck/ping" for 127.0.0.1 at 2017-02-14 13:33:11 -0200
896
+  (0.0ms) rollback transaction
897
+  (0.0ms) begin transaction
898
+ Started GET "/healthcheck/ping" for 127.0.0.1 at 2017-02-14 13:33:11 -0200
899
+  (0.0ms) rollback transaction
900
+  (0.0ms) begin transaction
901
+  (0.0ms) rollback transaction
902
+  (0.1ms) begin transaction
903
+ Started GET "/healthcheck/ping" for 127.0.0.1 at 2017-02-14 13:33:16 -0200
904
+  (0.1ms) rollback transaction
905
+  (0.1ms) begin transaction
906
+ Started GET "/healthcheck/ping" for 127.0.0.1 at 2017-02-14 14:41:07 -0200
907
+  (0.1ms) rollback transaction
908
+  (0.1ms) begin transaction
909
+  (0.1ms) rollback transaction
910
+  (0.2ms) begin transaction
911
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:41:28 -0200
912
+  (0.0ms) rollback transaction
913
+  (0.2ms) begin transaction
914
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:47:27 -0200
915
+  (0.1ms) rollback transaction
916
+  (0.1ms) begin transaction
917
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:48:19 -0200
918
+  (0.1ms) rollback transaction
919
+  (0.2ms) begin transaction
920
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:48:33 -0200
921
+ Processing by Healthcheck::CheckController#show as HTML
922
+ Parameters: {"cmd"=>"ping"}
923
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
924
+  (0.1ms) rollback transaction
925
+  (0.2ms) begin transaction
926
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:48:44 -0200
927
+ Processing by Healthcheck::CheckController#show as HTML
928
+ Parameters: {"cmd"=>"ping"}
929
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
930
+  (0.0ms) rollback transaction
931
+  (0.2ms) begin transaction
932
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:49:11 -0200
933
+ Processing by Healthcheck::CheckController#show as HTML
934
+ Parameters: {"cmd"=>"ping"}
935
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
936
+  (0.0ms) rollback transaction
937
+  (0.2ms) begin transaction
938
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:50:54 -0200
939
+ Processing by Healthcheck::CheckController#show as HTML
940
+ Parameters: {"cmd"=>"ping"}
941
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
942
+  (0.0ms) rollback transaction
943
+  (0.2ms) begin transaction
944
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:51:26 -0200
945
+ Processing by Healthcheck::CheckController#show as HTML
946
+ Parameters: {"cmd"=>"ping"}
947
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
948
+  (0.0ms) rollback transaction
949
+  (0.2ms) begin transaction
950
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:51:59 -0200
951
+ Processing by Healthcheck::CheckController#show as HTML
952
+ Parameters: {"cmd"=>"ping"}
953
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
954
+  (0.0ms) rollback transaction
955
+  (0.2ms) begin transaction
956
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:52:26 -0200
957
+ Processing by Healthcheck::CheckController#show as HTML
958
+ Parameters: {"cmd"=>"ping"}
959
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
960
+  (0.0ms) rollback transaction
961
+  (0.2ms) begin transaction
962
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:53:05 -0200
963
+ Processing by Healthcheck::CheckController#show as HTML
964
+ Parameters: {"cmd"=>"ping"}
965
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
966
+  (0.0ms) rollback transaction
967
+  (0.2ms) begin transaction
968
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:53:24 -0200
969
+ Processing by Healthcheck::CheckController#show as HTML
970
+ Parameters: {"cmd"=>"ping"}
971
+ Rendering text template
972
+ Rendered text template (0.0ms)
973
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
974
+  (0.0ms) rollback transaction
975
+  (0.1ms) begin transaction
976
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:53:30 -0200
977
+ Processing by Healthcheck::CheckController#show as HTML
978
+ Parameters: {"cmd"=>"ping"}
979
+ Rendering text template
980
+ Rendered text template (0.0ms)
981
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
982
+  (0.0ms) rollback transaction
983
+  (0.0ms) begin transaction
984
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:53:30 -0200
985
+ Processing by Healthcheck::CheckController#show as HTML
986
+ Parameters: {"cmd"=>"ping"}
987
+ Rendering text template
988
+ Rendered text template (0.0ms)
989
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
990
+  (0.0ms) rollback transaction
991
+  (0.0ms) begin transaction
992
+  (0.0ms) rollback transaction
993
+  (0.2ms) begin transaction
994
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:53:53 -0200
995
+ Processing by Healthcheck::CheckController#show as HTML
996
+ Parameters: {"cmd"=>"ping"}
997
+ Rendering text template
998
+ Rendered text template (0.0ms)
999
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
1000
+  (0.0ms) rollback transaction
1001
+  (0.0ms) begin transaction
1002
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:53:53 -0200
1003
+ Processing by Healthcheck::CheckController#show as HTML
1004
+ Parameters: {"cmd"=>"ping"}
1005
+ Rendering text template
1006
+ Rendered text template (0.0ms)
1007
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1008
+  (0.0ms) rollback transaction
1009
+  (0.0ms) begin transaction
1010
+  (0.0ms) rollback transaction
1011
+  (0.2ms) begin transaction
1012
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:54:02 -0200
1013
+ Processing by Healthcheck::CheckController#show as HTML
1014
+ Parameters: {"cmd"=>"ping"}
1015
+ Rendering text template
1016
+ Rendered text template (0.0ms)
1017
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
1018
+  (0.0ms) rollback transaction
1019
+  (0.0ms) begin transaction
1020
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:54:02 -0200
1021
+ Processing by Healthcheck::CheckController#show as HTML
1022
+ Parameters: {"cmd"=>"ping"}
1023
+ Rendering text template
1024
+ Rendered text template (0.0ms)
1025
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1026
+  (0.0ms) rollback transaction
1027
+  (0.0ms) begin transaction
1028
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 14:54:02 -0200
1029
+ Processing by Healthcheck::CheckController#show as HTML
1030
+ Parameters: {"cmd"=>"database"}
1031
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1032
+  (0.0ms) rollback transaction
1033
+  (0.1ms) begin transaction
1034
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:55:16 -0200
1035
+ Processing by Healthcheck::CheckController#show as HTML
1036
+ Parameters: {"cmd"=>"ping"}
1037
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
1038
+  (0.1ms) rollback transaction
1039
+  (0.0ms) begin transaction
1040
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:55:16 -0200
1041
+ Processing by Healthcheck::CheckController#show as HTML
1042
+ Parameters: {"cmd"=>"ping"}
1043
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
1044
+  (0.0ms) rollback transaction
1045
+  (0.0ms) begin transaction
1046
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 14:55:16 -0200
1047
+ Processing by Healthcheck::CheckController#show as HTML
1048
+ Parameters: {"cmd"=>"database"}
1049
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
1050
+  (0.0ms) rollback transaction
1051
+  (0.2ms) begin transaction
1052
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:56:13 -0200
1053
+ Processing by Healthcheck::CheckController#show as HTML
1054
+ Parameters: {"cmd"=>"ping"}
1055
+ Rendering text template
1056
+ Rendered text template (0.0ms)
1057
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
1058
+  (0.0ms) rollback transaction
1059
+  (0.0ms) begin transaction
1060
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 14:56:13 -0200
1061
+ Processing by Healthcheck::CheckController#show as HTML
1062
+ Parameters: {"cmd"=>"ping"}
1063
+ Rendering text template
1064
+ Rendered text template (0.0ms)
1065
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1066
+  (0.0ms) rollback transaction
1067
+  (0.0ms) begin transaction
1068
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 14:56:13 -0200
1069
+ Processing by Healthcheck::CheckController#show as HTML
1070
+ Parameters: {"cmd"=>"database"}
1071
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
1072
+  (0.0ms) rollback transaction
1073
+  (0.2ms) begin transaction
1074
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:09:04 -0200
1075
+ Processing by Healthcheck::CheckController#show as HTML
1076
+ Parameters: {"cmd"=>"ping"}
1077
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1078
+  (0.0ms) rollback transaction
1079
+  (0.0ms) begin transaction
1080
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:09:04 -0200
1081
+ Processing by Healthcheck::CheckController#show as HTML
1082
+ Parameters: {"cmd"=>"ping"}
1083
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1084
+  (0.0ms) rollback transaction
1085
+  (0.0ms) begin transaction
1086
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 16:09:04 -0200
1087
+ Processing by Healthcheck::CheckController#show as HTML
1088
+ Parameters: {"cmd"=>"database"}
1089
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1090
+  (0.0ms) rollback transaction
1091
+  (0.0ms) begin transaction
1092
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 16:09:04 -0200
1093
+ Processing by Healthcheck::CheckController#show as HTML
1094
+ Parameters: {"cmd"=>"fake"}
1095
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1096
+  (0.0ms) rollback transaction
1097
+  (0.2ms) begin transaction
1098
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:09:25 -0200
1099
+ Processing by Healthcheck::CheckController#show as HTML
1100
+ Parameters: {"cmd"=>"ping"}
1101
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1102
+  (0.1ms) rollback transaction
1103
+  (0.0ms) begin transaction
1104
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:09:25 -0200
1105
+ Processing by Healthcheck::CheckController#show as HTML
1106
+ Parameters: {"cmd"=>"ping"}
1107
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1108
+  (0.0ms) rollback transaction
1109
+  (0.0ms) begin transaction
1110
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 16:09:25 -0200
1111
+ Processing by Healthcheck::CheckController#show as HTML
1112
+ Parameters: {"cmd"=>"database"}
1113
+ Completed 404 Not Found in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
1114
+  (0.0ms) rollback transaction
1115
+  (0.0ms) begin transaction
1116
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 16:09:25 -0200
1117
+ Processing by Healthcheck::CheckController#show as HTML
1118
+ Parameters: {"cmd"=>"fake"}
1119
+ Completed 404 Not Found in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
1120
+  (0.0ms) rollback transaction
1121
+  (0.2ms) begin transaction
1122
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:09:41 -0200
1123
+ Processing by Healthcheck::CheckController#show as HTML
1124
+ Parameters: {"cmd"=>"ping"}
1125
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1126
+  (0.1ms) rollback transaction
1127
+  (0.0ms) begin transaction
1128
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:09:41 -0200
1129
+ Processing by Healthcheck::CheckController#show as HTML
1130
+ Parameters: {"cmd"=>"ping"}
1131
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1132
+  (0.0ms) rollback transaction
1133
+  (0.0ms) begin transaction
1134
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 16:09:41 -0200
1135
+ Processing by Healthcheck::CheckController#show as HTML
1136
+ Parameters: {"cmd"=>"database"}
1137
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1138
+  (0.0ms) rollback transaction
1139
+  (0.0ms) begin transaction
1140
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 16:09:41 -0200
1141
+ Processing by Healthcheck::CheckController#show as HTML
1142
+ Parameters: {"cmd"=>"fake"}
1143
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1144
+  (0.0ms) rollback transaction
1145
+  (0.3ms) begin transaction
1146
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:11:12 -0200
1147
+ Processing by Healthcheck::CheckController#show as HTML
1148
+ Parameters: {"cmd"=>"ping"}
1149
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1150
+  (0.1ms) rollback transaction
1151
+  (0.0ms) begin transaction
1152
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:11:12 -0200
1153
+ Processing by Healthcheck::CheckController#show as HTML
1154
+ Parameters: {"cmd"=>"ping"}
1155
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1156
+  (0.0ms) rollback transaction
1157
+  (0.0ms) begin transaction
1158
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 16:11:12 -0200
1159
+ Processing by Healthcheck::CheckController#show as HTML
1160
+ Parameters: {"cmd"=>"database"}
1161
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1162
+  (0.1ms) rollback transaction
1163
+  (0.1ms) begin transaction
1164
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 16:11:12 -0200
1165
+ Processing by Healthcheck::CheckController#show as HTML
1166
+ Parameters: {"cmd"=>"fake"}
1167
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1168
+  (0.0ms) rollback transaction
1169
+  (0.1ms) begin transaction
1170
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:11:36 -0200
1171
+ Processing by Healthcheck::CheckController#show as HTML
1172
+ Parameters: {"cmd"=>"ping"}
1173
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1174
+  (0.1ms) rollback transaction
1175
+  (0.0ms) begin transaction
1176
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:11:36 -0200
1177
+ Processing by Healthcheck::CheckController#show as HTML
1178
+ Parameters: {"cmd"=>"ping"}
1179
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1180
+  (0.1ms) rollback transaction
1181
+  (0.0ms) begin transaction
1182
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 16:11:36 -0200
1183
+ Processing by Healthcheck::CheckController#show as HTML
1184
+ Parameters: {"cmd"=>"database"}
1185
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1186
+  (0.0ms) rollback transaction
1187
+  (0.0ms) begin transaction
1188
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 16:11:36 -0200
1189
+ Processing by Healthcheck::CheckController#show as HTML
1190
+ Parameters: {"cmd"=>"fake"}
1191
+ Completed 404 Not Found in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
1192
+  (0.0ms) rollback transaction
1193
+  (0.2ms) begin transaction
1194
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:12:07 -0200
1195
+ Processing by Healthcheck::CheckController#show as HTML
1196
+ Parameters: {"cmd"=>"ping"}
1197
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1198
+  (0.1ms) rollback transaction
1199
+  (0.0ms) begin transaction
1200
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:12:07 -0200
1201
+ Processing by Healthcheck::CheckController#show as HTML
1202
+ Parameters: {"cmd"=>"ping"}
1203
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1204
+  (0.0ms) rollback transaction
1205
+  (0.0ms) begin transaction
1206
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 16:12:07 -0200
1207
+ Processing by Healthcheck::CheckController#show as HTML
1208
+ Parameters: {"cmd"=>"database"}
1209
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1210
+  (0.0ms) rollback transaction
1211
+  (0.0ms) begin transaction
1212
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 16:12:07 -0200
1213
+ Processing by Healthcheck::CheckController#show as HTML
1214
+ Parameters: {"cmd"=>"fake"}
1215
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1216
+  (0.0ms) rollback transaction
1217
+  (0.1ms) begin transaction
1218
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:12:59 -0200
1219
+ Processing by Healthcheck::CheckController#show as HTML
1220
+ Parameters: {"cmd"=>"ping"}
1221
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
1222
+  (0.0ms) rollback transaction
1223
+  (0.1ms) begin transaction
1224
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:12:59 -0200
1225
+ Processing by Healthcheck::CheckController#show as HTML
1226
+ Parameters: {"cmd"=>"ping"}
1227
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
1228
+  (0.0ms) rollback transaction
1229
+  (0.0ms) begin transaction
1230
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 16:12:59 -0200
1231
+ Processing by Healthcheck::CheckController#show as HTML
1232
+ Parameters: {"cmd"=>"database"}
1233
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
1234
+  (0.0ms) rollback transaction
1235
+  (0.0ms) begin transaction
1236
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 16:12:59 -0200
1237
+ Processing by Healthcheck::CheckController#show as HTML
1238
+ Parameters: {"cmd"=>"fake"}
1239
+ Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
1240
+  (0.0ms) rollback transaction
1241
+  (0.1ms) begin transaction
1242
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:13:18 -0200
1243
+ Processing by Healthcheck::CheckController#show as HTML
1244
+ Parameters: {"cmd"=>"ping"}
1245
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1246
+  (0.0ms) rollback transaction
1247
+  (0.0ms) begin transaction
1248
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:13:18 -0200
1249
+ Processing by Healthcheck::CheckController#show as HTML
1250
+ Parameters: {"cmd"=>"ping"}
1251
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1252
+  (0.0ms) rollback transaction
1253
+  (0.0ms) begin transaction
1254
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 16:13:18 -0200
1255
+ Processing by Healthcheck::CheckController#show as HTML
1256
+ Parameters: {"cmd"=>"database"}
1257
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1258
+  (0.0ms) rollback transaction
1259
+  (0.0ms) begin transaction
1260
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 16:13:18 -0200
1261
+ Processing by Healthcheck::CheckController#show as HTML
1262
+ Parameters: {"cmd"=>"fake"}
1263
+ Completed 404 Not Found in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
1264
+  (0.0ms) rollback transaction
1265
+  (0.2ms) begin transaction
1266
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:13:59 -0200
1267
+ Processing by Healthcheck::CheckController#show as HTML
1268
+ Parameters: {"cmd"=>"ping"}
1269
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1270
+  (0.0ms) rollback transaction
1271
+  (0.0ms) begin transaction
1272
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:13:59 -0200
1273
+ Processing by Healthcheck::CheckController#show as HTML
1274
+ Parameters: {"cmd"=>"ping"}
1275
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1276
+  (0.0ms) rollback transaction
1277
+  (0.0ms) begin transaction
1278
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 16:13:59 -0200
1279
+ Processing by Healthcheck::CheckController#show as HTML
1280
+ Parameters: {"cmd"=>"database"}
1281
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1282
+  (0.0ms) rollback transaction
1283
+  (0.0ms) begin transaction
1284
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 16:13:59 -0200
1285
+ Processing by Healthcheck::CheckController#show as HTML
1286
+ Parameters: {"cmd"=>"fake"}
1287
+ Completed 404 Not Found in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
1288
+  (0.0ms) rollback transaction
1289
+  (0.1ms) begin transaction
1290
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:14:12 -0200
1291
+ Processing by Healthcheck::CheckController#show as HTML
1292
+ Parameters: {"cmd"=>"ping"}
1293
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
1294
+  (0.0ms) rollback transaction
1295
+  (0.0ms) begin transaction
1296
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:14:12 -0200
1297
+ Processing by Healthcheck::CheckController#show as HTML
1298
+ Parameters: {"cmd"=>"ping"}
1299
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
1300
+  (0.0ms) rollback transaction
1301
+  (0.0ms) begin transaction
1302
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 16:14:12 -0200
1303
+ Processing by Healthcheck::CheckController#show as HTML
1304
+ Parameters: {"cmd"=>"database"}
1305
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
1306
+  (0.0ms) rollback transaction
1307
+  (0.0ms) begin transaction
1308
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 16:14:12 -0200
1309
+ Processing by Healthcheck::CheckController#show as HTML
1310
+ Parameters: {"cmd"=>"fake"}
1311
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
1312
+  (0.0ms) rollback transaction
1313
+  (0.2ms) begin transaction
1314
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:20:58 -0200
1315
+ Processing by Healthcheck::CheckController#show as HTML
1316
+ Parameters: {"cmd"=>"ping"}
1317
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1318
+  (0.1ms) rollback transaction
1319
+  (0.0ms) begin transaction
1320
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:20:58 -0200
1321
+ Processing by Healthcheck::CheckController#show as HTML
1322
+ Parameters: {"cmd"=>"ping"}
1323
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1324
+  (0.0ms) rollback transaction
1325
+  (0.0ms) begin transaction
1326
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 16:20:58 -0200
1327
+ Processing by Healthcheck::CheckController#show as HTML
1328
+ Parameters: {"cmd"=>"database"}
1329
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1330
+  (0.0ms) rollback transaction
1331
+  (0.0ms) begin transaction
1332
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 16:20:58 -0200
1333
+ Processing by Healthcheck::CheckController#show as HTML
1334
+ Parameters: {"cmd"=>"fake"}
1335
+ Completed 404 Not Found in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
1336
+  (0.0ms) rollback transaction
1337
+  (0.2ms) begin transaction
1338
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:21:14 -0200
1339
+ Processing by Healthcheck::CheckController#show as HTML
1340
+ Parameters: {"cmd"=>"ping"}
1341
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1342
+  (0.1ms) rollback transaction
1343
+  (0.0ms) begin transaction
1344
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:21:14 -0200
1345
+ Processing by Healthcheck::CheckController#show as HTML
1346
+ Parameters: {"cmd"=>"ping"}
1347
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1348
+  (0.0ms) rollback transaction
1349
+  (0.0ms) begin transaction
1350
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 16:21:14 -0200
1351
+ Processing by Healthcheck::CheckController#show as HTML
1352
+ Parameters: {"cmd"=>"database"}
1353
+ Completed 404 Not Found in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
1354
+  (0.0ms) rollback transaction
1355
+  (0.0ms) begin transaction
1356
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 16:21:14 -0200
1357
+ Processing by Healthcheck::CheckController#show as HTML
1358
+ Parameters: {"cmd"=>"fake"}
1359
+ Completed 404 Not Found in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
1360
+  (0.0ms) rollback transaction
1361
+  (0.1ms) begin transaction
1362
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:21:41 -0200
1363
+ Processing by Healthcheck::CheckController#show as HTML
1364
+ Parameters: {"cmd"=>"ping"}
1365
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1366
+  (0.1ms) rollback transaction
1367
+  (0.0ms) begin transaction
1368
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:21:41 -0200
1369
+ Processing by Healthcheck::CheckController#show as HTML
1370
+ Parameters: {"cmd"=>"ping"}
1371
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1372
+  (0.0ms) rollback transaction
1373
+  (0.0ms) begin transaction
1374
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 16:21:41 -0200
1375
+ Processing by Healthcheck::CheckController#show as HTML
1376
+ Parameters: {"cmd"=>"database"}
1377
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1378
+  (0.0ms) rollback transaction
1379
+  (0.0ms) begin transaction
1380
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 16:21:41 -0200
1381
+ Processing by Healthcheck::CheckController#show as HTML
1382
+ Parameters: {"cmd"=>"fake"}
1383
+ Completed 404 Not Found in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
1384
+  (0.0ms) rollback transaction
1385
+  (0.2ms) begin transaction
1386
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:21:45 -0200
1387
+ Processing by Healthcheck::CheckController#show as HTML
1388
+ Parameters: {"cmd"=>"ping"}
1389
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1390
+  (0.1ms) rollback transaction
1391
+  (0.2ms) begin transaction
1392
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:21:56 -0200
1393
+ Processing by Healthcheck::CheckController#show as HTML
1394
+ Parameters: {"cmd"=>"ping"}
1395
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1396
+  (0.1ms) rollback transaction
1397
+  (0.2ms) begin transaction
1398
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:22:06 -0200
1399
+ Processing by Healthcheck::CheckController#show as HTML
1400
+ Parameters: {"cmd"=>"ping"}
1401
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1402
+  (0.1ms) rollback transaction
1403
+  (0.1ms) begin transaction
1404
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:22:38 -0200
1405
+ Processing by Healthcheck::CheckController#show as HTML
1406
+ Parameters: {"cmd"=>"ping"}
1407
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1408
+  (0.0ms) rollback transaction
1409
+  (0.2ms) begin transaction
1410
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:23:23 -0200
1411
+ Processing by Healthcheck::CheckController#show as HTML
1412
+ Parameters: {"cmd"=>"ping"}
1413
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1414
+  (0.1ms) rollback transaction
1415
+  (0.1ms) begin transaction
1416
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:23:31 -0200
1417
+ Processing by Healthcheck::CheckController#show as HTML
1418
+ Parameters: {"cmd"=>"ping"}
1419
+ Completed 404 Not Found in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1420
+  (0.1ms) rollback transaction
1421
+  (0.1ms) begin transaction
1422
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:23:42 -0200
1423
+ Processing by Healthcheck::CheckController#show as HTML
1424
+ Parameters: {"cmd"=>"ping"}
1425
+ Rendered text template (0.0ms)
1426
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
1427
+  (0.1ms) rollback transaction
1428
+  (0.2ms) begin transaction
1429
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:23:53 -0200
1430
+ Processing by Healthcheck::CheckController#show as HTML
1431
+ Parameters: {"cmd"=>"ping"}
1432
+ Rendered text template (0.0ms)
1433
+ Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
1434
+  (0.1ms) rollback transaction
1435
+  (0.1ms) begin transaction
1436
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:24:01 -0200
1437
+ Processing by Healthcheck::CheckController#show as HTML
1438
+ Parameters: {"cmd"=>"ping"}
1439
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1440
+  (0.1ms) rollback transaction
1441
+  (0.2ms) begin transaction
1442
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:24:53 -0200
1443
+ Processing by Healthcheck::CheckController#show as HTML
1444
+ Parameters: {"cmd"=>"ping"}
1445
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1446
+  (0.1ms) rollback transaction
1447
+  (0.2ms) begin transaction
1448
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:24:59 -0200
1449
+ Processing by Healthcheck::CheckController#show as HTML
1450
+ Parameters: {"cmd"=>"ping"}
1451
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1452
+  (0.1ms) rollback transaction
1453
+  (0.1ms) begin transaction
1454
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:26:08 -0200
1455
+ Processing by Healthcheck::CheckController#show as HTML
1456
+ Parameters: {"cmd"=>"ping"}
1457
+ Rendered text template (0.0ms)
1458
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
1459
+  (0.0ms) rollback transaction
1460
+  (0.1ms) begin transaction
1461
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:26:16 -0200
1462
+ Processing by Healthcheck::CheckController#show as HTML
1463
+ Parameters: {"cmd"=>"ping"}
1464
+ Rendered text template (0.0ms)
1465
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
1466
+  (0.0ms) rollback transaction
1467
+  (0.0ms) begin transaction
1468
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:26:16 -0200
1469
+ Processing by Healthcheck::CheckController#show as HTML
1470
+ Parameters: {"cmd"=>"ping"}
1471
+ Rendered text template (0.0ms)
1472
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1473
+  (0.0ms) rollback transaction
1474
+  (0.0ms) begin transaction
1475
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 16:26:16 -0200
1476
+ Processing by Healthcheck::CheckController#show as HTML
1477
+ Parameters: {"cmd"=>"database"}
1478
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
1479
+  (0.0ms) rollback transaction
1480
+  (0.0ms) begin transaction
1481
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 16:26:16 -0200
1482
+ Processing by Healthcheck::CheckController#show as HTML
1483
+ Parameters: {"cmd"=>"fake"}
1484
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1485
+  (0.1ms) rollback transaction
1486
+  (0.2ms) begin transaction
1487
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:26:37 -0200
1488
+ Processing by Healthcheck::CheckController#show as HTML
1489
+ Parameters: {"cmd"=>"ping"}
1490
+ Rendered text template (0.0ms)
1491
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
1492
+  (0.0ms) rollback transaction
1493
+  (0.0ms) begin transaction
1494
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:26:37 -0200
1495
+ Processing by Healthcheck::CheckController#show as HTML
1496
+ Parameters: {"cmd"=>"ping"}
1497
+ Rendered text template (0.0ms)
1498
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1499
+  (0.0ms) rollback transaction
1500
+  (0.0ms) begin transaction
1501
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 16:26:37 -0200
1502
+ Processing by Healthcheck::CheckController#show as HTML
1503
+ Parameters: {"cmd"=>"database"}
1504
+ Rendered text template (0.0ms)
1505
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1506
+  (0.0ms) rollback transaction
1507
+  (0.0ms) begin transaction
1508
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 16:26:37 -0200
1509
+ Processing by Healthcheck::CheckController#show as HTML
1510
+ Parameters: {"cmd"=>"fake"}
1511
+ Completed 404 Not Found in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
1512
+  (0.1ms) rollback transaction
1513
+  (0.2ms) begin transaction
1514
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:27:02 -0200
1515
+ Processing by Healthcheck::CheckController#show as HTML
1516
+ Parameters: {"cmd"=>"ping"}
1517
+ Rendered text template (0.0ms)
1518
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
1519
+  (0.0ms) rollback transaction
1520
+  (0.0ms) begin transaction
1521
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:27:02 -0200
1522
+ Processing by Healthcheck::CheckController#show as HTML
1523
+ Parameters: {"cmd"=>"ping"}
1524
+ Rendered text template (0.0ms)
1525
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1526
+  (0.0ms) rollback transaction
1527
+  (0.0ms) begin transaction
1528
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 16:27:02 -0200
1529
+ Processing by Healthcheck::CheckController#show as HTML
1530
+ Parameters: {"cmd"=>"database"}
1531
+ Rendered text template (0.0ms)
1532
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1533
+  (0.0ms) rollback transaction
1534
+  (0.0ms) begin transaction
1535
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 16:27:02 -0200
1536
+ Processing by Healthcheck::CheckController#show as HTML
1537
+ Parameters: {"cmd"=>"fake"}
1538
+ Completed 404 Not Found in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
1539
+  (0.0ms) rollback transaction
1540
+  (0.1ms) begin transaction
1541
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:28:40 -0200
1542
+ Processing by Healthcheck::CheckController#show as HTML
1543
+ Parameters: {"cmd"=>"ping"}
1544
+ Rendered text template (0.0ms)
1545
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
1546
+  (0.0ms) rollback transaction
1547
+  (0.0ms) begin transaction
1548
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:28:40 -0200
1549
+ Processing by Healthcheck::CheckController#show as HTML
1550
+ Parameters: {"cmd"=>"ping"}
1551
+ Rendered text template (0.0ms)
1552
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1553
+  (0.0ms) rollback transaction
1554
+  (0.0ms) begin transaction
1555
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 16:28:40 -0200
1556
+ Processing by Healthcheck::CheckController#show as HTML
1557
+ Parameters: {"cmd"=>"database"}
1558
+ Rendered text template (0.0ms)
1559
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1560
+  (0.0ms) rollback transaction
1561
+  (0.1ms) begin transaction
1562
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 16:28:40 -0200
1563
+ Processing by Healthcheck::CheckController#show as HTML
1564
+ Parameters: {"cmd"=>"fake"}
1565
+ Completed 404 Not Found in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
1566
+  (0.0ms) rollback transaction
1567
+  (0.1ms) begin transaction
1568
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:32:49 -0200
1569
+ Processing by Healthcheck::CheckController#show as HTML
1570
+ Parameters: {"cmd"=>"ping"}
1571
+ Rendered text template (0.0ms)
1572
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
1573
+  (0.0ms) rollback transaction
1574
+  (0.0ms) begin transaction
1575
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:32:49 -0200
1576
+ Processing by Healthcheck::CheckController#show as HTML
1577
+ Parameters: {"cmd"=>"ping"}
1578
+ Rendered text template (0.0ms)
1579
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1580
+  (0.1ms) rollback transaction
1581
+  (0.0ms) begin transaction
1582
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 16:32:49 -0200
1583
+ Processing by Healthcheck::CheckController#show as HTML
1584
+ Parameters: {"cmd"=>"database"}
1585
+ Rendered text template (0.0ms)
1586
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1587
+  (0.0ms) rollback transaction
1588
+  (0.0ms) begin transaction
1589
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 16:32:49 -0200
1590
+ Processing by Healthcheck::CheckController#show as HTML
1591
+ Parameters: {"cmd"=>"fake"}
1592
+ Completed 404 Not Found in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
1593
+  (0.0ms) rollback transaction
1594
+  (0.2ms) begin transaction
1595
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:35:38 -0200
1596
+ Processing by Healthcheck::CheckController#show as HTML
1597
+ Parameters: {"cmd"=>"ping"}
1598
+ Rendered text template (0.0ms)
1599
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
1600
+  (0.1ms) rollback transaction
1601
+  (0.0ms) begin transaction
1602
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 16:35:38 -0200
1603
+ Processing by Healthcheck::CheckController#show as HTML
1604
+ Parameters: {"cmd"=>"ping"}
1605
+ Rendered text template (0.0ms)
1606
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1607
+  (0.1ms) rollback transaction
1608
+  (0.0ms) begin transaction
1609
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 16:35:38 -0200
1610
+ Processing by Healthcheck::CheckController#show as HTML
1611
+ Parameters: {"cmd"=>"database"}
1612
+ Rendered text template (0.0ms)
1613
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1614
+  (0.1ms) rollback transaction
1615
+  (0.1ms) begin transaction
1616
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 16:35:38 -0200
1617
+ Processing by Healthcheck::CheckController#show as HTML
1618
+ Parameters: {"cmd"=>"fake"}
1619
+ Completed 404 Not Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1620
+  (0.1ms) rollback transaction
1621
+  (0.1ms) begin transaction
1622
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 17:37:30 -0200
1623
+  (0.0ms) rollback transaction
1624
+  (0.0ms) begin transaction
1625
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 17:37:30 -0200
1626
+  (0.0ms) rollback transaction
1627
+  (0.0ms) begin transaction
1628
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 17:37:30 -0200
1629
+  (0.0ms) rollback transaction
1630
+  (0.0ms) begin transaction
1631
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 17:37:30 -0200
1632
+  (0.0ms) rollback transaction
1633
+  (0.2ms) begin transaction
1634
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 17:37:50 -0200
1635
+ Processing by TPHealthcheck::CheckController#show as HTML
1636
+ Parameters: {"cmd"=>"ping"}
1637
+ Rendered text template (0.0ms)
1638
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
1639
+  (0.0ms) rollback transaction
1640
+  (0.0ms) begin transaction
1641
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 17:37:50 -0200
1642
+ Processing by TPHealthcheck::CheckController#show as HTML
1643
+ Parameters: {"cmd"=>"ping"}
1644
+ Rendered text template (0.0ms)
1645
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1646
+  (0.0ms) rollback transaction
1647
+  (0.0ms) begin transaction
1648
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 17:37:50 -0200
1649
+ Processing by TPHealthcheck::CheckController#show as HTML
1650
+ Parameters: {"cmd"=>"database"}
1651
+ Rendered text template (0.0ms)
1652
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1653
+  (0.1ms) rollback transaction
1654
+  (0.0ms) begin transaction
1655
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 17:37:50 -0200
1656
+ Processing by TPHealthcheck::CheckController#show as HTML
1657
+ Parameters: {"cmd"=>"fake"}
1658
+ Completed 404 Not Found in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
1659
+  (0.0ms) rollback transaction
1660
+  (0.2ms) begin transaction
1661
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 17:43:23 -0200
1662
+ Processing by TPHealthcheck::CheckController#show as HTML
1663
+ Parameters: {"cmd"=>"ping"}
1664
+ Rendered text template (0.0ms)
1665
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
1666
+  (0.0ms) rollback transaction
1667
+  (0.0ms) begin transaction
1668
+ Started GET "/healthchecks/ping" for 127.0.0.1 at 2017-02-14 17:43:23 -0200
1669
+ Processing by TPHealthcheck::CheckController#show as HTML
1670
+ Parameters: {"cmd"=>"ping"}
1671
+ Rendered text template (0.0ms)
1672
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1673
+  (0.0ms) rollback transaction
1674
+  (0.0ms) begin transaction
1675
+ Started GET "/healthchecks/database" for 127.0.0.1 at 2017-02-14 17:43:23 -0200
1676
+ Processing by TPHealthcheck::CheckController#show as HTML
1677
+ Parameters: {"cmd"=>"database"}
1678
+ Rendered text template (0.0ms)
1679
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1680
+  (0.0ms) rollback transaction
1681
+  (0.0ms) begin transaction
1682
+ Started GET "/healthchecks/fake" for 127.0.0.1 at 2017-02-14 17:43:23 -0200
1683
+ Processing by TPHealthcheck::CheckController#show as HTML
1684
+ Parameters: {"cmd"=>"fake"}
1685
+ Completed 404 Not Found in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
1686
+  (0.0ms) rollback transaction