colloquy 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +15 -0
  2. data/README.md +160 -0
  3. data/TODO.md +256 -0
  4. data/bin/colloquy +14 -0
  5. data/examples/config/flows.yaml +22 -0
  6. data/examples/config/logger.yaml +2 -0
  7. data/examples/config/messages.yaml +3 -0
  8. data/examples/config/mysql.yaml +18 -0
  9. data/examples/config/redis.yaml +9 -0
  10. data/examples/config/scribe.yaml +2 -0
  11. data/examples/config/settings.yaml +2 -0
  12. data/examples/config/test.yaml +8 -0
  13. data/examples/config/urls.yaml +18 -0
  14. data/examples/flows/active_record_flow.rb +42 -0
  15. data/examples/flows/art_of_war_flow.rb +27 -0
  16. data/examples/flows/calculator_flow.rb +71 -0
  17. data/examples/flows/crossover_flow.rb +17 -0
  18. data/examples/flows/database_flow.rb +33 -0
  19. data/examples/flows/hangman_flow.rb +82 -0
  20. data/examples/flows/metadata_flow.rb +11 -0
  21. data/examples/flows/pagination_flow.rb +23 -0
  22. data/examples/flows/pass_flow.rb +29 -0
  23. data/examples/flows/prefix_menu_flow.rb +24 -0
  24. data/examples/flows/scribe_flow.rb +26 -0
  25. data/examples/flows/settings_flow.rb +23 -0
  26. data/examples/flows/special/special_redis_flow.rb +28 -0
  27. data/examples/flows/url_flow.rb +27 -0
  28. data/examples/log/renderer.log +198381 -0
  29. data/examples/log/urls.log +3269 -0
  30. data/examples/messages/active_record.yaml +2 -0
  31. data/examples/messages/art_of_war.yaml +1 -0
  32. data/examples/messages/calculator.yaml +2 -0
  33. data/examples/messages/database.yaml +1 -0
  34. data/examples/messages/hangman.yaml +0 -0
  35. data/examples/messages/prefix_menu.yaml +3 -0
  36. data/examples/models/activations.rb +5 -0
  37. data/lib/colloquy.rb +39 -0
  38. data/lib/colloquy/exceptions.rb +64 -0
  39. data/lib/colloquy/flow_parser.rb +315 -0
  40. data/lib/colloquy/flow_pool.rb +21 -0
  41. data/lib/colloquy/helpers.rb +15 -0
  42. data/lib/colloquy/helpers/mysql.rb +110 -0
  43. data/lib/colloquy/helpers/redis.rb +103 -0
  44. data/lib/colloquy/helpers/scribe.rb +103 -0
  45. data/lib/colloquy/helpers/settings.rb +111 -0
  46. data/lib/colloquy/helpers/url.rb +10 -0
  47. data/lib/colloquy/input.rb +14 -0
  48. data/lib/colloquy/logger.rb +11 -0
  49. data/lib/colloquy/menu.rb +128 -0
  50. data/lib/colloquy/message_builder.rb +54 -0
  51. data/lib/colloquy/node.rb +67 -0
  52. data/lib/colloquy/paginator.rb +59 -0
  53. data/lib/colloquy/paginator/menu.rb +79 -0
  54. data/lib/colloquy/paginator/prompt.rb +32 -0
  55. data/lib/colloquy/prompt.rb +35 -0
  56. data/lib/colloquy/renderer.rb +423 -0
  57. data/lib/colloquy/response.rb +4 -0
  58. data/lib/colloquy/runner.rb +93 -0
  59. data/lib/colloquy/server.rb +157 -0
  60. data/lib/colloquy/session_store.rb +46 -0
  61. data/lib/colloquy/session_store/memory.rb +14 -0
  62. data/lib/colloquy/session_store/redis.rb +24 -0
  63. data/lib/colloquy/simulator.rb +114 -0
  64. data/lib/colloquy/spec_helpers.rb +21 -0
  65. metadata +459 -0
@@ -0,0 +1,3269 @@
1
+ # Logfile created on 2014-05-14 16:51:41 +0530 by logger.rb/31641
2
+ 2014-05-14 16:51:41 INFO URL Agent starting up...
3
+
4
+ 2014-05-14 16:51:41 INFO Log level is DEBUG
5
+
6
+ 2014-05-14 16:51:41 INFO Using em_http dispatcher
7
+
8
+ 2014-05-14 16:51:41 INFO Pinger started
9
+
10
+ 2014-05-14 16:51:41 DEBUG MONITOR
11
+
12
+ 2014-05-14 16:51:41 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
13
+
14
+ 2014-05-14 16:51:41 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
15
+
16
+ 2014-05-14 16:51:41 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
17
+
18
+ 2014-05-14 16:52:53 INFO URL Agent starting up...
19
+
20
+ 2014-05-14 16:52:53 INFO Log level is DEBUG
21
+
22
+ 2014-05-14 16:52:53 INFO Using em_http dispatcher
23
+
24
+ 2014-05-14 16:52:53 INFO Pinger started
25
+
26
+ 2014-05-14 16:52:53 DEBUG MONITOR
27
+
28
+ 2014-05-14 16:52:53 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
29
+
30
+ 2014-05-14 16:52:53 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
31
+
32
+ 2014-05-14 16:52:53 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
33
+
34
+ 2014-05-15 12:43:10 INFO URL Agent starting up...
35
+
36
+ 2014-05-15 12:43:10 INFO Log level is DEBUG
37
+
38
+ 2014-05-15 12:43:10 INFO Using em_http dispatcher
39
+
40
+ 2014-05-15 12:43:10 INFO Pinger started
41
+
42
+ 2014-05-15 12:43:10 DEBUG MONITOR
43
+
44
+ 2014-05-15 12:43:10 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
45
+
46
+ 2014-05-15 12:43:10 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
47
+
48
+ 2014-05-15 12:43:10 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
49
+
50
+ 2014-05-15 17:32:52 INFO URL Agent starting up...
51
+
52
+ 2014-05-15 17:32:52 INFO Log level is DEBUG
53
+
54
+ 2014-05-15 17:32:52 INFO Using em_http dispatcher
55
+
56
+ 2014-05-15 17:32:52 INFO Pinger started
57
+
58
+ 2014-05-15 17:32:52 DEBUG MONITOR
59
+
60
+ 2014-05-15 17:32:52 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
61
+
62
+ 2014-05-15 17:32:52 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
63
+
64
+ 2014-05-15 17:32:52 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
65
+
66
+ 2014-05-15 17:37:59 INFO URL Agent starting up...
67
+
68
+ 2014-05-15 17:37:59 INFO Log level is DEBUG
69
+
70
+ 2014-05-15 17:37:59 INFO Using em_http dispatcher
71
+
72
+ 2014-05-15 17:37:59 INFO Pinger started
73
+
74
+ 2014-05-15 17:37:59 DEBUG MONITOR
75
+
76
+ 2014-05-15 17:37:59 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
77
+
78
+ 2014-05-15 17:37:59 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
79
+
80
+ 2014-05-15 17:37:59 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
81
+
82
+ 2014-05-15 18:01:21 INFO URL Agent starting up...
83
+
84
+ 2014-05-15 18:01:21 INFO Log level is DEBUG
85
+
86
+ 2014-05-15 18:01:21 INFO Using em_http dispatcher
87
+
88
+ 2014-05-15 18:01:21 INFO Pinger started
89
+
90
+ 2014-05-15 18:01:21 DEBUG MONITOR
91
+
92
+ 2014-05-15 18:01:21 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
93
+
94
+ 2014-05-15 18:01:21 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
95
+
96
+ 2014-05-15 18:01:21 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
97
+
98
+ 2014-05-15 18:13:42 INFO URL Agent starting up...
99
+
100
+ 2014-05-15 18:13:42 INFO Log level is DEBUG
101
+
102
+ 2014-05-15 18:13:42 INFO Using em_http dispatcher
103
+
104
+ 2014-05-15 18:13:42 INFO Pinger started
105
+
106
+ 2014-05-15 18:13:42 DEBUG MONITOR
107
+
108
+ 2014-05-15 18:13:42 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
109
+
110
+ 2014-05-15 18:13:42 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
111
+
112
+ 2014-05-15 18:13:42 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
113
+
114
+ 2014-05-15 18:37:12 INFO URL Agent starting up...
115
+
116
+ 2014-05-15 18:37:12 INFO Log level is DEBUG
117
+
118
+ 2014-05-15 18:37:12 INFO Using em_http dispatcher
119
+
120
+ 2014-05-15 18:37:12 INFO Pinger started
121
+
122
+ 2014-05-15 18:37:12 DEBUG MONITOR
123
+
124
+ 2014-05-15 18:37:12 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
125
+
126
+ 2014-05-15 18:37:12 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
127
+
128
+ 2014-05-15 18:37:12 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
129
+
130
+ 2014-05-16 10:16:55 INFO URL Agent starting up...
131
+
132
+ 2014-05-16 10:16:55 INFO Log level is DEBUG
133
+
134
+ 2014-05-16 10:16:55 INFO Using em_http dispatcher
135
+
136
+ 2014-05-16 10:16:55 INFO Pinger started
137
+
138
+ 2014-05-16 10:16:55 DEBUG MONITOR
139
+
140
+ 2014-05-16 10:16:55 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
141
+
142
+ 2014-05-16 10:16:55 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
143
+
144
+ 2014-05-16 10:16:55 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
145
+
146
+ 2014-05-19 13:34:46 INFO URL Agent starting up...
147
+
148
+ 2014-05-19 13:34:46 INFO Log level is DEBUG
149
+
150
+ 2014-05-19 13:34:46 INFO Using em_http dispatcher
151
+
152
+ 2014-05-19 13:34:46 INFO Pinger started
153
+
154
+ 2014-05-19 13:34:46 DEBUG MONITOR
155
+
156
+ 2014-05-19 13:34:46 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
157
+
158
+ 2014-05-19 13:34:46 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
159
+
160
+ 2014-05-19 13:34:46 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
161
+
162
+ 2014-05-19 13:34:59 INFO URL Agent starting up...
163
+
164
+ 2014-05-19 13:34:59 INFO Log level is DEBUG
165
+
166
+ 2014-05-19 13:34:59 INFO Using em_http dispatcher
167
+
168
+ 2014-05-19 13:34:59 INFO Pinger started
169
+
170
+ 2014-05-19 13:34:59 DEBUG MONITOR
171
+
172
+ 2014-05-19 13:34:59 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
173
+
174
+ 2014-05-19 13:34:59 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
175
+
176
+ 2014-05-19 13:34:59 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
177
+
178
+ 2014-05-19 14:18:56 INFO URL Agent starting up...
179
+
180
+ 2014-05-19 14:18:56 INFO Log level is DEBUG
181
+
182
+ 2014-05-19 14:18:56 INFO Using em_http dispatcher
183
+
184
+ 2014-05-19 14:18:56 INFO Pinger started
185
+
186
+ 2014-05-19 14:18:56 DEBUG MONITOR
187
+
188
+ 2014-05-19 14:18:56 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
189
+
190
+ 2014-05-19 14:18:56 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
191
+
192
+ 2014-05-19 14:18:56 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
193
+
194
+ 2014-05-19 15:58:46 INFO URL Agent starting up...
195
+
196
+ 2014-05-19 15:58:46 INFO Log level is DEBUG
197
+
198
+ 2014-05-19 15:58:46 INFO Using em_http dispatcher
199
+
200
+ 2014-05-19 15:58:46 INFO Pinger started
201
+
202
+ 2014-05-19 15:58:46 DEBUG MONITOR
203
+
204
+ 2014-05-19 15:58:46 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
205
+
206
+ 2014-05-19 15:58:46 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
207
+
208
+ 2014-05-19 15:58:48 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
209
+
210
+ 2014-05-19 16:12:03 INFO URL Agent starting up...
211
+
212
+ 2014-05-19 16:12:03 INFO Log level is DEBUG
213
+
214
+ 2014-05-19 16:12:03 INFO Using em_http dispatcher
215
+
216
+ 2014-05-19 16:12:03 INFO Pinger started
217
+
218
+ 2014-05-19 16:12:03 DEBUG MONITOR
219
+
220
+ 2014-05-19 16:12:03 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
221
+
222
+ 2014-05-19 16:12:03 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
223
+
224
+ 2014-05-19 16:12:03 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
225
+
226
+ 2014-05-19 16:13:02 INFO URL Agent starting up...
227
+
228
+ 2014-05-19 16:13:02 INFO Log level is DEBUG
229
+
230
+ 2014-05-19 16:13:02 INFO Using em_http dispatcher
231
+
232
+ 2014-05-19 16:13:02 INFO Pinger started
233
+
234
+ 2014-05-19 16:13:02 DEBUG MONITOR
235
+
236
+ 2014-05-19 16:13:02 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
237
+
238
+ 2014-05-19 16:13:02 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
239
+
240
+ 2014-05-19 16:13:05 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
241
+
242
+ 2014-05-19 16:21:50 INFO URL Agent starting up...
243
+
244
+ 2014-05-19 16:21:50 INFO Log level is DEBUG
245
+
246
+ 2014-05-19 16:21:50 INFO Using em_http dispatcher
247
+
248
+ 2014-05-19 16:21:50 INFO Pinger started
249
+
250
+ 2014-05-19 16:21:50 DEBUG MONITOR
251
+
252
+ 2014-05-19 16:21:50 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
253
+
254
+ 2014-05-19 16:21:50 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
255
+
256
+ 2014-05-19 16:21:57 DEBUG CHECK log_cancellations:active http://google.com/?q=hello
257
+
258
+ 2014-05-19 16:21:57 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
259
+
260
+ 2014-05-19 16:21:57 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
261
+
262
+ 2014-05-19 16:22:01 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
263
+
264
+ 2014-05-19 16:22:02 ERROR GET log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} Timeout Exception
265
+
266
+ 2014-05-19 16:22:02 WARN DEAD log_cancellations:active http://google.com/?q=hello Timeout Exception
267
+
268
+ 2014-05-19 16:22:02 DEBUG CHECK log_cancellations:backup http://www.google.com/search?q=9745044399
269
+
270
+ 2014-05-19 16:22:02 DEBUG DISPATCH log_cancellations:backup http://www.google.com/search?q=9745044399 GET
271
+
272
+ 2014-05-19 16:22:02 DEBUG GET log_cancellations:backup http://www.google.com/search?q=9745044399 {}
273
+
274
+ 2014-05-19 16:42:38 INFO URL Agent starting up...
275
+
276
+ 2014-05-19 16:42:38 INFO Log level is DEBUG
277
+
278
+ 2014-05-19 16:42:38 INFO Using em_http dispatcher
279
+
280
+ 2014-05-19 16:42:38 INFO Pinger started
281
+
282
+ 2014-05-19 16:42:38 DEBUG MONITOR
283
+
284
+ 2014-05-19 16:42:38 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
285
+
286
+ 2014-05-19 16:42:38 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
287
+
288
+ 2014-05-19 16:42:41 ERROR GET log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} Connection Error
289
+
290
+ 2014-05-19 16:43:24 INFO URL Agent starting up...
291
+
292
+ 2014-05-19 16:43:24 INFO Log level is DEBUG
293
+
294
+ 2014-05-19 16:43:24 INFO Using em_http dispatcher
295
+
296
+ 2014-05-19 16:43:24 INFO Pinger started
297
+
298
+ 2014-05-19 16:43:24 DEBUG MONITOR
299
+
300
+ 2014-05-19 16:43:24 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
301
+
302
+ 2014-05-19 16:43:24 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
303
+
304
+ 2014-05-19 16:43:27 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
305
+
306
+ 2014-05-19 17:09:27 INFO URL Agent starting up...
307
+
308
+ 2014-05-19 17:09:27 INFO Log level is DEBUG
309
+
310
+ 2014-05-19 17:09:27 INFO Using em_http dispatcher
311
+
312
+ 2014-05-19 17:09:27 INFO Pinger started
313
+
314
+ 2014-05-19 17:09:27 DEBUG MONITOR
315
+
316
+ 2014-05-19 17:09:27 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
317
+
318
+ 2014-05-19 17:09:27 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
319
+
320
+ 2014-05-19 17:09:28 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
321
+
322
+ 2014-05-19 17:09:51 INFO URL Agent starting up...
323
+
324
+ 2014-05-19 17:09:51 INFO Log level is DEBUG
325
+
326
+ 2014-05-19 17:09:51 INFO Using em_http dispatcher
327
+
328
+ 2014-05-19 17:09:51 INFO Pinger started
329
+
330
+ 2014-05-19 17:09:51 DEBUG MONITOR
331
+
332
+ 2014-05-19 17:09:51 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
333
+
334
+ 2014-05-19 17:09:51 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
335
+
336
+ 2014-05-19 17:09:51 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
337
+
338
+ 2014-05-19 17:18:52 INFO URL Agent starting up...
339
+
340
+ 2014-05-19 17:18:52 INFO Log level is DEBUG
341
+
342
+ 2014-05-19 17:18:52 INFO Using em_http dispatcher
343
+
344
+ 2014-05-19 17:18:52 INFO Pinger started
345
+
346
+ 2014-05-19 17:18:52 DEBUG MONITOR
347
+
348
+ 2014-05-19 17:18:52 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
349
+
350
+ 2014-05-19 17:18:52 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
351
+
352
+ 2014-05-19 17:18:52 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
353
+
354
+ 2014-05-19 17:19:11 INFO URL Agent starting up...
355
+
356
+ 2014-05-19 17:19:11 INFO Log level is DEBUG
357
+
358
+ 2014-05-19 17:19:11 INFO Using em_http dispatcher
359
+
360
+ 2014-05-19 17:19:11 INFO Pinger started
361
+
362
+ 2014-05-19 17:19:11 DEBUG MONITOR
363
+
364
+ 2014-05-19 17:19:11 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
365
+
366
+ 2014-05-19 17:19:11 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
367
+
368
+ 2014-05-19 17:19:11 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
369
+
370
+ 2014-05-20 11:27:38 INFO URL Agent starting up...
371
+
372
+ 2014-05-20 11:27:38 INFO Log level is DEBUG
373
+
374
+ 2014-05-20 11:27:38 INFO Using em_http dispatcher
375
+
376
+ 2014-05-20 11:27:38 INFO Pinger started
377
+
378
+ 2014-05-20 11:27:38 DEBUG MONITOR
379
+
380
+ 2014-05-20 11:27:38 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
381
+
382
+ 2014-05-20 11:27:38 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
383
+
384
+ 2014-05-20 11:27:38 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
385
+
386
+ 2014-05-20 11:28:57 INFO URL Agent starting up...
387
+
388
+ 2014-05-20 11:28:57 INFO Log level is DEBUG
389
+
390
+ 2014-05-20 11:28:57 INFO Using em_http dispatcher
391
+
392
+ 2014-05-20 11:28:57 INFO Pinger started
393
+
394
+ 2014-05-20 11:28:57 DEBUG MONITOR
395
+
396
+ 2014-05-20 11:28:57 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
397
+
398
+ 2014-05-20 11:28:57 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
399
+
400
+ 2014-05-20 11:28:57 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
401
+
402
+ 2014-05-20 11:36:43 INFO URL Agent starting up...
403
+
404
+ 2014-05-20 11:36:43 INFO Log level is DEBUG
405
+
406
+ 2014-05-20 11:36:43 INFO Using em_http dispatcher
407
+
408
+ 2014-05-20 11:36:43 INFO Pinger started
409
+
410
+ 2014-05-20 11:36:43 DEBUG MONITOR
411
+
412
+ 2014-05-20 11:36:43 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
413
+
414
+ 2014-05-20 11:36:43 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
415
+
416
+ 2014-05-20 11:36:43 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
417
+
418
+ 2014-05-20 12:08:19 INFO URL Agent starting up...
419
+
420
+ 2014-05-20 12:08:19 INFO Log level is DEBUG
421
+
422
+ 2014-05-20 12:08:19 INFO Using em_http dispatcher
423
+
424
+ 2014-05-20 12:08:19 INFO Pinger started
425
+
426
+ 2014-05-20 12:08:19 DEBUG MONITOR
427
+
428
+ 2014-05-20 12:08:19 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
429
+
430
+ 2014-05-20 12:08:19 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
431
+
432
+ 2014-05-20 12:08:19 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
433
+
434
+ 2014-05-20 12:09:43 INFO URL Agent starting up...
435
+
436
+ 2014-05-20 12:09:43 INFO Log level is DEBUG
437
+
438
+ 2014-05-20 12:09:43 INFO Using em_http dispatcher
439
+
440
+ 2014-05-20 12:09:43 INFO Pinger started
441
+
442
+ 2014-05-20 12:09:43 DEBUG MONITOR
443
+
444
+ 2014-05-20 12:09:43 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
445
+
446
+ 2014-05-20 12:09:43 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
447
+
448
+ 2014-05-20 12:09:43 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
449
+
450
+ 2014-05-20 12:17:12 INFO URL Agent starting up...
451
+
452
+ 2014-05-20 12:17:12 INFO Log level is DEBUG
453
+
454
+ 2014-05-20 12:17:12 INFO Using em_http dispatcher
455
+
456
+ 2014-05-20 12:17:12 INFO Pinger started
457
+
458
+ 2014-05-20 12:17:12 DEBUG MONITOR
459
+
460
+ 2014-05-20 12:17:12 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
461
+
462
+ 2014-05-20 12:17:12 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
463
+
464
+ 2014-05-20 12:17:12 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
465
+
466
+ 2014-05-20 12:33:58 INFO URL Agent starting up...
467
+
468
+ 2014-05-20 12:33:58 INFO Log level is DEBUG
469
+
470
+ 2014-05-20 12:33:58 INFO Using em_http dispatcher
471
+
472
+ 2014-05-20 12:33:58 INFO Pinger started
473
+
474
+ 2014-05-20 12:33:58 DEBUG MONITOR
475
+
476
+ 2014-05-20 12:33:58 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
477
+
478
+ 2014-05-20 12:33:58 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
479
+
480
+ 2014-05-20 12:33:59 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
481
+
482
+ 2014-05-20 12:38:30 INFO URL Agent starting up...
483
+
484
+ 2014-05-20 12:38:30 INFO Log level is DEBUG
485
+
486
+ 2014-05-20 12:38:30 INFO Using em_http dispatcher
487
+
488
+ 2014-05-20 12:38:30 INFO Pinger started
489
+
490
+ 2014-05-20 12:38:30 DEBUG MONITOR
491
+
492
+ 2014-05-20 12:38:30 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
493
+
494
+ 2014-05-20 12:38:30 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
495
+
496
+ 2014-05-20 12:38:31 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
497
+
498
+ 2014-05-20 12:38:39 INFO URL Agent starting up...
499
+
500
+ 2014-05-20 12:38:39 INFO Log level is DEBUG
501
+
502
+ 2014-05-20 12:38:39 INFO Using em_http dispatcher
503
+
504
+ 2014-05-20 12:38:39 INFO Pinger started
505
+
506
+ 2014-05-20 12:38:39 DEBUG MONITOR
507
+
508
+ 2014-05-20 12:38:39 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
509
+
510
+ 2014-05-20 12:38:39 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
511
+
512
+ 2014-05-20 12:38:39 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
513
+
514
+ 2014-05-20 13:28:32 INFO URL Agent starting up...
515
+
516
+ 2014-05-20 13:28:32 INFO Log level is DEBUG
517
+
518
+ 2014-05-20 13:28:32 INFO Using em_http dispatcher
519
+
520
+ 2014-05-20 13:28:32 INFO Pinger started
521
+
522
+ 2014-05-20 13:28:32 DEBUG MONITOR
523
+
524
+ 2014-05-20 13:28:32 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
525
+
526
+ 2014-05-20 13:28:32 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
527
+
528
+ 2014-05-20 13:28:32 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
529
+
530
+ 2014-05-20 13:40:16 INFO URL Agent starting up...
531
+
532
+ 2014-05-20 13:40:16 INFO Log level is DEBUG
533
+
534
+ 2014-05-20 13:40:16 INFO Using em_http dispatcher
535
+
536
+ 2014-05-20 13:40:16 INFO Pinger started
537
+
538
+ 2014-05-20 13:40:16 DEBUG MONITOR
539
+
540
+ 2014-05-20 13:40:16 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
541
+
542
+ 2014-05-20 13:40:16 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
543
+
544
+ 2014-05-20 13:40:16 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
545
+
546
+ 2014-05-20 13:46:59 INFO URL Agent starting up...
547
+
548
+ 2014-05-20 13:46:59 INFO Log level is DEBUG
549
+
550
+ 2014-05-20 13:46:59 INFO Using em_http dispatcher
551
+
552
+ 2014-05-20 13:46:59 INFO Pinger started
553
+
554
+ 2014-05-20 13:46:59 DEBUG MONITOR
555
+
556
+ 2014-05-20 13:46:59 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
557
+
558
+ 2014-05-20 13:46:59 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
559
+
560
+ 2014-05-20 13:46:59 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
561
+
562
+ 2014-05-20 14:10:05 INFO URL Agent starting up...
563
+
564
+ 2014-05-20 14:10:05 INFO Log level is DEBUG
565
+
566
+ 2014-05-20 14:10:05 INFO Using em_http dispatcher
567
+
568
+ 2014-05-20 14:10:05 INFO Pinger started
569
+
570
+ 2014-05-20 14:10:05 DEBUG MONITOR
571
+
572
+ 2014-05-20 14:10:05 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
573
+
574
+ 2014-05-20 14:10:05 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
575
+
576
+ 2014-05-20 14:10:05 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
577
+
578
+ 2014-05-20 14:29:33 INFO URL Agent starting up...
579
+
580
+ 2014-05-20 14:29:33 INFO Log level is DEBUG
581
+
582
+ 2014-05-20 14:29:33 INFO Using em_http dispatcher
583
+
584
+ 2014-05-20 14:29:33 INFO Pinger started
585
+
586
+ 2014-05-20 14:29:33 DEBUG MONITOR
587
+
588
+ 2014-05-20 14:29:33 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
589
+
590
+ 2014-05-20 14:29:33 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
591
+
592
+ 2014-05-20 14:29:33 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
593
+
594
+ 2014-05-20 14:52:41 INFO URL Agent starting up...
595
+
596
+ 2014-05-20 14:52:41 INFO Log level is DEBUG
597
+
598
+ 2014-05-20 14:52:41 INFO Using em_http dispatcher
599
+
600
+ 2014-05-20 14:52:41 INFO Pinger started
601
+
602
+ 2014-05-20 14:52:41 DEBUG MONITOR
603
+
604
+ 2014-05-20 14:52:41 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
605
+
606
+ 2014-05-20 14:52:41 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
607
+
608
+ 2014-05-20 14:52:41 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
609
+
610
+ 2014-05-20 15:16:22 INFO URL Agent starting up...
611
+
612
+ 2014-05-20 15:16:22 INFO Log level is DEBUG
613
+
614
+ 2014-05-20 15:16:22 INFO Using em_http dispatcher
615
+
616
+ 2014-05-20 15:16:22 INFO Pinger started
617
+
618
+ 2014-05-20 15:16:22 DEBUG MONITOR
619
+
620
+ 2014-05-20 15:16:22 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
621
+
622
+ 2014-05-20 15:16:22 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
623
+
624
+ 2014-05-20 15:16:23 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
625
+
626
+ 2014-05-20 15:30:03 INFO URL Agent starting up...
627
+
628
+ 2014-05-20 15:30:03 INFO Log level is DEBUG
629
+
630
+ 2014-05-20 15:30:03 INFO Using em_http dispatcher
631
+
632
+ 2014-05-20 15:30:03 INFO Pinger started
633
+
634
+ 2014-05-20 15:30:03 DEBUG MONITOR
635
+
636
+ 2014-05-20 15:30:03 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
637
+
638
+ 2014-05-20 15:30:03 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
639
+
640
+ 2014-05-20 15:30:23 ERROR GET log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} Connection Error
641
+
642
+ 2014-05-20 15:30:48 INFO URL Agent starting up...
643
+
644
+ 2014-05-20 15:30:48 INFO Log level is DEBUG
645
+
646
+ 2014-05-20 15:30:48 INFO Using em_http dispatcher
647
+
648
+ 2014-05-20 15:30:48 INFO Pinger started
649
+
650
+ 2014-05-20 15:30:48 DEBUG MONITOR
651
+
652
+ 2014-05-20 15:30:48 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
653
+
654
+ 2014-05-20 15:30:48 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
655
+
656
+ 2014-05-20 15:31:08 ERROR GET log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} Connection Error
657
+
658
+ 2014-05-20 15:32:02 INFO URL Agent starting up...
659
+
660
+ 2014-05-20 15:32:02 INFO Log level is DEBUG
661
+
662
+ 2014-05-20 15:32:02 INFO Using em_http dispatcher
663
+
664
+ 2014-05-20 15:32:02 INFO Pinger started
665
+
666
+ 2014-05-20 15:32:02 DEBUG MONITOR
667
+
668
+ 2014-05-20 15:32:02 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
669
+
670
+ 2014-05-20 15:32:02 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
671
+
672
+ 2014-05-20 15:32:02 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
673
+
674
+ 2014-05-20 15:45:02 INFO URL Agent starting up...
675
+
676
+ 2014-05-20 15:45:02 INFO Log level is DEBUG
677
+
678
+ 2014-05-20 15:45:02 INFO Using em_http dispatcher
679
+
680
+ 2014-05-20 15:45:02 INFO Pinger started
681
+
682
+ 2014-05-20 15:45:02 DEBUG MONITOR
683
+
684
+ 2014-05-20 15:45:02 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
685
+
686
+ 2014-05-20 15:45:02 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
687
+
688
+ 2014-05-20 15:45:03 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
689
+
690
+ 2014-05-20 16:11:02 INFO URL Agent starting up...
691
+
692
+ 2014-05-20 16:11:02 INFO Log level is DEBUG
693
+
694
+ 2014-05-20 16:11:02 INFO Using em_http dispatcher
695
+
696
+ 2014-05-20 16:11:02 INFO Pinger started
697
+
698
+ 2014-05-20 16:11:02 DEBUG MONITOR
699
+
700
+ 2014-05-20 16:11:02 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
701
+
702
+ 2014-05-20 16:11:02 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
703
+
704
+ 2014-05-20 16:11:03 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
705
+
706
+ 2014-05-20 16:17:49 INFO URL Agent starting up...
707
+
708
+ 2014-05-20 16:17:49 INFO Log level is DEBUG
709
+
710
+ 2014-05-20 16:17:49 INFO Using em_http dispatcher
711
+
712
+ 2014-05-20 16:17:49 INFO Pinger started
713
+
714
+ 2014-05-20 16:17:49 DEBUG MONITOR
715
+
716
+ 2014-05-20 16:17:49 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
717
+
718
+ 2014-05-20 16:17:49 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
719
+
720
+ 2014-05-20 16:17:50 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
721
+
722
+ 2014-05-20 16:20:05 INFO URL Agent starting up...
723
+
724
+ 2014-05-20 16:20:05 INFO Log level is DEBUG
725
+
726
+ 2014-05-20 16:20:05 INFO Using em_http dispatcher
727
+
728
+ 2014-05-20 16:20:05 INFO Pinger started
729
+
730
+ 2014-05-20 16:20:05 DEBUG MONITOR
731
+
732
+ 2014-05-20 16:20:05 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
733
+
734
+ 2014-05-20 16:20:05 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
735
+
736
+ 2014-05-20 16:20:06 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
737
+
738
+ 2014-05-20 16:26:32 INFO URL Agent starting up...
739
+
740
+ 2014-05-20 16:26:32 INFO Log level is DEBUG
741
+
742
+ 2014-05-20 16:26:32 INFO Using em_http dispatcher
743
+
744
+ 2014-05-20 16:26:32 INFO Pinger started
745
+
746
+ 2014-05-20 16:26:32 DEBUG MONITOR
747
+
748
+ 2014-05-20 16:26:32 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
749
+
750
+ 2014-05-20 16:26:32 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
751
+
752
+ 2014-05-20 16:26:32 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
753
+
754
+ 2014-05-20 16:27:03 INFO URL Agent starting up...
755
+
756
+ 2014-05-20 16:27:03 INFO Log level is DEBUG
757
+
758
+ 2014-05-20 16:27:03 INFO Using em_http dispatcher
759
+
760
+ 2014-05-20 16:27:03 INFO Pinger started
761
+
762
+ 2014-05-20 16:27:03 DEBUG MONITOR
763
+
764
+ 2014-05-20 16:27:03 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
765
+
766
+ 2014-05-20 16:27:03 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
767
+
768
+ 2014-05-20 16:27:03 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
769
+
770
+ 2014-05-20 16:53:40 INFO URL Agent starting up...
771
+
772
+ 2014-05-20 16:53:40 INFO Log level is DEBUG
773
+
774
+ 2014-05-20 16:53:40 INFO Using em_http dispatcher
775
+
776
+ 2014-05-20 16:53:40 INFO Pinger started
777
+
778
+ 2014-05-20 16:53:40 DEBUG MONITOR
779
+
780
+ 2014-05-20 16:53:40 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
781
+
782
+ 2014-05-20 16:53:40 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
783
+
784
+ 2014-05-20 16:53:40 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
785
+
786
+ 2014-05-20 16:54:39 INFO URL Agent starting up...
787
+
788
+ 2014-05-20 16:54:39 INFO Log level is DEBUG
789
+
790
+ 2014-05-20 16:54:39 INFO Using em_http dispatcher
791
+
792
+ 2014-05-20 16:54:39 INFO Pinger started
793
+
794
+ 2014-05-20 16:54:39 DEBUG MONITOR
795
+
796
+ 2014-05-20 16:54:39 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
797
+
798
+ 2014-05-20 16:54:39 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
799
+
800
+ 2014-05-20 16:54:39 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
801
+
802
+ 2014-05-20 16:54:46 INFO URL Agent starting up...
803
+
804
+ 2014-05-20 16:54:46 INFO Log level is DEBUG
805
+
806
+ 2014-05-20 16:54:46 INFO Using em_http dispatcher
807
+
808
+ 2014-05-20 16:54:46 INFO Pinger started
809
+
810
+ 2014-05-20 16:54:46 DEBUG MONITOR
811
+
812
+ 2014-05-20 16:54:46 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
813
+
814
+ 2014-05-20 16:54:46 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
815
+
816
+ 2014-05-20 16:54:47 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
817
+
818
+ 2014-05-20 17:07:36 INFO URL Agent starting up...
819
+
820
+ 2014-05-20 17:07:36 INFO Log level is DEBUG
821
+
822
+ 2014-05-20 17:07:36 INFO Using em_http dispatcher
823
+
824
+ 2014-05-20 17:07:36 INFO Pinger started
825
+
826
+ 2014-05-20 17:07:36 DEBUG MONITOR
827
+
828
+ 2014-05-20 17:07:36 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
829
+
830
+ 2014-05-20 17:07:36 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
831
+
832
+ 2014-05-20 17:07:36 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
833
+
834
+ 2014-05-20 17:12:56 INFO URL Agent starting up...
835
+
836
+ 2014-05-20 17:12:56 INFO Log level is DEBUG
837
+
838
+ 2014-05-20 17:12:56 INFO Using em_http dispatcher
839
+
840
+ 2014-05-20 17:12:56 INFO Pinger started
841
+
842
+ 2014-05-20 17:12:56 DEBUG MONITOR
843
+
844
+ 2014-05-20 17:12:56 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
845
+
846
+ 2014-05-20 17:12:56 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
847
+
848
+ 2014-05-20 17:12:56 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
849
+
850
+ 2014-05-20 17:17:21 INFO URL Agent starting up...
851
+
852
+ 2014-05-20 17:17:21 INFO Log level is DEBUG
853
+
854
+ 2014-05-20 17:17:21 INFO Using em_http dispatcher
855
+
856
+ 2014-05-20 17:17:21 INFO Pinger started
857
+
858
+ 2014-05-20 17:17:21 DEBUG MONITOR
859
+
860
+ 2014-05-20 17:17:21 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
861
+
862
+ 2014-05-20 17:17:21 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
863
+
864
+ 2014-05-20 17:17:21 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
865
+
866
+ 2014-05-21 10:12:51 INFO URL Agent starting up...
867
+
868
+ 2014-05-21 10:12:51 INFO Log level is DEBUG
869
+
870
+ 2014-05-21 10:12:51 INFO Using em_http dispatcher
871
+
872
+ 2014-05-21 10:12:51 INFO Pinger started
873
+
874
+ 2014-05-21 10:12:51 DEBUG MONITOR
875
+
876
+ 2014-05-21 10:12:51 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
877
+
878
+ 2014-05-21 10:12:51 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
879
+
880
+ 2014-05-21 10:12:52 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
881
+
882
+ 2014-05-21 12:21:01 INFO URL Agent starting up...
883
+
884
+ 2014-05-21 12:21:01 INFO Log level is DEBUG
885
+
886
+ 2014-05-21 12:21:01 INFO Using em_http dispatcher
887
+
888
+ 2014-05-21 12:21:01 INFO Pinger started
889
+
890
+ 2014-05-21 12:21:01 DEBUG MONITOR
891
+
892
+ 2014-05-21 12:21:01 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
893
+
894
+ 2014-05-21 12:21:01 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
895
+
896
+ 2014-05-21 12:21:01 INFO URL Agent starting up...
897
+
898
+ 2014-05-21 12:21:01 INFO Log level is DEBUG
899
+
900
+ 2014-05-21 12:21:01 INFO Using em_http dispatcher
901
+
902
+ 2014-05-21 12:21:01 INFO Pinger started
903
+
904
+ 2014-05-21 12:21:01 DEBUG MONITOR
905
+
906
+ 2014-05-21 12:21:01 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
907
+
908
+ 2014-05-21 12:21:01 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
909
+
910
+ 2014-05-21 12:21:01 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
911
+
912
+ 2014-05-21 12:21:01 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
913
+
914
+ 2014-05-21 12:52:49 INFO URL Agent starting up...
915
+
916
+ 2014-05-21 12:52:49 INFO Log level is DEBUG
917
+
918
+ 2014-05-21 12:52:49 INFO Using em_http dispatcher
919
+
920
+ 2014-05-21 12:52:49 INFO Pinger started
921
+
922
+ 2014-05-21 12:52:49 DEBUG MONITOR
923
+
924
+ 2014-05-21 12:52:49 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
925
+
926
+ 2014-05-21 12:52:49 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
927
+
928
+ 2014-05-21 12:52:50 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
929
+
930
+ 2014-05-21 13:39:55 INFO URL Agent starting up...
931
+
932
+ 2014-05-21 13:39:55 INFO Log level is DEBUG
933
+
934
+ 2014-05-21 13:39:55 INFO Using em_http dispatcher
935
+
936
+ 2014-05-21 13:39:55 INFO Pinger started
937
+
938
+ 2014-05-21 13:39:55 DEBUG MONITOR
939
+
940
+ 2014-05-21 13:39:55 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
941
+
942
+ 2014-05-21 13:39:55 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
943
+
944
+ 2014-05-21 13:39:56 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
945
+
946
+ 2014-05-21 13:40:51 INFO URL Agent starting up...
947
+
948
+ 2014-05-21 13:40:51 INFO Log level is DEBUG
949
+
950
+ 2014-05-21 13:40:51 INFO Using em_http dispatcher
951
+
952
+ 2014-05-21 13:40:51 INFO Pinger started
953
+
954
+ 2014-05-21 13:40:51 DEBUG MONITOR
955
+
956
+ 2014-05-21 13:40:51 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
957
+
958
+ 2014-05-21 13:40:51 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
959
+
960
+ 2014-05-21 13:40:51 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
961
+
962
+ 2014-05-21 13:41:12 INFO URL Agent starting up...
963
+
964
+ 2014-05-21 13:41:12 INFO Log level is DEBUG
965
+
966
+ 2014-05-21 13:41:12 INFO Using em_http dispatcher
967
+
968
+ 2014-05-21 13:41:12 INFO Pinger started
969
+
970
+ 2014-05-21 13:41:12 DEBUG MONITOR
971
+
972
+ 2014-05-21 13:41:12 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
973
+
974
+ 2014-05-21 13:41:12 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
975
+
976
+ 2014-05-21 13:41:13 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
977
+
978
+ 2014-05-21 13:43:00 INFO URL Agent starting up...
979
+
980
+ 2014-05-21 13:43:00 INFO Log level is DEBUG
981
+
982
+ 2014-05-21 13:43:00 INFO Using em_http dispatcher
983
+
984
+ 2014-05-21 13:43:00 INFO Pinger started
985
+
986
+ 2014-05-21 13:43:00 DEBUG MONITOR
987
+
988
+ 2014-05-21 13:43:00 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
989
+
990
+ 2014-05-21 13:43:00 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
991
+
992
+ 2014-05-21 13:43:01 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
993
+
994
+ 2014-05-21 13:44:08 INFO URL Agent starting up...
995
+
996
+ 2014-05-21 13:44:08 INFO Log level is DEBUG
997
+
998
+ 2014-05-21 13:44:08 INFO Using em_http dispatcher
999
+
1000
+ 2014-05-21 13:44:08 INFO Pinger started
1001
+
1002
+ 2014-05-21 13:44:08 DEBUG MONITOR
1003
+
1004
+ 2014-05-21 13:44:08 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1005
+
1006
+ 2014-05-21 13:44:08 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1007
+
1008
+ 2014-05-21 13:44:09 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1009
+
1010
+ 2014-05-22 11:11:30 INFO URL Agent starting up...
1011
+
1012
+ 2014-05-22 11:11:30 INFO Log level is DEBUG
1013
+
1014
+ 2014-05-22 11:11:30 INFO Using em_http dispatcher
1015
+
1016
+ 2014-05-22 11:11:30 INFO Pinger started
1017
+
1018
+ 2014-05-22 11:11:30 DEBUG MONITOR
1019
+
1020
+ 2014-05-22 11:11:30 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1021
+
1022
+ 2014-05-22 11:11:30 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1023
+
1024
+ 2014-05-22 11:11:31 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1025
+
1026
+ 2014-05-22 14:10:32 INFO URL Agent starting up...
1027
+
1028
+ 2014-05-22 14:10:32 INFO Log level is DEBUG
1029
+
1030
+ 2014-05-22 14:10:32 INFO Using em_http dispatcher
1031
+
1032
+ 2014-05-22 14:10:32 INFO Pinger started
1033
+
1034
+ 2014-05-22 14:10:32 DEBUG MONITOR
1035
+
1036
+ 2014-05-22 14:10:32 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1037
+
1038
+ 2014-05-22 14:10:32 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1039
+
1040
+ 2014-05-22 14:10:32 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1041
+
1042
+ 2014-05-22 14:12:26 INFO URL Agent starting up...
1043
+
1044
+ 2014-05-22 14:12:26 INFO Log level is DEBUG
1045
+
1046
+ 2014-05-22 14:12:26 INFO Using em_http dispatcher
1047
+
1048
+ 2014-05-22 14:12:26 INFO Pinger started
1049
+
1050
+ 2014-05-22 14:12:26 DEBUG MONITOR
1051
+
1052
+ 2014-05-22 14:12:26 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1053
+
1054
+ 2014-05-22 14:12:26 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1055
+
1056
+ 2014-05-22 14:12:26 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1057
+
1058
+ 2014-05-22 14:14:46 INFO URL Agent starting up...
1059
+
1060
+ 2014-05-22 14:14:46 INFO Log level is DEBUG
1061
+
1062
+ 2014-05-22 14:14:46 INFO Using em_http dispatcher
1063
+
1064
+ 2014-05-22 14:14:46 INFO Pinger started
1065
+
1066
+ 2014-05-22 14:14:46 DEBUG MONITOR
1067
+
1068
+ 2014-05-22 14:14:46 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1069
+
1070
+ 2014-05-22 14:14:46 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1071
+
1072
+ 2014-05-22 14:14:47 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1073
+
1074
+ 2014-05-22 14:17:29 INFO URL Agent starting up...
1075
+
1076
+ 2014-05-22 14:17:29 INFO Log level is DEBUG
1077
+
1078
+ 2014-05-22 14:17:29 INFO Using em_http dispatcher
1079
+
1080
+ 2014-05-22 14:17:29 INFO Pinger started
1081
+
1082
+ 2014-05-22 14:17:29 DEBUG MONITOR
1083
+
1084
+ 2014-05-22 14:17:29 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1085
+
1086
+ 2014-05-22 14:17:29 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1087
+
1088
+ 2014-05-22 14:17:29 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1089
+
1090
+ 2014-05-22 14:22:37 INFO URL Agent starting up...
1091
+
1092
+ 2014-05-22 14:22:37 INFO Log level is DEBUG
1093
+
1094
+ 2014-05-22 14:22:37 INFO Using em_http dispatcher
1095
+
1096
+ 2014-05-22 14:22:37 INFO Pinger started
1097
+
1098
+ 2014-05-22 14:22:37 DEBUG MONITOR
1099
+
1100
+ 2014-05-22 14:22:37 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1101
+
1102
+ 2014-05-22 14:22:37 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1103
+
1104
+ 2014-05-22 14:22:38 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1105
+
1106
+ 2014-05-22 14:24:22 INFO URL Agent starting up...
1107
+
1108
+ 2014-05-22 14:24:22 INFO Log level is DEBUG
1109
+
1110
+ 2014-05-22 14:24:22 INFO Using em_http dispatcher
1111
+
1112
+ 2014-05-22 14:24:22 INFO Pinger started
1113
+
1114
+ 2014-05-22 14:24:22 DEBUG MONITOR
1115
+
1116
+ 2014-05-22 14:24:22 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1117
+
1118
+ 2014-05-22 14:24:22 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1119
+
1120
+ 2014-05-22 14:24:22 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1121
+
1122
+ 2014-05-22 14:25:28 INFO URL Agent starting up...
1123
+
1124
+ 2014-05-22 14:25:28 INFO Log level is DEBUG
1125
+
1126
+ 2014-05-22 14:25:28 INFO Using em_http dispatcher
1127
+
1128
+ 2014-05-22 14:25:28 INFO Pinger started
1129
+
1130
+ 2014-05-22 14:25:28 DEBUG MONITOR
1131
+
1132
+ 2014-05-22 14:25:28 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1133
+
1134
+ 2014-05-22 14:25:28 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1135
+
1136
+ 2014-05-22 14:25:28 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1137
+
1138
+ 2014-05-22 14:27:08 INFO URL Agent starting up...
1139
+
1140
+ 2014-05-22 14:27:08 INFO Log level is DEBUG
1141
+
1142
+ 2014-05-22 14:27:08 INFO Using em_http dispatcher
1143
+
1144
+ 2014-05-22 14:27:08 INFO Pinger started
1145
+
1146
+ 2014-05-22 14:27:08 DEBUG MONITOR
1147
+
1148
+ 2014-05-22 14:27:08 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1149
+
1150
+ 2014-05-22 14:27:08 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1151
+
1152
+ 2014-05-22 14:27:09 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1153
+
1154
+ 2014-05-22 14:27:18 INFO URL Agent starting up...
1155
+
1156
+ 2014-05-22 14:27:18 INFO Log level is DEBUG
1157
+
1158
+ 2014-05-22 14:27:18 INFO Using em_http dispatcher
1159
+
1160
+ 2014-05-22 14:27:18 INFO Pinger started
1161
+
1162
+ 2014-05-22 14:27:18 DEBUG MONITOR
1163
+
1164
+ 2014-05-22 14:27:18 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1165
+
1166
+ 2014-05-22 14:27:18 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1167
+
1168
+ 2014-05-22 14:27:18 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1169
+
1170
+ 2014-05-22 14:27:28 INFO URL Agent starting up...
1171
+
1172
+ 2014-05-22 14:27:28 INFO Log level is DEBUG
1173
+
1174
+ 2014-05-22 14:27:28 INFO Using em_http dispatcher
1175
+
1176
+ 2014-05-22 14:27:28 INFO Pinger started
1177
+
1178
+ 2014-05-22 14:27:28 DEBUG MONITOR
1179
+
1180
+ 2014-05-22 14:27:28 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1181
+
1182
+ 2014-05-22 14:27:28 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1183
+
1184
+ 2014-05-22 14:27:34 DEBUG CHECK log_cancellations:active http://google.com/?q=hello
1185
+
1186
+ 2014-05-22 14:27:34 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1187
+
1188
+ 2014-05-22 14:27:34 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1189
+
1190
+ 2014-05-22 14:27:34 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1191
+
1192
+ 2014-05-22 14:27:34 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1193
+
1194
+ 2014-05-22 14:27:34 DEBUG CHECK-RESPONSE log_cancellations:active http://google.com/?q=hello 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1195
+
1196
+ 2014-05-22 14:27:34 INFO ALIVE log_cancellations:active http://google.com/?q=hello
1197
+
1198
+ 2014-05-22 14:27:34 DEBUG CHECK log_cancellations:backup http://www.google.com/search?q=9745044399
1199
+
1200
+ 2014-05-22 14:27:34 DEBUG DISPATCH log_cancellations:backup http://www.google.com/search?q=9745044399 GET
1201
+
1202
+ 2014-05-22 14:27:34 DEBUG GET log_cancellations:backup http://www.google.com/search?q=9745044399 {}
1203
+
1204
+ 2014-05-22 14:27:34 DEBUG GET-RESPONSE log_cancellations:backup http://www.google.com/search?q=9745044399 {:redirects=>0, :followed=>0} 14872 "<!doctype html><html itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"><head><meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"><meta content=\"/images/google_favic
1205
+
1206
+ 2014-05-22 14:27:34 DEBUG CHECK-RESPONSE log_cancellations:backup http://www.google.com/search?q=9745044399 14872 "<!doctype html><html itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"><head><meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"><meta content=\"/images/google_favic
1207
+
1208
+ 2014-05-22 14:27:34 INFO ALIVE log_cancellations:backup http://www.google.com/search?q=9745044399
1209
+
1210
+ 2014-05-22 14:28:37 INFO URL Agent starting up...
1211
+
1212
+ 2014-05-22 14:28:37 INFO Log level is DEBUG
1213
+
1214
+ 2014-05-22 14:28:37 INFO Using em_http dispatcher
1215
+
1216
+ 2014-05-22 14:28:37 INFO Pinger started
1217
+
1218
+ 2014-05-22 14:28:37 DEBUG MONITOR
1219
+
1220
+ 2014-05-22 14:28:37 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1221
+
1222
+ 2014-05-22 14:28:37 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1223
+
1224
+ 2014-05-22 14:28:37 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1225
+
1226
+ 2014-05-23 11:38:43 INFO URL Agent starting up...
1227
+
1228
+ 2014-05-23 11:38:43 INFO Log level is DEBUG
1229
+
1230
+ 2014-05-23 11:38:43 INFO Using em_http dispatcher
1231
+
1232
+ 2014-05-23 11:38:43 INFO Pinger started
1233
+
1234
+ 2014-05-23 11:38:43 DEBUG MONITOR
1235
+
1236
+ 2014-05-23 11:38:43 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1237
+
1238
+ 2014-05-23 11:38:43 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1239
+
1240
+ 2014-05-23 11:38:45 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1241
+
1242
+ 2014-05-23 11:54:10 INFO URL Agent starting up...
1243
+
1244
+ 2014-05-23 11:54:10 INFO Log level is DEBUG
1245
+
1246
+ 2014-05-23 11:54:10 INFO Using em_http dispatcher
1247
+
1248
+ 2014-05-23 11:54:10 INFO Pinger started
1249
+
1250
+ 2014-05-23 11:54:10 DEBUG MONITOR
1251
+
1252
+ 2014-05-23 11:54:10 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1253
+
1254
+ 2014-05-23 11:54:10 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1255
+
1256
+ 2014-05-23 11:54:12 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1257
+
1258
+ 2014-05-23 12:28:51 INFO URL Agent starting up...
1259
+
1260
+ 2014-05-23 12:28:51 INFO Log level is DEBUG
1261
+
1262
+ 2014-05-23 12:28:51 INFO Using em_http dispatcher
1263
+
1264
+ 2014-05-23 12:28:51 INFO Pinger started
1265
+
1266
+ 2014-05-23 12:28:51 DEBUG MONITOR
1267
+
1268
+ 2014-05-23 12:28:51 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1269
+
1270
+ 2014-05-23 12:28:51 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1271
+
1272
+ 2014-05-23 12:28:51 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1273
+
1274
+ 2014-05-23 12:30:28 INFO URL Agent starting up...
1275
+
1276
+ 2014-05-23 12:30:28 INFO Log level is DEBUG
1277
+
1278
+ 2014-05-23 12:30:28 INFO Using em_http dispatcher
1279
+
1280
+ 2014-05-23 12:30:28 INFO Pinger started
1281
+
1282
+ 2014-05-23 12:30:28 DEBUG MONITOR
1283
+
1284
+ 2014-05-23 12:30:28 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1285
+
1286
+ 2014-05-23 12:30:28 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1287
+
1288
+ 2014-05-23 12:30:29 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1289
+
1290
+ 2014-05-23 12:41:43 INFO URL Agent starting up...
1291
+
1292
+ 2014-05-23 12:41:43 INFO Log level is DEBUG
1293
+
1294
+ 2014-05-23 12:41:43 INFO Using em_http dispatcher
1295
+
1296
+ 2014-05-23 12:41:43 INFO Pinger started
1297
+
1298
+ 2014-05-23 12:41:43 DEBUG MONITOR
1299
+
1300
+ 2014-05-23 12:41:43 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1301
+
1302
+ 2014-05-23 12:41:43 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1303
+
1304
+ 2014-05-23 12:41:44 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1305
+
1306
+ 2014-05-23 12:42:19 INFO URL Agent starting up...
1307
+
1308
+ 2014-05-23 12:42:19 INFO Log level is DEBUG
1309
+
1310
+ 2014-05-23 12:42:19 INFO Using em_http dispatcher
1311
+
1312
+ 2014-05-23 12:42:19 INFO Pinger started
1313
+
1314
+ 2014-05-23 12:42:19 DEBUG MONITOR
1315
+
1316
+ 2014-05-23 12:42:19 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1317
+
1318
+ 2014-05-23 12:42:19 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1319
+
1320
+ 2014-05-23 12:42:21 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1321
+
1322
+ 2014-05-23 12:50:28 INFO URL Agent starting up...
1323
+
1324
+ 2014-05-23 12:50:28 INFO Log level is DEBUG
1325
+
1326
+ 2014-05-23 12:50:28 INFO Using em_http dispatcher
1327
+
1328
+ 2014-05-23 12:50:28 INFO Pinger started
1329
+
1330
+ 2014-05-23 12:50:28 DEBUG MONITOR
1331
+
1332
+ 2014-05-23 12:50:28 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1333
+
1334
+ 2014-05-23 12:50:28 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1335
+
1336
+ 2014-05-23 12:50:29 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1337
+
1338
+ 2014-05-23 15:03:26 INFO URL Agent starting up...
1339
+
1340
+ 2014-05-23 15:03:26 INFO Log level is DEBUG
1341
+
1342
+ 2014-05-23 15:03:26 INFO Using em_http dispatcher
1343
+
1344
+ 2014-05-23 15:03:26 INFO Pinger started
1345
+
1346
+ 2014-05-23 15:03:26 DEBUG MONITOR
1347
+
1348
+ 2014-05-23 15:03:26 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1349
+
1350
+ 2014-05-23 15:03:26 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1351
+
1352
+ 2014-05-23 15:03:27 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1353
+
1354
+ 2014-05-23 15:03:57 INFO URL Agent starting up...
1355
+
1356
+ 2014-05-23 15:03:57 INFO Log level is DEBUG
1357
+
1358
+ 2014-05-23 15:03:57 INFO Using em_http dispatcher
1359
+
1360
+ 2014-05-23 15:03:57 INFO Pinger started
1361
+
1362
+ 2014-05-23 15:03:57 DEBUG MONITOR
1363
+
1364
+ 2014-05-23 15:03:57 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1365
+
1366
+ 2014-05-23 15:03:57 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1367
+
1368
+ 2014-05-23 15:03:58 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1369
+
1370
+ 2014-05-23 15:35:32 INFO URL Agent starting up...
1371
+
1372
+ 2014-05-23 15:35:32 INFO Log level is DEBUG
1373
+
1374
+ 2014-05-23 15:35:32 INFO Using em_http dispatcher
1375
+
1376
+ 2014-05-23 15:35:32 INFO Pinger started
1377
+
1378
+ 2014-05-23 15:35:32 DEBUG MONITOR
1379
+
1380
+ 2014-05-23 15:35:32 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1381
+
1382
+ 2014-05-23 15:35:32 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1383
+
1384
+ 2014-05-23 15:35:33 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1385
+
1386
+ 2014-05-23 15:42:26 INFO URL Agent starting up...
1387
+
1388
+ 2014-05-23 15:42:26 INFO Log level is DEBUG
1389
+
1390
+ 2014-05-23 15:42:26 INFO Using em_http dispatcher
1391
+
1392
+ 2014-05-23 15:42:26 INFO Pinger started
1393
+
1394
+ 2014-05-23 15:42:26 DEBUG MONITOR
1395
+
1396
+ 2014-05-23 15:42:26 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1397
+
1398
+ 2014-05-23 15:42:26 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1399
+
1400
+ 2014-05-23 15:42:26 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1401
+
1402
+ 2014-05-26 11:19:19 INFO URL Agent starting up...
1403
+
1404
+ 2014-05-26 11:19:19 INFO Log level is DEBUG
1405
+
1406
+ 2014-05-26 11:19:19 INFO Using em_http dispatcher
1407
+
1408
+ 2014-05-26 11:19:19 INFO Pinger started
1409
+
1410
+ 2014-05-26 11:19:19 DEBUG MONITOR
1411
+
1412
+ 2014-05-26 11:19:19 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1413
+
1414
+ 2014-05-26 11:19:19 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1415
+
1416
+ 2014-05-26 11:19:19 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1417
+
1418
+ 2014-05-26 11:36:36 INFO URL Agent starting up...
1419
+
1420
+ 2014-05-26 11:36:36 INFO Log level is DEBUG
1421
+
1422
+ 2014-05-26 11:36:36 INFO Using em_http dispatcher
1423
+
1424
+ 2014-05-26 11:36:36 INFO Pinger started
1425
+
1426
+ 2014-05-26 11:36:36 DEBUG MONITOR
1427
+
1428
+ 2014-05-26 11:36:36 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1429
+
1430
+ 2014-05-26 11:36:36 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1431
+
1432
+ 2014-05-26 11:36:41 DEBUG CHECK log_cancellations:active http://google.com/?q=hello
1433
+
1434
+ 2014-05-26 11:36:41 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1435
+
1436
+ 2014-05-26 11:36:41 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1437
+
1438
+ 2014-05-26 11:36:42 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1439
+
1440
+ 2014-05-26 11:36:42 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1441
+
1442
+ 2014-05-26 11:36:42 DEBUG CHECK-RESPONSE log_cancellations:active http://google.com/?q=hello 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1443
+
1444
+ 2014-05-26 11:36:42 INFO ALIVE log_cancellations:active http://google.com/?q=hello
1445
+
1446
+ 2014-05-26 11:36:42 DEBUG CHECK log_cancellations:backup http://www.google.com/search?q=9745044399
1447
+
1448
+ 2014-05-26 11:36:42 DEBUG DISPATCH log_cancellations:backup http://www.google.com/search?q=9745044399 GET
1449
+
1450
+ 2014-05-26 11:36:42 DEBUG GET log_cancellations:backup http://www.google.com/search?q=9745044399 {}
1451
+
1452
+ 2014-05-26 11:36:42 DEBUG GET-RESPONSE log_cancellations:backup http://www.google.com/search?q=9745044399 {:redirects=>0, :followed=>0} 2052 "<!doctype html><html itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"><head><meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"><meta content=\"/images/google_favic
1453
+
1454
+ 2014-05-26 11:36:42 DEBUG CHECK-RESPONSE log_cancellations:backup http://www.google.com/search?q=9745044399 2052 "<!doctype html><html itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"><head><meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"><meta content=\"/images/google_favic
1455
+
1456
+ 2014-05-26 11:36:42 INFO ALIVE log_cancellations:backup http://www.google.com/search?q=9745044399
1457
+
1458
+ 2014-05-26 11:36:54 INFO URL Agent starting up...
1459
+
1460
+ 2014-05-26 11:36:54 INFO Log level is DEBUG
1461
+
1462
+ 2014-05-26 11:36:54 INFO Using em_http dispatcher
1463
+
1464
+ 2014-05-26 11:36:54 INFO Pinger started
1465
+
1466
+ 2014-05-26 11:36:54 DEBUG MONITOR
1467
+
1468
+ 2014-05-26 11:36:54 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1469
+
1470
+ 2014-05-26 11:36:54 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1471
+
1472
+ 2014-05-26 11:36:55 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1473
+
1474
+ 2014-05-27 13:38:49 INFO URL Agent starting up...
1475
+
1476
+ 2014-05-27 13:38:49 INFO Log level is DEBUG
1477
+
1478
+ 2014-05-27 13:38:49 INFO Using em_http dispatcher
1479
+
1480
+ 2014-05-27 13:38:49 INFO Pinger started
1481
+
1482
+ 2014-05-27 13:38:49 DEBUG MONITOR
1483
+
1484
+ 2014-05-27 13:38:49 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1485
+
1486
+ 2014-05-27 13:38:49 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1487
+
1488
+ 2014-05-27 13:38:50 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1489
+
1490
+ 2014-05-28 10:29:49 INFO URL Agent starting up...
1491
+
1492
+ 2014-05-28 10:29:49 INFO Log level is DEBUG
1493
+
1494
+ 2014-05-28 10:29:49 INFO Using em_http dispatcher
1495
+
1496
+ 2014-05-28 10:29:49 INFO Pinger started
1497
+
1498
+ 2014-05-28 10:29:49 DEBUG MONITOR
1499
+
1500
+ 2014-05-28 10:29:49 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1501
+
1502
+ 2014-05-28 10:29:49 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1503
+
1504
+ 2014-05-28 10:29:49 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1505
+
1506
+ 2014-05-28 14:52:25 INFO URL Agent starting up...
1507
+
1508
+ 2014-05-28 14:52:25 INFO Log level is DEBUG
1509
+
1510
+ 2014-05-28 14:52:25 INFO Using em_http dispatcher
1511
+
1512
+ 2014-05-28 14:52:25 INFO Pinger started
1513
+
1514
+ 2014-05-28 14:52:25 DEBUG MONITOR
1515
+
1516
+ 2014-05-28 14:52:25 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1517
+
1518
+ 2014-05-28 14:52:25 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1519
+
1520
+ 2014-05-28 14:52:25 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1521
+
1522
+ 2014-05-29 11:30:35 INFO URL Agent starting up...
1523
+
1524
+ 2014-05-29 11:30:35 INFO Log level is DEBUG
1525
+
1526
+ 2014-05-29 11:30:35 INFO Using em_http dispatcher
1527
+
1528
+ 2014-05-29 11:30:35 INFO Pinger started
1529
+
1530
+ 2014-05-29 11:30:35 DEBUG MONITOR
1531
+
1532
+ 2014-05-29 11:30:35 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1533
+
1534
+ 2014-05-29 11:30:35 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1535
+
1536
+ 2014-05-29 11:30:35 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1537
+
1538
+ 2014-05-30 11:27:35 INFO URL Agent starting up...
1539
+
1540
+ 2014-05-30 11:27:35 INFO Log level is DEBUG
1541
+
1542
+ 2014-05-30 11:27:35 INFO Using em_http dispatcher
1543
+
1544
+ 2014-05-30 11:27:35 INFO Pinger started
1545
+
1546
+ 2014-05-30 11:27:35 DEBUG MONITOR
1547
+
1548
+ 2014-05-30 11:27:35 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1549
+
1550
+ 2014-05-30 11:27:35 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1551
+
1552
+ 2014-05-30 11:27:36 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1553
+
1554
+ 2014-06-02 12:31:58 INFO URL Agent starting up...
1555
+
1556
+ 2014-06-02 12:31:58 INFO Log level is DEBUG
1557
+
1558
+ 2014-06-02 12:31:58 INFO Using em_http dispatcher
1559
+
1560
+ 2014-06-02 12:31:58 INFO Pinger started
1561
+
1562
+ 2014-06-02 12:31:58 DEBUG MONITOR
1563
+
1564
+ 2014-06-02 12:31:58 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1565
+
1566
+ 2014-06-02 12:31:58 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1567
+
1568
+ 2014-06-02 12:31:58 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1569
+
1570
+ 2014-06-02 13:09:22 INFO URL Agent starting up...
1571
+
1572
+ 2014-06-02 13:09:22 INFO Log level is DEBUG
1573
+
1574
+ 2014-06-02 13:09:22 INFO Using em_http dispatcher
1575
+
1576
+ 2014-06-02 13:09:22 INFO Pinger started
1577
+
1578
+ 2014-06-02 13:09:22 DEBUG MONITOR
1579
+
1580
+ 2014-06-02 13:09:22 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1581
+
1582
+ 2014-06-02 13:09:22 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1583
+
1584
+ 2014-06-02 13:09:22 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1585
+
1586
+ 2014-06-02 16:11:17 INFO URL Agent starting up...
1587
+
1588
+ 2014-06-02 16:11:17 INFO Log level is DEBUG
1589
+
1590
+ 2014-06-02 16:11:17 INFO Using em_http dispatcher
1591
+
1592
+ 2014-06-02 16:11:17 INFO Pinger started
1593
+
1594
+ 2014-06-02 16:11:17 DEBUG MONITOR
1595
+
1596
+ 2014-06-02 16:11:17 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1597
+
1598
+ 2014-06-02 16:11:17 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1599
+
1600
+ 2014-06-02 16:11:18 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1601
+
1602
+ 2014-06-02 16:13:08 INFO URL Agent starting up...
1603
+
1604
+ 2014-06-02 16:13:08 INFO Log level is DEBUG
1605
+
1606
+ 2014-06-02 16:13:08 INFO Using em_http dispatcher
1607
+
1608
+ 2014-06-02 16:13:08 INFO Pinger started
1609
+
1610
+ 2014-06-02 16:13:08 DEBUG MONITOR
1611
+
1612
+ 2014-06-02 16:13:08 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1613
+
1614
+ 2014-06-02 16:13:08 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1615
+
1616
+ 2014-06-02 16:13:09 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1617
+
1618
+ 2014-06-02 16:13:53 INFO URL Agent starting up...
1619
+
1620
+ 2014-06-02 16:13:53 INFO Log level is DEBUG
1621
+
1622
+ 2014-06-02 16:13:53 INFO Using em_http dispatcher
1623
+
1624
+ 2014-06-02 16:13:53 INFO Pinger started
1625
+
1626
+ 2014-06-02 16:13:53 DEBUG MONITOR
1627
+
1628
+ 2014-06-02 16:13:53 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1629
+
1630
+ 2014-06-02 16:13:53 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1631
+
1632
+ 2014-06-02 16:13:53 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1633
+
1634
+ 2014-06-02 16:18:26 INFO URL Agent starting up...
1635
+
1636
+ 2014-06-02 16:18:26 INFO Log level is DEBUG
1637
+
1638
+ 2014-06-02 16:18:26 INFO Using em_http dispatcher
1639
+
1640
+ 2014-06-02 16:18:26 INFO Pinger started
1641
+
1642
+ 2014-06-02 16:18:26 DEBUG MONITOR
1643
+
1644
+ 2014-06-02 16:18:26 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1645
+
1646
+ 2014-06-02 16:18:26 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1647
+
1648
+ 2014-06-02 16:18:27 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1649
+
1650
+ 2014-06-02 16:20:23 INFO URL Agent starting up...
1651
+
1652
+ 2014-06-02 16:20:23 INFO Log level is DEBUG
1653
+
1654
+ 2014-06-02 16:20:23 INFO Using em_http dispatcher
1655
+
1656
+ 2014-06-02 16:20:23 INFO Pinger started
1657
+
1658
+ 2014-06-02 16:20:23 DEBUG MONITOR
1659
+
1660
+ 2014-06-02 16:20:23 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1661
+
1662
+ 2014-06-02 16:20:23 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1663
+
1664
+ 2014-06-02 16:20:28 DEBUG CHECK log_cancellations:active http://google.com/?q=hello
1665
+
1666
+ 2014-06-02 16:20:28 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1667
+
1668
+ 2014-06-02 16:20:28 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1669
+
1670
+ 2014-06-02 16:20:28 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1671
+
1672
+ 2014-06-02 16:20:28 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1673
+
1674
+ 2014-06-02 16:20:28 DEBUG CHECK-RESPONSE log_cancellations:active http://google.com/?q=hello 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1675
+
1676
+ 2014-06-02 16:20:28 INFO ALIVE log_cancellations:active http://google.com/?q=hello
1677
+
1678
+ 2014-06-02 16:20:28 DEBUG CHECK log_cancellations:backup http://www.google.com/search?q=9745044399
1679
+
1680
+ 2014-06-02 16:20:28 DEBUG DISPATCH log_cancellations:backup http://www.google.com/search?q=9745044399 GET
1681
+
1682
+ 2014-06-02 16:20:28 DEBUG GET log_cancellations:backup http://www.google.com/search?q=9745044399 {}
1683
+
1684
+ 2014-06-02 16:20:29 ERROR GET log_cancellations:backup http://www.google.com/search?q=9745044399 {:redirects=>0, :followed=>0} Timeout Exception
1685
+
1686
+ 2014-06-02 16:20:29 WARN DEAD log_cancellations:backup http://www.google.com/search?q=9745044399 Timeout Exception
1687
+
1688
+ 2014-06-02 16:37:06 INFO URL Agent starting up...
1689
+
1690
+ 2014-06-02 16:37:06 INFO Log level is DEBUG
1691
+
1692
+ 2014-06-02 16:37:06 INFO Using em_http dispatcher
1693
+
1694
+ 2014-06-02 16:37:06 INFO Pinger started
1695
+
1696
+ 2014-06-02 16:37:06 DEBUG MONITOR
1697
+
1698
+ 2014-06-02 16:37:06 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1699
+
1700
+ 2014-06-02 16:37:06 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1701
+
1702
+ 2014-06-02 16:37:06 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1703
+
1704
+ 2014-06-02 16:37:29 INFO URL Agent starting up...
1705
+
1706
+ 2014-06-02 16:37:29 INFO Log level is DEBUG
1707
+
1708
+ 2014-06-02 16:37:29 INFO Using em_http dispatcher
1709
+
1710
+ 2014-06-02 16:37:29 INFO Pinger started
1711
+
1712
+ 2014-06-02 16:37:29 DEBUG MONITOR
1713
+
1714
+ 2014-06-02 16:37:29 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1715
+
1716
+ 2014-06-02 16:37:29 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1717
+
1718
+ 2014-06-02 16:37:30 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1719
+
1720
+ 2014-06-02 16:41:29 INFO URL Agent starting up...
1721
+
1722
+ 2014-06-02 16:41:29 INFO Log level is DEBUG
1723
+
1724
+ 2014-06-02 16:41:29 INFO Using em_http dispatcher
1725
+
1726
+ 2014-06-02 16:41:29 INFO Pinger started
1727
+
1728
+ 2014-06-02 16:41:29 DEBUG MONITOR
1729
+
1730
+ 2014-06-02 16:41:29 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1731
+
1732
+ 2014-06-02 16:41:29 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1733
+
1734
+ 2014-06-02 16:41:30 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1735
+
1736
+ 2014-06-03 10:06:45 INFO URL Agent starting up...
1737
+
1738
+ 2014-06-03 10:06:45 INFO Log level is DEBUG
1739
+
1740
+ 2014-06-03 10:06:45 INFO Using em_http dispatcher
1741
+
1742
+ 2014-06-03 10:06:45 INFO Pinger started
1743
+
1744
+ 2014-06-03 10:06:45 DEBUG MONITOR
1745
+
1746
+ 2014-06-03 10:06:45 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1747
+
1748
+ 2014-06-03 10:06:45 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1749
+
1750
+ 2014-06-03 10:06:46 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1751
+
1752
+ 2014-06-03 10:12:23 INFO URL Agent starting up...
1753
+
1754
+ 2014-06-03 10:12:23 INFO Log level is DEBUG
1755
+
1756
+ 2014-06-03 10:12:23 INFO Using em_http dispatcher
1757
+
1758
+ 2014-06-03 10:12:23 INFO Pinger started
1759
+
1760
+ 2014-06-03 10:12:23 DEBUG MONITOR
1761
+
1762
+ 2014-06-03 10:12:23 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1763
+
1764
+ 2014-06-03 10:12:23 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1765
+
1766
+ 2014-06-03 10:12:23 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1767
+
1768
+ 2014-06-03 10:13:56 INFO URL Agent starting up...
1769
+
1770
+ 2014-06-03 10:13:56 INFO Log level is DEBUG
1771
+
1772
+ 2014-06-03 10:13:56 INFO Using em_http dispatcher
1773
+
1774
+ 2014-06-03 10:13:56 INFO Pinger started
1775
+
1776
+ 2014-06-03 10:13:56 DEBUG MONITOR
1777
+
1778
+ 2014-06-03 10:13:56 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1779
+
1780
+ 2014-06-03 10:13:56 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1781
+
1782
+ 2014-06-03 10:13:56 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1783
+
1784
+ 2014-06-03 10:14:43 INFO URL Agent starting up...
1785
+
1786
+ 2014-06-03 10:14:43 INFO Log level is DEBUG
1787
+
1788
+ 2014-06-03 10:14:43 INFO Using em_http dispatcher
1789
+
1790
+ 2014-06-03 10:14:43 INFO Pinger started
1791
+
1792
+ 2014-06-03 10:14:43 DEBUG MONITOR
1793
+
1794
+ 2014-06-03 10:14:43 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1795
+
1796
+ 2014-06-03 10:14:43 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1797
+
1798
+ 2014-06-03 10:14:44 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1799
+
1800
+ 2014-06-03 11:23:22 INFO URL Agent starting up...
1801
+
1802
+ 2014-06-03 11:23:22 INFO Log level is DEBUG
1803
+
1804
+ 2014-06-03 11:23:22 INFO Using em_http dispatcher
1805
+
1806
+ 2014-06-03 11:23:22 INFO Pinger started
1807
+
1808
+ 2014-06-03 11:23:22 DEBUG MONITOR
1809
+
1810
+ 2014-06-03 11:23:22 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1811
+
1812
+ 2014-06-03 11:23:22 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1813
+
1814
+ 2014-06-03 11:23:22 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1815
+
1816
+ 2014-06-03 11:38:57 INFO URL Agent starting up...
1817
+
1818
+ 2014-06-03 11:38:57 INFO Log level is DEBUG
1819
+
1820
+ 2014-06-03 11:38:57 INFO Using em_http dispatcher
1821
+
1822
+ 2014-06-03 11:38:57 INFO Pinger started
1823
+
1824
+ 2014-06-03 11:38:57 DEBUG MONITOR
1825
+
1826
+ 2014-06-03 11:38:57 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1827
+
1828
+ 2014-06-03 11:38:57 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1829
+
1830
+ 2014-06-03 11:38:57 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1831
+
1832
+ 2014-06-03 12:30:30 INFO URL Agent starting up...
1833
+
1834
+ 2014-06-03 12:30:30 INFO Log level is DEBUG
1835
+
1836
+ 2014-06-03 12:30:30 INFO Using em_http dispatcher
1837
+
1838
+ 2014-06-03 12:30:30 INFO Pinger started
1839
+
1840
+ 2014-06-03 12:30:30 DEBUG MONITOR
1841
+
1842
+ 2014-06-03 12:30:30 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1843
+
1844
+ 2014-06-03 12:30:30 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1845
+
1846
+ 2014-06-03 12:30:30 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1847
+
1848
+ 2014-06-03 12:33:26 INFO URL Agent starting up...
1849
+
1850
+ 2014-06-03 12:33:26 INFO Log level is DEBUG
1851
+
1852
+ 2014-06-03 12:33:26 INFO Using em_http dispatcher
1853
+
1854
+ 2014-06-03 12:33:26 INFO Pinger started
1855
+
1856
+ 2014-06-03 12:33:26 DEBUG MONITOR
1857
+
1858
+ 2014-06-03 12:33:26 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1859
+
1860
+ 2014-06-03 12:33:26 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1861
+
1862
+ 2014-06-03 12:33:28 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1863
+
1864
+ 2014-06-03 12:36:59 INFO URL Agent starting up...
1865
+
1866
+ 2014-06-03 12:36:59 INFO Log level is DEBUG
1867
+
1868
+ 2014-06-03 12:36:59 INFO Using em_http dispatcher
1869
+
1870
+ 2014-06-03 12:36:59 INFO Pinger started
1871
+
1872
+ 2014-06-03 12:36:59 DEBUG MONITOR
1873
+
1874
+ 2014-06-03 12:36:59 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1875
+
1876
+ 2014-06-03 12:36:59 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1877
+
1878
+ 2014-06-03 12:36:59 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1879
+
1880
+ 2014-06-03 12:41:58 INFO URL Agent starting up...
1881
+
1882
+ 2014-06-03 12:41:58 INFO Log level is DEBUG
1883
+
1884
+ 2014-06-03 12:41:58 INFO Using em_http dispatcher
1885
+
1886
+ 2014-06-03 12:41:58 INFO Pinger started
1887
+
1888
+ 2014-06-03 12:41:58 DEBUG MONITOR
1889
+
1890
+ 2014-06-03 12:41:58 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1891
+
1892
+ 2014-06-03 12:41:58 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1893
+
1894
+ 2014-06-03 12:41:59 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1895
+
1896
+ 2014-06-03 13:05:07 INFO URL Agent starting up...
1897
+
1898
+ 2014-06-03 13:05:07 INFO Log level is DEBUG
1899
+
1900
+ 2014-06-03 13:05:07 INFO Using em_http dispatcher
1901
+
1902
+ 2014-06-03 13:05:07 INFO Pinger started
1903
+
1904
+ 2014-06-03 13:05:07 DEBUG MONITOR
1905
+
1906
+ 2014-06-03 13:05:07 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1907
+
1908
+ 2014-06-03 13:05:07 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1909
+
1910
+ 2014-06-03 13:05:08 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1911
+
1912
+ 2014-06-03 13:44:18 INFO URL Agent starting up...
1913
+
1914
+ 2014-06-03 13:44:18 INFO Log level is DEBUG
1915
+
1916
+ 2014-06-03 13:44:18 INFO Using em_http dispatcher
1917
+
1918
+ 2014-06-03 13:44:18 INFO Pinger started
1919
+
1920
+ 2014-06-03 13:44:18 DEBUG MONITOR
1921
+
1922
+ 2014-06-03 13:44:18 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1923
+
1924
+ 2014-06-03 13:44:18 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1925
+
1926
+ 2014-06-03 13:44:18 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1927
+
1928
+ 2014-06-03 13:51:47 INFO URL Agent starting up...
1929
+
1930
+ 2014-06-03 13:51:47 INFO Log level is DEBUG
1931
+
1932
+ 2014-06-03 13:51:47 INFO Using em_http dispatcher
1933
+
1934
+ 2014-06-03 13:51:47 INFO Pinger started
1935
+
1936
+ 2014-06-03 13:51:47 DEBUG MONITOR
1937
+
1938
+ 2014-06-03 13:51:47 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1939
+
1940
+ 2014-06-03 13:51:47 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1941
+
1942
+ 2014-06-03 13:51:48 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1943
+
1944
+ 2014-06-03 13:54:25 INFO URL Agent starting up...
1945
+
1946
+ 2014-06-03 13:54:25 INFO Log level is DEBUG
1947
+
1948
+ 2014-06-03 13:54:25 INFO Using em_http dispatcher
1949
+
1950
+ 2014-06-03 13:54:25 INFO Pinger started
1951
+
1952
+ 2014-06-03 13:54:25 DEBUG MONITOR
1953
+
1954
+ 2014-06-03 13:54:25 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1955
+
1956
+ 2014-06-03 13:54:25 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1957
+
1958
+ 2014-06-03 13:54:25 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1959
+
1960
+ 2014-06-03 14:05:58 INFO URL Agent starting up...
1961
+
1962
+ 2014-06-03 14:05:58 INFO Log level is DEBUG
1963
+
1964
+ 2014-06-03 14:05:58 INFO Using em_http dispatcher
1965
+
1966
+ 2014-06-03 14:05:58 INFO Pinger started
1967
+
1968
+ 2014-06-03 14:05:58 DEBUG MONITOR
1969
+
1970
+ 2014-06-03 14:05:58 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1971
+
1972
+ 2014-06-03 14:05:58 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1973
+
1974
+ 2014-06-03 14:05:58 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1975
+
1976
+ 2014-06-03 14:10:19 INFO URL Agent starting up...
1977
+
1978
+ 2014-06-03 14:10:19 INFO Log level is DEBUG
1979
+
1980
+ 2014-06-03 14:10:19 INFO Using em_http dispatcher
1981
+
1982
+ 2014-06-03 14:10:19 INFO Pinger started
1983
+
1984
+ 2014-06-03 14:10:19 DEBUG MONITOR
1985
+
1986
+ 2014-06-03 14:10:19 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
1987
+
1988
+ 2014-06-03 14:10:19 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
1989
+
1990
+ 2014-06-03 14:10:19 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
1991
+
1992
+ 2014-06-03 14:14:09 INFO URL Agent starting up...
1993
+
1994
+ 2014-06-03 14:14:09 INFO Log level is DEBUG
1995
+
1996
+ 2014-06-03 14:14:09 INFO Using em_http dispatcher
1997
+
1998
+ 2014-06-03 14:14:09 INFO Pinger started
1999
+
2000
+ 2014-06-03 14:14:09 DEBUG MONITOR
2001
+
2002
+ 2014-06-03 14:14:09 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2003
+
2004
+ 2014-06-03 14:14:09 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2005
+
2006
+ 2014-06-03 14:14:09 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2007
+
2008
+ 2014-06-03 15:47:50 INFO URL Agent starting up...
2009
+
2010
+ 2014-06-03 15:47:50 INFO Log level is DEBUG
2011
+
2012
+ 2014-06-03 15:47:50 INFO Using em_http dispatcher
2013
+
2014
+ 2014-06-03 15:47:50 INFO Pinger started
2015
+
2016
+ 2014-06-03 15:47:50 DEBUG MONITOR
2017
+
2018
+ 2014-06-03 15:47:50 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2019
+
2020
+ 2014-06-03 15:47:50 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2021
+
2022
+ 2014-06-03 15:47:51 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2023
+
2024
+ 2014-06-03 16:37:33 INFO URL Agent starting up...
2025
+
2026
+ 2014-06-03 16:37:33 INFO Log level is DEBUG
2027
+
2028
+ 2014-06-03 16:37:33 INFO Using em_http dispatcher
2029
+
2030
+ 2014-06-03 16:37:33 INFO Pinger started
2031
+
2032
+ 2014-06-03 16:37:33 DEBUG MONITOR
2033
+
2034
+ 2014-06-03 16:37:33 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2035
+
2036
+ 2014-06-03 16:37:33 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2037
+
2038
+ 2014-06-03 16:37:33 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2039
+
2040
+ 2014-06-03 16:46:18 INFO URL Agent starting up...
2041
+
2042
+ 2014-06-03 16:46:18 INFO Log level is DEBUG
2043
+
2044
+ 2014-06-03 16:46:18 INFO Using em_http dispatcher
2045
+
2046
+ 2014-06-03 16:46:18 INFO Pinger started
2047
+
2048
+ 2014-06-03 16:46:18 DEBUG MONITOR
2049
+
2050
+ 2014-06-03 16:46:18 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2051
+
2052
+ 2014-06-03 16:46:18 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2053
+
2054
+ 2014-06-03 16:46:18 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2055
+
2056
+ 2014-06-03 16:54:10 INFO URL Agent starting up...
2057
+
2058
+ 2014-06-03 16:54:10 INFO Log level is DEBUG
2059
+
2060
+ 2014-06-03 16:54:10 INFO Using em_http dispatcher
2061
+
2062
+ 2014-06-03 16:54:10 INFO Pinger started
2063
+
2064
+ 2014-06-03 16:54:10 DEBUG MONITOR
2065
+
2066
+ 2014-06-03 16:54:10 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2067
+
2068
+ 2014-06-03 16:54:10 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2069
+
2070
+ 2014-06-03 16:54:11 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2071
+
2072
+ 2014-06-03 16:54:27 INFO URL Agent starting up...
2073
+
2074
+ 2014-06-03 16:54:27 INFO Log level is DEBUG
2075
+
2076
+ 2014-06-03 16:54:27 INFO Using em_http dispatcher
2077
+
2078
+ 2014-06-03 16:54:27 INFO Pinger started
2079
+
2080
+ 2014-06-03 16:54:27 DEBUG MONITOR
2081
+
2082
+ 2014-06-03 16:54:27 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2083
+
2084
+ 2014-06-03 16:54:27 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2085
+
2086
+ 2014-06-03 16:54:28 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2087
+
2088
+ 2014-06-03 16:55:25 INFO URL Agent starting up...
2089
+
2090
+ 2014-06-03 16:55:25 INFO Log level is DEBUG
2091
+
2092
+ 2014-06-03 16:55:25 INFO Using em_http dispatcher
2093
+
2094
+ 2014-06-03 16:55:25 INFO Pinger started
2095
+
2096
+ 2014-06-03 16:55:25 DEBUG MONITOR
2097
+
2098
+ 2014-06-03 16:55:25 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2099
+
2100
+ 2014-06-03 16:55:25 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2101
+
2102
+ 2014-06-03 16:55:26 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2103
+
2104
+ 2014-06-03 16:56:23 INFO URL Agent starting up...
2105
+
2106
+ 2014-06-03 16:56:23 INFO Log level is DEBUG
2107
+
2108
+ 2014-06-03 16:56:23 INFO Using em_http dispatcher
2109
+
2110
+ 2014-06-03 16:56:23 INFO Pinger started
2111
+
2112
+ 2014-06-03 16:56:23 DEBUG MONITOR
2113
+
2114
+ 2014-06-03 16:56:23 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2115
+
2116
+ 2014-06-03 16:56:23 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2117
+
2118
+ 2014-06-03 16:56:23 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2119
+
2120
+ 2014-06-03 16:56:55 INFO URL Agent starting up...
2121
+
2122
+ 2014-06-03 16:56:55 INFO Log level is DEBUG
2123
+
2124
+ 2014-06-03 16:56:55 INFO Using em_http dispatcher
2125
+
2126
+ 2014-06-03 16:56:55 INFO Pinger started
2127
+
2128
+ 2014-06-03 16:56:55 DEBUG MONITOR
2129
+
2130
+ 2014-06-03 16:56:55 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2131
+
2132
+ 2014-06-03 16:56:55 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2133
+
2134
+ 2014-06-03 16:56:56 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2135
+
2136
+ 2014-06-03 16:58:32 INFO URL Agent starting up...
2137
+
2138
+ 2014-06-03 16:58:32 INFO Log level is DEBUG
2139
+
2140
+ 2014-06-03 16:58:32 INFO Using em_http dispatcher
2141
+
2142
+ 2014-06-03 16:58:32 INFO Pinger started
2143
+
2144
+ 2014-06-03 16:58:32 DEBUG MONITOR
2145
+
2146
+ 2014-06-03 16:58:32 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2147
+
2148
+ 2014-06-03 16:58:32 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2149
+
2150
+ 2014-06-03 16:58:33 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2151
+
2152
+ 2014-06-03 17:02:54 INFO URL Agent starting up...
2153
+
2154
+ 2014-06-03 17:02:54 INFO Log level is DEBUG
2155
+
2156
+ 2014-06-03 17:02:54 INFO Using em_http dispatcher
2157
+
2158
+ 2014-06-03 17:02:54 INFO Pinger started
2159
+
2160
+ 2014-06-03 17:02:54 DEBUG MONITOR
2161
+
2162
+ 2014-06-03 17:02:54 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2163
+
2164
+ 2014-06-03 17:02:54 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2165
+
2166
+ 2014-06-03 17:02:55 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2167
+
2168
+ 2014-06-04 11:12:48 INFO URL Agent starting up...
2169
+
2170
+ 2014-06-04 11:12:48 INFO Log level is DEBUG
2171
+
2172
+ 2014-06-04 11:12:48 INFO Using em_http dispatcher
2173
+
2174
+ 2014-06-04 11:12:48 INFO Pinger started
2175
+
2176
+ 2014-06-04 11:12:48 DEBUG MONITOR
2177
+
2178
+ 2014-06-04 11:12:48 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2179
+
2180
+ 2014-06-04 11:12:48 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2181
+
2182
+ 2014-06-04 11:12:49 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2183
+
2184
+ 2014-06-04 11:53:42 INFO URL Agent starting up...
2185
+
2186
+ 2014-06-04 11:53:42 INFO Log level is DEBUG
2187
+
2188
+ 2014-06-04 11:53:42 INFO Using em_http dispatcher
2189
+
2190
+ 2014-06-04 11:53:42 INFO Pinger started
2191
+
2192
+ 2014-06-04 11:53:42 DEBUG MONITOR
2193
+
2194
+ 2014-06-04 11:53:42 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2195
+
2196
+ 2014-06-04 11:53:42 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2197
+
2198
+ 2014-06-04 11:53:43 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2199
+
2200
+ 2014-06-04 16:50:44 INFO URL Agent starting up...
2201
+
2202
+ 2014-06-04 16:50:44 INFO Log level is DEBUG
2203
+
2204
+ 2014-06-04 16:50:44 INFO Using em_http dispatcher
2205
+
2206
+ 2014-06-04 16:50:44 INFO Pinger started
2207
+
2208
+ 2014-06-04 16:50:44 DEBUG MONITOR
2209
+
2210
+ 2014-06-04 16:50:44 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2211
+
2212
+ 2014-06-04 16:50:44 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2213
+
2214
+ 2014-06-04 16:50:44 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2215
+
2216
+ 2014-06-04 16:54:37 INFO URL Agent starting up...
2217
+
2218
+ 2014-06-04 16:54:37 INFO Log level is DEBUG
2219
+
2220
+ 2014-06-04 16:54:37 INFO Using em_http dispatcher
2221
+
2222
+ 2014-06-04 16:54:37 INFO Pinger started
2223
+
2224
+ 2014-06-04 16:54:37 DEBUG MONITOR
2225
+
2226
+ 2014-06-04 16:54:37 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2227
+
2228
+ 2014-06-04 16:54:37 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2229
+
2230
+ 2014-06-04 16:54:37 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2231
+
2232
+ 2014-06-05 09:18:58 INFO URL Agent starting up...
2233
+
2234
+ 2014-06-05 09:18:58 INFO Log level is DEBUG
2235
+
2236
+ 2014-06-05 09:18:58 INFO Using em_http dispatcher
2237
+
2238
+ 2014-06-05 09:18:58 INFO Pinger started
2239
+
2240
+ 2014-06-05 09:18:58 DEBUG MONITOR
2241
+
2242
+ 2014-06-05 09:18:58 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2243
+
2244
+ 2014-06-05 09:18:58 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2245
+
2246
+ 2014-06-05 09:18:58 ERROR GET log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} Connection Error
2247
+
2248
+ 2014-06-05 09:22:48 INFO URL Agent starting up...
2249
+
2250
+ 2014-06-05 09:22:48 INFO Log level is DEBUG
2251
+
2252
+ 2014-06-05 09:22:48 INFO Using em_http dispatcher
2253
+
2254
+ 2014-06-05 09:22:48 INFO Pinger started
2255
+
2256
+ 2014-06-05 09:22:48 DEBUG MONITOR
2257
+
2258
+ 2014-06-05 09:22:48 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2259
+
2260
+ 2014-06-05 09:22:48 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2261
+
2262
+ 2014-06-05 09:22:48 ERROR GET log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} Connection Error
2263
+
2264
+ 2014-06-05 10:18:30 INFO URL Agent starting up...
2265
+
2266
+ 2014-06-05 10:18:30 INFO Log level is DEBUG
2267
+
2268
+ 2014-06-05 10:18:30 INFO Using em_http dispatcher
2269
+
2270
+ 2014-06-05 10:18:30 INFO Pinger started
2271
+
2272
+ 2014-06-05 10:18:30 DEBUG MONITOR
2273
+
2274
+ 2014-06-05 10:18:30 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2275
+
2276
+ 2014-06-05 10:18:30 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2277
+
2278
+ 2014-06-05 10:18:30 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2279
+
2280
+ 2014-06-05 10:58:59 INFO URL Agent starting up...
2281
+
2282
+ 2014-06-05 10:58:59 INFO Log level is DEBUG
2283
+
2284
+ 2014-06-05 10:58:59 INFO Using em_http dispatcher
2285
+
2286
+ 2014-06-05 10:58:59 INFO Pinger started
2287
+
2288
+ 2014-06-05 10:58:59 DEBUG MONITOR
2289
+
2290
+ 2014-06-05 10:58:59 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2291
+
2292
+ 2014-06-05 10:58:59 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2293
+
2294
+ 2014-06-05 10:59:00 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2295
+
2296
+ 2014-06-05 14:16:00 INFO URL Agent starting up...
2297
+
2298
+ 2014-06-05 14:16:00 INFO Log level is DEBUG
2299
+
2300
+ 2014-06-05 14:16:00 INFO Using em_http dispatcher
2301
+
2302
+ 2014-06-05 14:16:00 INFO Pinger started
2303
+
2304
+ 2014-06-05 14:16:00 DEBUG MONITOR
2305
+
2306
+ 2014-06-05 14:16:00 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2307
+
2308
+ 2014-06-05 14:16:00 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2309
+
2310
+ 2014-06-05 14:16:00 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2311
+
2312
+ 2014-06-05 14:16:18 INFO URL Agent starting up...
2313
+
2314
+ 2014-06-05 14:16:18 INFO Log level is DEBUG
2315
+
2316
+ 2014-06-05 14:16:18 INFO Using em_http dispatcher
2317
+
2318
+ 2014-06-05 14:16:18 INFO Pinger started
2319
+
2320
+ 2014-06-05 14:16:18 DEBUG MONITOR
2321
+
2322
+ 2014-06-05 14:16:18 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2323
+
2324
+ 2014-06-05 14:16:18 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2325
+
2326
+ 2014-06-05 14:16:19 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2327
+
2328
+ 2014-06-05 14:16:59 INFO URL Agent starting up...
2329
+
2330
+ 2014-06-05 14:16:59 INFO Log level is DEBUG
2331
+
2332
+ 2014-06-05 14:16:59 INFO Using em_http dispatcher
2333
+
2334
+ 2014-06-05 14:16:59 INFO Pinger started
2335
+
2336
+ 2014-06-05 14:16:59 DEBUG MONITOR
2337
+
2338
+ 2014-06-05 14:16:59 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2339
+
2340
+ 2014-06-05 14:16:59 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2341
+
2342
+ 2014-06-05 14:17:00 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2343
+
2344
+ 2014-06-05 14:17:40 INFO URL Agent starting up...
2345
+
2346
+ 2014-06-05 14:17:40 INFO Log level is DEBUG
2347
+
2348
+ 2014-06-05 14:17:40 INFO Using em_http dispatcher
2349
+
2350
+ 2014-06-05 14:17:40 INFO Pinger started
2351
+
2352
+ 2014-06-05 14:17:40 DEBUG MONITOR
2353
+
2354
+ 2014-06-05 14:17:40 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2355
+
2356
+ 2014-06-05 14:17:40 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2357
+
2358
+ 2014-06-05 14:17:46 DEBUG CHECK log_cancellations:active http://google.com/?q=hello
2359
+
2360
+ 2014-06-05 14:17:46 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2361
+
2362
+ 2014-06-05 14:17:46 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2363
+
2364
+ 2014-06-05 14:17:51 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2365
+
2366
+ 2014-06-05 14:17:51 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2367
+
2368
+ 2014-06-05 14:17:51 DEBUG CHECK-RESPONSE log_cancellations:active http://google.com/?q=hello 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2369
+
2370
+ 2014-06-05 14:17:51 INFO ALIVE log_cancellations:active http://google.com/?q=hello
2371
+
2372
+ 2014-06-05 14:17:51 DEBUG CHECK log_cancellations:backup http://www.google.com/search?q=9745044399
2373
+
2374
+ 2014-06-05 14:17:51 DEBUG DISPATCH log_cancellations:backup http://www.google.com/search?q=9745044399 GET
2375
+
2376
+ 2014-06-05 14:17:51 DEBUG GET log_cancellations:backup http://www.google.com/search?q=9745044399 {}
2377
+
2378
+ 2014-06-05 14:17:52 ERROR GET log_cancellations:backup http://www.google.com/search?q=9745044399 {:redirects=>0, :followed=>0} Timeout Exception
2379
+
2380
+ 2014-06-05 14:17:52 WARN DEAD log_cancellations:backup http://www.google.com/search?q=9745044399 Timeout Exception
2381
+
2382
+ 2014-06-05 14:28:14 INFO URL Agent starting up...
2383
+
2384
+ 2014-06-05 14:28:14 INFO Log level is DEBUG
2385
+
2386
+ 2014-06-05 14:28:14 INFO Using em_http dispatcher
2387
+
2388
+ 2014-06-05 14:28:14 INFO Pinger started
2389
+
2390
+ 2014-06-05 14:28:14 DEBUG MONITOR
2391
+
2392
+ 2014-06-05 14:28:14 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2393
+
2394
+ 2014-06-05 14:28:14 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2395
+
2396
+ 2014-06-05 14:28:14 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2397
+
2398
+ 2014-06-05 14:28:27 INFO URL Agent starting up...
2399
+
2400
+ 2014-06-05 14:28:27 INFO Log level is DEBUG
2401
+
2402
+ 2014-06-05 14:28:27 INFO Using em_http dispatcher
2403
+
2404
+ 2014-06-05 14:28:27 INFO Pinger started
2405
+
2406
+ 2014-06-05 14:28:27 DEBUG MONITOR
2407
+
2408
+ 2014-06-05 14:28:27 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2409
+
2410
+ 2014-06-05 14:28:27 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2411
+
2412
+ 2014-06-05 14:28:28 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2413
+
2414
+ 2014-06-05 14:29:15 INFO URL Agent starting up...
2415
+
2416
+ 2014-06-05 14:29:15 INFO Log level is DEBUG
2417
+
2418
+ 2014-06-05 14:29:15 INFO Using em_http dispatcher
2419
+
2420
+ 2014-06-05 14:29:15 INFO Pinger started
2421
+
2422
+ 2014-06-05 14:29:15 DEBUG MONITOR
2423
+
2424
+ 2014-06-05 14:29:15 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2425
+
2426
+ 2014-06-05 14:29:15 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2427
+
2428
+ 2014-06-05 14:29:15 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2429
+
2430
+ 2014-06-05 14:32:17 INFO URL Agent starting up...
2431
+
2432
+ 2014-06-05 14:32:17 INFO Log level is DEBUG
2433
+
2434
+ 2014-06-05 14:32:17 INFO Using em_http dispatcher
2435
+
2436
+ 2014-06-05 14:32:17 INFO Pinger started
2437
+
2438
+ 2014-06-05 14:32:17 DEBUG MONITOR
2439
+
2440
+ 2014-06-05 14:32:17 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2441
+
2442
+ 2014-06-05 14:32:17 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2443
+
2444
+ 2014-06-05 14:32:18 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2445
+
2446
+ 2014-06-05 14:42:55 INFO URL Agent starting up...
2447
+
2448
+ 2014-06-05 14:42:55 INFO Log level is DEBUG
2449
+
2450
+ 2014-06-05 14:42:55 INFO Using em_http dispatcher
2451
+
2452
+ 2014-06-05 14:42:55 INFO Pinger started
2453
+
2454
+ 2014-06-05 14:42:55 DEBUG MONITOR
2455
+
2456
+ 2014-06-05 14:42:55 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2457
+
2458
+ 2014-06-05 14:42:55 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2459
+
2460
+ 2014-06-05 14:42:55 INFO URL Agent starting up...
2461
+
2462
+ 2014-06-05 14:42:55 INFO Log level is DEBUG
2463
+
2464
+ 2014-06-05 14:42:55 INFO Using em_http dispatcher
2465
+
2466
+ 2014-06-05 14:42:55 INFO Pinger started
2467
+
2468
+ 2014-06-05 14:42:55 DEBUG MONITOR
2469
+
2470
+ 2014-06-05 14:42:55 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2471
+
2472
+ 2014-06-05 14:42:55 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2473
+
2474
+ 2014-06-05 14:42:55 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2475
+
2476
+ 2014-06-05 14:42:55 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2477
+
2478
+ 2014-06-05 18:08:32 INFO URL Agent starting up...
2479
+
2480
+ 2014-06-05 18:08:32 INFO Log level is DEBUG
2481
+
2482
+ 2014-06-05 18:08:32 INFO Using em_http dispatcher
2483
+
2484
+ 2014-06-05 18:08:32 INFO Pinger started
2485
+
2486
+ 2014-06-05 18:08:32 DEBUG MONITOR
2487
+
2488
+ 2014-06-05 18:08:32 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2489
+
2490
+ 2014-06-05 18:08:32 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2491
+
2492
+ 2014-06-05 18:08:32 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2493
+
2494
+ 2014-06-05 18:43:26 INFO URL Agent starting up...
2495
+
2496
+ 2014-06-05 18:43:26 INFO Log level is DEBUG
2497
+
2498
+ 2014-06-05 18:43:26 INFO Using em_http dispatcher
2499
+
2500
+ 2014-06-05 18:43:26 INFO Pinger started
2501
+
2502
+ 2014-06-05 18:43:26 DEBUG MONITOR
2503
+
2504
+ 2014-06-05 18:43:26 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2505
+
2506
+ 2014-06-05 18:43:26 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2507
+
2508
+ 2014-06-05 18:43:26 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2509
+
2510
+ 2014-06-06 09:57:02 INFO URL Agent starting up...
2511
+
2512
+ 2014-06-06 09:57:02 INFO Log level is DEBUG
2513
+
2514
+ 2014-06-06 09:57:02 INFO Using em_http dispatcher
2515
+
2516
+ 2014-06-06 09:57:02 INFO Pinger started
2517
+
2518
+ 2014-06-06 09:57:02 DEBUG MONITOR
2519
+
2520
+ 2014-06-06 09:57:02 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2521
+
2522
+ 2014-06-06 09:57:02 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2523
+
2524
+ 2014-06-06 09:57:02 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2525
+
2526
+ 2014-06-06 10:01:33 INFO URL Agent starting up...
2527
+
2528
+ 2014-06-06 10:01:33 INFO Log level is DEBUG
2529
+
2530
+ 2014-06-06 10:01:33 INFO Using em_http dispatcher
2531
+
2532
+ 2014-06-06 10:01:33 INFO Pinger started
2533
+
2534
+ 2014-06-06 10:01:33 DEBUG MONITOR
2535
+
2536
+ 2014-06-06 10:01:33 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2537
+
2538
+ 2014-06-06 10:01:33 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2539
+
2540
+ 2014-06-06 10:01:33 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2541
+
2542
+ 2014-06-06 10:03:01 INFO URL Agent starting up...
2543
+
2544
+ 2014-06-06 10:03:01 INFO Log level is DEBUG
2545
+
2546
+ 2014-06-06 10:03:01 INFO Using em_http dispatcher
2547
+
2548
+ 2014-06-06 10:03:01 INFO Pinger started
2549
+
2550
+ 2014-06-06 10:03:01 DEBUG MONITOR
2551
+
2552
+ 2014-06-06 10:03:01 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2553
+
2554
+ 2014-06-06 10:03:01 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2555
+
2556
+ 2014-06-06 10:03:01 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2557
+
2558
+ 2014-06-06 10:03:19 INFO URL Agent starting up...
2559
+
2560
+ 2014-06-06 10:03:19 INFO Log level is DEBUG
2561
+
2562
+ 2014-06-06 10:03:19 INFO Using em_http dispatcher
2563
+
2564
+ 2014-06-06 10:03:19 INFO Pinger started
2565
+
2566
+ 2014-06-06 10:03:19 DEBUG MONITOR
2567
+
2568
+ 2014-06-06 10:03:19 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2569
+
2570
+ 2014-06-06 10:03:19 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2571
+
2572
+ 2014-06-06 10:03:19 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2573
+
2574
+ 2014-06-06 10:03:28 INFO URL Agent starting up...
2575
+
2576
+ 2014-06-06 10:03:28 INFO Log level is DEBUG
2577
+
2578
+ 2014-06-06 10:03:28 INFO Using em_http dispatcher
2579
+
2580
+ 2014-06-06 10:03:28 INFO Pinger started
2581
+
2582
+ 2014-06-06 10:03:28 DEBUG MONITOR
2583
+
2584
+ 2014-06-06 10:03:28 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2585
+
2586
+ 2014-06-06 10:03:28 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2587
+
2588
+ 2014-06-06 10:03:28 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2589
+
2590
+ 2014-06-06 10:03:41 INFO URL Agent starting up...
2591
+
2592
+ 2014-06-06 10:03:41 INFO Log level is DEBUG
2593
+
2594
+ 2014-06-06 10:03:41 INFO Using em_http dispatcher
2595
+
2596
+ 2014-06-06 10:03:41 INFO Pinger started
2597
+
2598
+ 2014-06-06 10:03:41 DEBUG MONITOR
2599
+
2600
+ 2014-06-06 10:03:41 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2601
+
2602
+ 2014-06-06 10:03:41 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2603
+
2604
+ 2014-06-06 10:03:41 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2605
+
2606
+ 2014-06-06 10:54:36 INFO URL Agent starting up...
2607
+
2608
+ 2014-06-06 10:54:36 INFO Log level is DEBUG
2609
+
2610
+ 2014-06-06 10:54:36 INFO Using em_http dispatcher
2611
+
2612
+ 2014-06-06 10:54:36 INFO Pinger started
2613
+
2614
+ 2014-06-06 10:54:36 DEBUG MONITOR
2615
+
2616
+ 2014-06-06 10:54:36 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2617
+
2618
+ 2014-06-06 10:54:36 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2619
+
2620
+ 2014-06-06 10:54:36 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2621
+
2622
+ 2014-06-06 17:16:06 INFO URL Agent starting up...
2623
+
2624
+ 2014-06-06 17:16:06 INFO Log level is DEBUG
2625
+
2626
+ 2014-06-06 17:16:06 INFO Using em_http dispatcher
2627
+
2628
+ 2014-06-06 17:16:06 INFO Pinger started
2629
+
2630
+ 2014-06-06 17:16:06 DEBUG MONITOR
2631
+
2632
+ 2014-06-06 17:16:06 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2633
+
2634
+ 2014-06-06 17:16:06 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2635
+
2636
+ 2014-06-06 17:16:07 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2637
+
2638
+ 2014-06-06 17:41:33 INFO URL Agent starting up...
2639
+
2640
+ 2014-06-06 17:41:33 INFO Log level is DEBUG
2641
+
2642
+ 2014-06-06 17:41:33 INFO Using em_http dispatcher
2643
+
2644
+ 2014-06-06 17:41:33 INFO Pinger started
2645
+
2646
+ 2014-06-06 17:41:33 DEBUG MONITOR
2647
+
2648
+ 2014-06-06 17:41:33 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2649
+
2650
+ 2014-06-06 17:41:33 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2651
+
2652
+ 2014-06-06 17:41:34 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2653
+
2654
+ 2014-06-07 09:46:01 INFO URL Agent starting up...
2655
+
2656
+ 2014-06-07 09:46:01 INFO Log level is DEBUG
2657
+
2658
+ 2014-06-07 09:46:01 INFO Using em_http dispatcher
2659
+
2660
+ 2014-06-07 09:46:01 INFO Pinger started
2661
+
2662
+ 2014-06-07 09:46:01 DEBUG MONITOR
2663
+
2664
+ 2014-06-07 09:46:01 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2665
+
2666
+ 2014-06-07 09:46:01 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2667
+
2668
+ 2014-06-07 09:46:01 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2669
+
2670
+ 2014-06-09 11:49:45 INFO URL Agent starting up...
2671
+
2672
+ 2014-06-09 11:49:45 INFO Log level is DEBUG
2673
+
2674
+ 2014-06-09 11:49:45 INFO Using em_http dispatcher
2675
+
2676
+ 2014-06-09 11:49:45 INFO Pinger started
2677
+
2678
+ 2014-06-09 11:49:45 DEBUG MONITOR
2679
+
2680
+ 2014-06-09 11:49:45 DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2681
+
2682
+ 2014-06-09 11:49:45 DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2683
+
2684
+ 2014-06-09 11:49:49 DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2685
+
2686
+ 2014-06-09 12:12:35, INFO URL Agent starting up...
2687
+ 2014-06-09 12:12:35, INFO Log level is DEBUG
2688
+ 2014-06-09 12:12:35, INFO Using em_http dispatcher
2689
+ 2014-06-09 12:12:35, INFO Pinger started
2690
+ 2014-06-09 12:12:35, DEBUG MONITOR
2691
+ 2014-06-09 12:12:35, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2692
+ 2014-06-09 12:12:35, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2693
+ 2014-06-09 12:12:35, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2694
+ 2014-06-09 12:13:12, INFO URL Agent starting up...
2695
+ 2014-06-09 12:13:12, INFO Log level is DEBUG
2696
+ 2014-06-09 12:13:12, INFO Using em_http dispatcher
2697
+ 2014-06-09 12:13:12, INFO Pinger started
2698
+ 2014-06-09 12:13:12, DEBUG MONITOR
2699
+ 2014-06-09 12:13:12, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2700
+ 2014-06-09 12:13:12, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2701
+ 2014-06-09 12:13:12, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2702
+ 2014-06-09 12:15:22, INFO URL Agent starting up...
2703
+ 2014-06-09 12:15:22, INFO Log level is DEBUG
2704
+ 2014-06-09 12:15:22, INFO Using em_http dispatcher
2705
+ 2014-06-09 12:15:22, INFO Pinger started
2706
+ 2014-06-09 12:15:22, DEBUG MONITOR
2707
+ 2014-06-09 12:15:22, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2708
+ 2014-06-09 12:15:22, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2709
+ 2014-06-09 12:15:22, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2710
+ 2014-06-09 13:06:28, INFO URL Agent starting up...
2711
+ 2014-06-09 13:06:28, INFO Log level is DEBUG
2712
+ 2014-06-09 13:06:28, INFO Using em_http dispatcher
2713
+ 2014-06-09 13:06:28, INFO Pinger started
2714
+ 2014-06-09 13:06:28, DEBUG MONITOR
2715
+ 2014-06-09 13:06:28, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2716
+ 2014-06-09 13:06:28, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2717
+ 2014-06-09 13:06:28, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2718
+ 2014-06-09 14:13:49, INFO URL Agent starting up...
2719
+ 2014-06-09 14:13:49, INFO Log level is DEBUG
2720
+ 2014-06-09 14:13:49, INFO Using em_http dispatcher
2721
+ 2014-06-09 14:13:49, INFO Pinger started
2722
+ 2014-06-09 14:13:49, DEBUG MONITOR
2723
+ 2014-06-09 14:13:49, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2724
+ 2014-06-09 14:13:49, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2725
+ 2014-06-09 14:13:49, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2726
+ 2014-06-09 14:16:28, INFO URL Agent starting up...
2727
+ 2014-06-09 14:16:28, INFO Log level is DEBUG
2728
+ 2014-06-09 14:16:28, INFO Using em_http dispatcher
2729
+ 2014-06-09 14:16:28, INFO Pinger started
2730
+ 2014-06-09 14:16:28, DEBUG MONITOR
2731
+ 2014-06-09 14:16:28, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2732
+ 2014-06-09 14:16:28, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2733
+ 2014-06-09 14:16:30, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2734
+ 2014-06-09 16:28:37, INFO URL Agent starting up...
2735
+ 2014-06-09 16:28:37, INFO Log level is DEBUG
2736
+ 2014-06-09 16:28:37, INFO Using em_http dispatcher
2737
+ 2014-06-09 16:28:37, INFO Pinger started
2738
+ 2014-06-09 16:28:37, DEBUG MONITOR
2739
+ 2014-06-09 16:28:37, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2740
+ 2014-06-09 16:28:37, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2741
+ 2014-06-09 16:28:38, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2742
+ 2014-06-09 16:32:22, INFO URL Agent starting up...
2743
+ 2014-06-09 16:32:22, INFO Log level is DEBUG
2744
+ 2014-06-09 16:32:22, INFO Using em_http dispatcher
2745
+ 2014-06-09 16:32:22, INFO Pinger started
2746
+ 2014-06-09 16:32:22, DEBUG MONITOR
2747
+ 2014-06-09 16:32:22, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2748
+ 2014-06-09 16:32:22, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2749
+ 2014-06-09 16:32:23, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2750
+ 2014-06-09 16:37:17, INFO URL Agent starting up...
2751
+ 2014-06-09 16:37:17, INFO Log level is DEBUG
2752
+ 2014-06-09 16:37:17, INFO Using em_http dispatcher
2753
+ 2014-06-09 16:37:17, INFO Pinger started
2754
+ 2014-06-09 16:37:17, DEBUG MONITOR
2755
+ 2014-06-09 16:37:17, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2756
+ 2014-06-09 16:37:17, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2757
+ 2014-06-09 16:37:18, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2758
+ 2014-06-09 16:43:28, INFO URL Agent starting up...
2759
+ 2014-06-09 16:43:28, INFO Log level is DEBUG
2760
+ 2014-06-09 16:43:28, INFO Using em_http dispatcher
2761
+ 2014-06-09 16:43:28, INFO Pinger started
2762
+ 2014-06-09 16:43:28, DEBUG MONITOR
2763
+ 2014-06-09 16:43:28, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2764
+ 2014-06-09 16:43:28, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2765
+ 2014-06-09 16:43:29, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2766
+ 2014-06-09 16:45:22, INFO URL Agent starting up...
2767
+ 2014-06-09 16:45:22, INFO Log level is DEBUG
2768
+ 2014-06-09 16:45:22, INFO Using em_http dispatcher
2769
+ 2014-06-09 16:45:22, INFO Pinger started
2770
+ 2014-06-09 16:45:22, DEBUG MONITOR
2771
+ 2014-06-09 16:45:22, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2772
+ 2014-06-09 16:45:22, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2773
+ 2014-06-09 16:45:22, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2774
+ 2014-06-09 16:46:25, INFO URL Agent starting up...
2775
+ 2014-06-09 16:46:25, INFO Log level is DEBUG
2776
+ 2014-06-09 16:46:25, INFO Using em_http dispatcher
2777
+ 2014-06-09 16:46:25, INFO Pinger started
2778
+ 2014-06-09 16:46:25, DEBUG MONITOR
2779
+ 2014-06-09 16:46:25, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2780
+ 2014-06-09 16:46:25, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2781
+ 2014-06-09 16:46:26, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2782
+ 2014-06-09 16:47:22, INFO URL Agent starting up...
2783
+ 2014-06-09 16:47:22, INFO Log level is DEBUG
2784
+ 2014-06-09 16:47:22, INFO Using em_http dispatcher
2785
+ 2014-06-09 16:47:22, INFO Pinger started
2786
+ 2014-06-09 16:47:22, DEBUG MONITOR
2787
+ 2014-06-09 16:47:22, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2788
+ 2014-06-09 16:47:22, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2789
+ 2014-06-09 16:47:22, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2790
+ 2014-06-09 16:48:43, INFO URL Agent starting up...
2791
+ 2014-06-09 16:48:43, INFO Log level is DEBUG
2792
+ 2014-06-09 16:48:43, INFO Using em_http dispatcher
2793
+ 2014-06-09 16:48:43, INFO Pinger started
2794
+ 2014-06-09 16:48:43, DEBUG MONITOR
2795
+ 2014-06-09 16:48:43, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2796
+ 2014-06-09 16:48:43, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2797
+ 2014-06-09 16:48:43, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2798
+ 2014-06-09 18:17:12, INFO URL Agent starting up...
2799
+ 2014-06-09 18:17:12, INFO Log level is DEBUG
2800
+ 2014-06-09 18:17:12, INFO Using em_http dispatcher
2801
+ 2014-06-09 18:17:12, INFO Pinger started
2802
+ 2014-06-09 18:17:12, DEBUG MONITOR
2803
+ 2014-06-09 18:17:12, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2804
+ 2014-06-09 18:17:12, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2805
+ 2014-06-09 18:17:12, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2806
+ 2014-06-09 18:23:05, INFO URL Agent starting up...
2807
+ 2014-06-09 18:23:05, INFO Log level is DEBUG
2808
+ 2014-06-09 18:23:05, INFO Using em_http dispatcher
2809
+ 2014-06-09 18:23:05, INFO Pinger started
2810
+ 2014-06-09 18:23:05, DEBUG MONITOR
2811
+ 2014-06-09 18:23:05, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2812
+ 2014-06-09 18:23:05, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2813
+ 2014-06-09 18:23:06, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2814
+ 2014-06-10 09:15:56, INFO URL Agent starting up...
2815
+ 2014-06-10 09:15:56, INFO Log level is DEBUG
2816
+ 2014-06-10 09:15:56, INFO Using em_http dispatcher
2817
+ 2014-06-10 09:15:56, INFO Pinger started
2818
+ 2014-06-10 09:15:56, DEBUG MONITOR
2819
+ 2014-06-10 09:15:56, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2820
+ 2014-06-10 09:15:56, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2821
+ 2014-06-10 09:15:57, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2822
+ 2014-06-10 10:31:38, INFO URL Agent starting up...
2823
+ 2014-06-10 10:31:38, INFO Log level is DEBUG
2824
+ 2014-06-10 10:31:38, INFO Using em_http dispatcher
2825
+ 2014-06-10 10:31:38, INFO Pinger started
2826
+ 2014-06-10 10:31:38, DEBUG MONITOR
2827
+ 2014-06-10 10:31:38, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2828
+ 2014-06-10 10:31:38, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2829
+ 2014-06-10 10:31:38, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2830
+ 2014-06-10 10:41:53, INFO URL Agent starting up...
2831
+ 2014-06-10 10:41:53, INFO Log level is DEBUG
2832
+ 2014-06-10 10:41:53, INFO Using em_http dispatcher
2833
+ 2014-06-10 10:41:53, INFO Pinger started
2834
+ 2014-06-10 10:41:53, DEBUG MONITOR
2835
+ 2014-06-10 10:41:53, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2836
+ 2014-06-10 10:41:53, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2837
+ 2014-06-10 10:41:53, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2838
+ 2014-06-11 16:11:25, INFO URL Agent starting up...
2839
+ 2014-06-11 16:11:25, INFO Log level is DEBUG
2840
+ 2014-06-11 16:11:25, INFO Using em_http dispatcher
2841
+ 2014-06-11 16:11:25, INFO Pinger started
2842
+ 2014-06-11 16:11:25, DEBUG MONITOR
2843
+ 2014-06-11 16:11:25, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2844
+ 2014-06-11 16:11:25, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2845
+ 2014-06-11 16:11:25, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2846
+ 2014-06-11 17:30:19, INFO URL Agent starting up...
2847
+ 2014-06-11 17:30:19, INFO Log level is DEBUG
2848
+ 2014-06-11 17:30:19, INFO Using em_http dispatcher
2849
+ 2014-06-11 17:30:19, INFO Pinger started
2850
+ 2014-06-11 17:30:19, DEBUG MONITOR
2851
+ 2014-06-11 17:30:19, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2852
+ 2014-06-11 17:30:19, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2853
+ 2014-06-11 17:30:20, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2854
+ 2014-06-11 18:10:32, INFO URL Agent starting up...
2855
+ 2014-06-11 18:10:32, INFO Log level is DEBUG
2856
+ 2014-06-11 18:10:32, INFO Using em_http dispatcher
2857
+ 2014-06-11 18:10:32, INFO Pinger started
2858
+ 2014-06-11 18:10:32, DEBUG MONITOR
2859
+ 2014-06-11 18:10:32, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2860
+ 2014-06-11 18:10:32, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2861
+ 2014-06-11 18:10:33, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2862
+ 2014-06-11 18:11:14, INFO URL Agent starting up...
2863
+ 2014-06-11 18:11:14, INFO Log level is DEBUG
2864
+ 2014-06-11 18:11:14, INFO Using em_http dispatcher
2865
+ 2014-06-11 18:11:14, INFO Pinger started
2866
+ 2014-06-11 18:11:14, DEBUG MONITOR
2867
+ 2014-06-11 18:11:14, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2868
+ 2014-06-11 18:11:14, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2869
+ 2014-06-11 18:11:15, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2870
+ 2014-06-12 09:47:28, INFO URL Agent starting up...
2871
+ 2014-06-12 09:47:28, INFO Log level is DEBUG
2872
+ 2014-06-12 09:47:28, INFO Using em_http dispatcher
2873
+ 2014-06-12 09:47:28, INFO Pinger started
2874
+ 2014-06-12 09:47:28, DEBUG MONITOR
2875
+ 2014-06-12 09:47:28, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2876
+ 2014-06-12 09:47:28, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2877
+ 2014-06-12 09:47:29, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2878
+ 2014-06-12 09:50:15, INFO URL Agent starting up...
2879
+ 2014-06-12 09:50:15, INFO Log level is DEBUG
2880
+ 2014-06-12 09:50:15, INFO Using em_http dispatcher
2881
+ 2014-06-12 09:50:15, INFO Pinger started
2882
+ 2014-06-12 09:50:15, DEBUG MONITOR
2883
+ 2014-06-12 09:50:15, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2884
+ 2014-06-12 09:50:15, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2885
+ 2014-06-12 09:50:15, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2886
+ 2014-06-12 09:51:56, INFO URL Agent starting up...
2887
+ 2014-06-12 09:51:56, INFO Log level is DEBUG
2888
+ 2014-06-12 09:51:56, INFO Using em_http dispatcher
2889
+ 2014-06-12 09:51:56, INFO Pinger started
2890
+ 2014-06-12 09:51:56, DEBUG MONITOR
2891
+ 2014-06-12 09:51:56, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2892
+ 2014-06-12 09:51:56, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2893
+ 2014-06-12 09:51:57, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2894
+ 2014-06-12 09:52:43, INFO URL Agent starting up...
2895
+ 2014-06-12 09:52:43, INFO Log level is DEBUG
2896
+ 2014-06-12 09:52:43, INFO Using em_http dispatcher
2897
+ 2014-06-12 09:52:43, INFO Pinger started
2898
+ 2014-06-12 09:52:43, DEBUG MONITOR
2899
+ 2014-06-12 09:52:43, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2900
+ 2014-06-12 09:52:43, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2901
+ 2014-06-12 09:52:43, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2902
+ 2014-06-12 09:54:08, INFO URL Agent starting up...
2903
+ 2014-06-12 09:54:08, INFO Log level is DEBUG
2904
+ 2014-06-12 09:54:08, INFO Using em_http dispatcher
2905
+ 2014-06-12 09:54:08, INFO Pinger started
2906
+ 2014-06-12 09:54:08, DEBUG MONITOR
2907
+ 2014-06-12 09:54:08, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2908
+ 2014-06-12 09:54:08, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2909
+ 2014-06-12 09:54:08, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2910
+ 2014-06-12 16:23:42, INFO URL Agent starting up...
2911
+ 2014-06-12 16:23:42, INFO Log level is DEBUG
2912
+ 2014-06-12 16:23:42, INFO Using em_http dispatcher
2913
+ 2014-06-12 16:23:42, INFO Pinger started
2914
+ 2014-06-12 16:23:42, DEBUG MONITOR
2915
+ 2014-06-12 16:23:42, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2916
+ 2014-06-12 16:23:42, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2917
+ 2014-06-12 16:23:42, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2918
+ 2014-06-12 17:34:23, INFO URL Agent starting up...
2919
+ 2014-06-12 17:34:23, INFO Log level is DEBUG
2920
+ 2014-06-12 17:34:23, INFO Using em_http dispatcher
2921
+ 2014-06-12 17:34:23, INFO Pinger started
2922
+ 2014-06-12 17:34:23, DEBUG MONITOR
2923
+ 2014-06-12 17:34:23, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2924
+ 2014-06-12 17:34:23, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2925
+ 2014-06-12 17:34:23, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2926
+ 2014-06-12 17:45:47, INFO URL Agent starting up...
2927
+ 2014-06-12 17:45:47, INFO Log level is DEBUG
2928
+ 2014-06-12 17:45:47, INFO Using em_http dispatcher
2929
+ 2014-06-12 17:45:47, INFO Pinger started
2930
+ 2014-06-12 17:45:47, DEBUG MONITOR
2931
+ 2014-06-12 17:45:47, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2932
+ 2014-06-12 17:45:47, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2933
+ 2014-06-12 17:45:47, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2934
+ 2014-06-12 18:31:15, INFO URL Agent starting up...
2935
+ 2014-06-12 18:31:15, INFO Log level is DEBUG
2936
+ 2014-06-12 18:31:15, INFO Using em_http dispatcher
2937
+ 2014-06-12 18:31:15, INFO Pinger started
2938
+ 2014-06-12 18:31:15, DEBUG MONITOR
2939
+ 2014-06-12 18:31:15, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2940
+ 2014-06-12 18:31:15, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2941
+ 2014-06-12 18:31:16, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2942
+ 2014-07-04 12:56:03, INFO URL Agent starting up...
2943
+ 2014-07-04 12:56:03, INFO Log level is DEBUG
2944
+ 2014-07-04 12:56:03, INFO Using em_http dispatcher
2945
+ 2014-07-04 12:56:03, INFO Pinger started
2946
+ 2014-07-04 12:56:03, DEBUG MONITOR
2947
+ 2014-07-04 12:56:03, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2948
+ 2014-07-04 12:56:03, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2949
+ 2014-07-04 12:56:03, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2950
+ 2014-07-04 14:52:06, INFO URL Agent starting up...
2951
+ 2014-07-04 14:52:06, INFO Log level is DEBUG
2952
+ 2014-07-04 14:52:06, INFO Using em_http dispatcher
2953
+ 2014-07-04 14:52:06, INFO Pinger started
2954
+ 2014-07-04 14:52:06, DEBUG MONITOR
2955
+ 2014-07-04 14:52:06, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2956
+ 2014-07-04 14:52:06, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2957
+ 2014-07-04 14:52:06, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2958
+ 2014-07-04 15:34:37, INFO URL Agent starting up...
2959
+ 2014-07-04 15:34:37, INFO Log level is DEBUG
2960
+ 2014-07-04 15:34:37, INFO Using em_http dispatcher
2961
+ 2014-07-04 15:34:37, INFO Pinger started
2962
+ 2014-07-04 15:34:37, DEBUG MONITOR
2963
+ 2014-07-04 15:34:37, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2964
+ 2014-07-04 15:34:37, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2965
+ 2014-07-04 15:34:37, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2966
+ 2014-07-04 15:39:53, INFO URL Agent starting up...
2967
+ 2014-07-04 15:39:53, INFO Log level is DEBUG
2968
+ 2014-07-04 15:39:53, INFO Using em_http dispatcher
2969
+ 2014-07-04 15:39:53, INFO Pinger started
2970
+ 2014-07-04 15:39:53, DEBUG MONITOR
2971
+ 2014-07-04 15:39:53, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2972
+ 2014-07-04 15:39:53, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2973
+ 2014-07-04 15:39:54, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2974
+ 2014-07-04 15:47:21, INFO URL Agent starting up...
2975
+ 2014-07-04 15:47:21, INFO Log level is DEBUG
2976
+ 2014-07-04 15:47:21, INFO Using em_http dispatcher
2977
+ 2014-07-04 15:47:21, INFO Pinger started
2978
+ 2014-07-04 15:47:21, DEBUG MONITOR
2979
+ 2014-07-04 15:47:21, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2980
+ 2014-07-04 15:47:21, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2981
+ 2014-07-04 15:47:21, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2982
+ 2014-07-04 15:53:09, INFO URL Agent starting up...
2983
+ 2014-07-04 15:53:09, INFO Log level is DEBUG
2984
+ 2014-07-04 15:53:09, INFO Using em_http dispatcher
2985
+ 2014-07-04 15:53:09, INFO Pinger started
2986
+ 2014-07-04 15:53:09, DEBUG MONITOR
2987
+ 2014-07-04 15:53:09, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2988
+ 2014-07-04 15:53:09, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2989
+ 2014-07-04 15:53:09, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2990
+ 2014-07-04 16:07:43, INFO URL Agent starting up...
2991
+ 2014-07-04 16:07:43, INFO Log level is DEBUG
2992
+ 2014-07-04 16:07:43, INFO Using em_http dispatcher
2993
+ 2014-07-04 16:07:43, INFO Pinger started
2994
+ 2014-07-04 16:07:43, DEBUG MONITOR
2995
+ 2014-07-04 16:07:43, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
2996
+ 2014-07-04 16:07:43, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
2997
+ 2014-07-04 16:07:43, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
2998
+ 2014-07-04 16:08:27, INFO URL Agent starting up...
2999
+ 2014-07-04 16:08:27, INFO Log level is DEBUG
3000
+ 2014-07-04 16:08:27, INFO Using em_http dispatcher
3001
+ 2014-07-04 16:08:27, INFO Pinger started
3002
+ 2014-07-04 16:08:27, DEBUG MONITOR
3003
+ 2014-07-04 16:08:27, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3004
+ 2014-07-04 16:08:27, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3005
+ 2014-07-04 16:08:27, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3006
+ 2014-07-04 16:09:06, INFO URL Agent starting up...
3007
+ 2014-07-04 16:09:06, INFO Log level is DEBUG
3008
+ 2014-07-04 16:09:06, INFO Using em_http dispatcher
3009
+ 2014-07-04 16:09:06, INFO Pinger started
3010
+ 2014-07-04 16:09:06, DEBUG MONITOR
3011
+ 2014-07-04 16:09:06, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3012
+ 2014-07-04 16:09:06, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3013
+ 2014-07-04 16:09:07, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3014
+ 2014-07-04 16:09:34, INFO URL Agent starting up...
3015
+ 2014-07-04 16:09:34, INFO Log level is DEBUG
3016
+ 2014-07-04 16:09:34, INFO Using em_http dispatcher
3017
+ 2014-07-04 16:09:34, INFO Pinger started
3018
+ 2014-07-04 16:09:34, DEBUG MONITOR
3019
+ 2014-07-04 16:09:34, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3020
+ 2014-07-04 16:09:34, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3021
+ 2014-07-04 16:09:34, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3022
+ 2014-07-04 16:13:33, INFO URL Agent starting up...
3023
+ 2014-07-04 16:13:33, INFO Log level is DEBUG
3024
+ 2014-07-04 16:13:33, INFO Using em_http dispatcher
3025
+ 2014-07-04 16:13:33, INFO Pinger started
3026
+ 2014-07-04 16:13:33, DEBUG MONITOR
3027
+ 2014-07-04 16:13:33, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3028
+ 2014-07-04 16:13:33, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3029
+ 2014-07-04 16:13:33, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3030
+ 2014-07-04 16:17:49, INFO URL Agent starting up...
3031
+ 2014-07-04 16:17:49, INFO Log level is DEBUG
3032
+ 2014-07-04 16:17:49, INFO Using em_http dispatcher
3033
+ 2014-07-04 16:17:49, INFO Pinger started
3034
+ 2014-07-04 16:17:49, DEBUG MONITOR
3035
+ 2014-07-04 16:17:49, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3036
+ 2014-07-04 16:17:49, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3037
+ 2014-07-04 16:17:49, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3038
+ 2014-07-04 17:03:30, INFO URL Agent starting up...
3039
+ 2014-07-04 17:03:30, INFO Log level is DEBUG
3040
+ 2014-07-04 17:03:30, INFO Using em_http dispatcher
3041
+ 2014-07-04 17:03:30, INFO Pinger started
3042
+ 2014-07-04 17:03:30, DEBUG MONITOR
3043
+ 2014-07-04 17:03:30, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3044
+ 2014-07-04 17:03:30, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3045
+ 2014-07-04 17:03:30, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3046
+ 2014-07-04 17:19:14, INFO URL Agent starting up...
3047
+ 2014-07-04 17:19:14, INFO Log level is DEBUG
3048
+ 2014-07-04 17:19:14, INFO Using em_http dispatcher
3049
+ 2014-07-04 17:19:14, INFO Pinger started
3050
+ 2014-07-04 17:19:14, DEBUG MONITOR
3051
+ 2014-07-04 17:19:14, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3052
+ 2014-07-04 17:19:14, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3053
+ 2014-07-04 17:19:15, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3054
+ 2014-07-05 11:45:44, INFO URL Agent starting up...
3055
+ 2014-07-05 11:45:44, INFO Log level is DEBUG
3056
+ 2014-07-05 11:45:44, INFO Using em_http dispatcher
3057
+ 2014-07-05 11:45:44, INFO Pinger started
3058
+ 2014-07-05 11:45:44, DEBUG MONITOR
3059
+ 2014-07-05 11:45:44, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3060
+ 2014-07-05 11:45:44, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3061
+ 2014-07-05 11:45:44, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3062
+ 2014-07-05 11:49:51, INFO URL Agent starting up...
3063
+ 2014-07-05 11:49:51, INFO Log level is DEBUG
3064
+ 2014-07-05 11:49:51, INFO Using em_http dispatcher
3065
+ 2014-07-05 11:49:51, INFO Pinger started
3066
+ 2014-07-05 11:49:51, DEBUG MONITOR
3067
+ 2014-07-05 11:49:51, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3068
+ 2014-07-05 11:49:51, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3069
+ 2014-07-05 11:49:51, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3070
+ 2014-07-05 11:50:49, INFO URL Agent starting up...
3071
+ 2014-07-05 11:50:49, INFO Log level is DEBUG
3072
+ 2014-07-05 11:50:49, INFO Using em_http dispatcher
3073
+ 2014-07-05 11:50:49, INFO Pinger started
3074
+ 2014-07-05 11:50:49, DEBUG MONITOR
3075
+ 2014-07-05 11:50:49, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3076
+ 2014-07-05 11:50:49, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3077
+ 2014-07-05 11:50:50, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3078
+ 2014-07-05 11:58:04, INFO URL Agent starting up...
3079
+ 2014-07-05 11:58:04, INFO Log level is DEBUG
3080
+ 2014-07-05 11:58:04, INFO Using em_http dispatcher
3081
+ 2014-07-05 11:58:04, INFO Pinger started
3082
+ 2014-07-05 11:58:04, DEBUG MONITOR
3083
+ 2014-07-05 11:58:04, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3084
+ 2014-07-05 11:58:04, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3085
+ 2014-07-05 11:58:04, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3086
+ 2014-07-05 12:04:37, INFO URL Agent starting up...
3087
+ 2014-07-05 12:04:37, INFO Log level is DEBUG
3088
+ 2014-07-05 12:04:37, INFO Using em_http dispatcher
3089
+ 2014-07-05 12:04:37, INFO Pinger started
3090
+ 2014-07-05 12:04:37, DEBUG MONITOR
3091
+ 2014-07-05 12:04:37, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3092
+ 2014-07-05 12:04:37, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3093
+ 2014-07-05 12:04:42, DEBUG CHECK log_cancellations:active http://google.com/?q=hello
3094
+ 2014-07-05 12:04:42, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3095
+ 2014-07-05 12:04:42, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3096
+ 2014-07-05 12:04:47, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3097
+ 2014-07-05 12:04:48, ERROR GET log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} Connection Error
3098
+ 2014-07-05 12:04:48, WARN DEAD log_cancellations:active http://google.com/?q=hello Connection Error
3099
+ 2014-07-05 12:04:48, DEBUG CHECK log_cancellations:backup http://www.google.com/search?q=9745044399
3100
+ 2014-07-05 12:04:48, DEBUG DISPATCH log_cancellations:backup http://www.google.com/search?q=9745044399 GET
3101
+ 2014-07-05 12:04:48, DEBUG GET log_cancellations:backup http://www.google.com/search?q=9745044399 {}
3102
+ 2014-07-05 12:10:15, INFO URL Agent starting up...
3103
+ 2014-07-05 12:10:15, INFO Log level is DEBUG
3104
+ 2014-07-05 12:10:15, INFO Using em_http dispatcher
3105
+ 2014-07-05 12:10:15, INFO Pinger started
3106
+ 2014-07-05 12:10:15, DEBUG MONITOR
3107
+ 2014-07-05 12:10:15, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3108
+ 2014-07-05 12:10:15, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3109
+ 2014-07-05 12:10:16, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3110
+ 2014-07-05 12:11:17, INFO URL Agent starting up...
3111
+ 2014-07-05 12:11:17, INFO Log level is DEBUG
3112
+ 2014-07-05 12:11:17, INFO Using em_http dispatcher
3113
+ 2014-07-05 12:11:17, INFO Pinger started
3114
+ 2014-07-05 12:11:17, DEBUG MONITOR
3115
+ 2014-07-05 12:11:17, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3116
+ 2014-07-05 12:11:17, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3117
+ 2014-07-05 12:11:17, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3118
+ 2014-07-05 12:11:56, INFO URL Agent starting up...
3119
+ 2014-07-05 12:11:56, INFO Log level is DEBUG
3120
+ 2014-07-05 12:11:56, INFO Using em_http dispatcher
3121
+ 2014-07-05 12:11:56, INFO Pinger started
3122
+ 2014-07-05 12:11:56, DEBUG MONITOR
3123
+ 2014-07-05 12:11:56, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3124
+ 2014-07-05 12:11:56, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3125
+ 2014-07-05 12:11:56, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3126
+ 2014-07-05 12:21:16, INFO URL Agent starting up...
3127
+ 2014-07-05 12:21:16, INFO Log level is DEBUG
3128
+ 2014-07-05 12:21:16, INFO Using em_http dispatcher
3129
+ 2014-07-05 12:21:16, INFO Pinger started
3130
+ 2014-07-05 12:21:16, DEBUG MONITOR
3131
+ 2014-07-05 12:21:16, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3132
+ 2014-07-05 12:21:16, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3133
+ 2014-07-05 12:21:16, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3134
+ 2014-07-05 12:26:46, INFO URL Agent starting up...
3135
+ 2014-07-05 12:26:46, INFO Log level is DEBUG
3136
+ 2014-07-05 12:26:46, INFO Using em_http dispatcher
3137
+ 2014-07-05 12:26:46, INFO Pinger started
3138
+ 2014-07-05 12:26:46, DEBUG MONITOR
3139
+ 2014-07-05 12:26:46, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3140
+ 2014-07-05 12:26:46, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3141
+ 2014-07-05 12:26:46, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3142
+ 2014-07-05 12:27:41, INFO URL Agent starting up...
3143
+ 2014-07-05 12:27:41, INFO Log level is DEBUG
3144
+ 2014-07-05 12:27:41, INFO Using em_http dispatcher
3145
+ 2014-07-05 12:27:41, INFO Pinger started
3146
+ 2014-07-05 12:27:41, DEBUG MONITOR
3147
+ 2014-07-05 12:27:41, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3148
+ 2014-07-05 12:27:41, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3149
+ 2014-07-05 12:27:41, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3150
+ 2014-07-05 12:29:28, INFO URL Agent starting up...
3151
+ 2014-07-05 12:29:28, INFO Log level is DEBUG
3152
+ 2014-07-05 12:29:28, INFO Using em_http dispatcher
3153
+ 2014-07-05 12:29:28, INFO Pinger started
3154
+ 2014-07-05 12:29:28, DEBUG MONITOR
3155
+ 2014-07-05 12:29:28, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3156
+ 2014-07-05 12:29:28, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3157
+ 2014-07-05 12:29:28, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3158
+ 2014-07-05 12:37:52, INFO URL Agent starting up...
3159
+ 2014-07-05 12:37:52, INFO Log level is DEBUG
3160
+ 2014-07-05 12:37:52, INFO Using em_http dispatcher
3161
+ 2014-07-05 12:37:52, INFO Pinger started
3162
+ 2014-07-05 12:37:52, DEBUG MONITOR
3163
+ 2014-07-05 12:37:52, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3164
+ 2014-07-05 12:37:52, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3165
+ 2014-07-05 12:37:53, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3166
+ 2014-07-05 12:38:48, INFO URL Agent starting up...
3167
+ 2014-07-05 12:38:48, INFO Log level is DEBUG
3168
+ 2014-07-05 12:38:48, INFO Using em_http dispatcher
3169
+ 2014-07-05 12:38:48, INFO Pinger started
3170
+ 2014-07-05 12:38:48, DEBUG MONITOR
3171
+ 2014-07-05 12:38:48, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3172
+ 2014-07-05 12:38:48, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3173
+ 2014-07-05 12:38:48, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3174
+ 2014-07-05 13:03:19, INFO URL Agent starting up...
3175
+ 2014-07-05 13:03:19, INFO Log level is DEBUG
3176
+ 2014-07-05 13:03:19, INFO Using em_http dispatcher
3177
+ 2014-07-05 13:03:19, INFO Pinger started
3178
+ 2014-07-05 13:03:19, DEBUG MONITOR
3179
+ 2014-07-05 13:03:19, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3180
+ 2014-07-05 13:03:19, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3181
+ 2014-07-05 13:03:19, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3182
+ 2014-07-05 13:05:20, INFO URL Agent starting up...
3183
+ 2014-07-05 13:05:20, INFO Log level is DEBUG
3184
+ 2014-07-05 13:05:20, INFO Using em_http dispatcher
3185
+ 2014-07-05 13:05:20, INFO Pinger started
3186
+ 2014-07-05 13:05:20, DEBUG MONITOR
3187
+ 2014-07-05 13:05:20, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3188
+ 2014-07-05 13:05:20, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3189
+ 2014-07-05 13:05:20, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3190
+ 2014-07-05 13:39:01, INFO URL Agent starting up...
3191
+ 2014-07-05 13:39:01, INFO Log level is DEBUG
3192
+ 2014-07-05 13:39:01, INFO Using em_http dispatcher
3193
+ 2014-07-05 13:39:01, INFO Pinger started
3194
+ 2014-07-05 13:39:01, DEBUG MONITOR
3195
+ 2014-07-05 13:39:01, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3196
+ 2014-07-05 13:39:01, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3197
+ 2014-07-05 13:39:01, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3198
+ 2014-07-05 13:43:24, INFO URL Agent starting up...
3199
+ 2014-07-05 13:43:24, INFO Log level is DEBUG
3200
+ 2014-07-05 13:43:24, INFO Using em_http dispatcher
3201
+ 2014-07-05 13:43:24, INFO Pinger started
3202
+ 2014-07-05 13:43:24, DEBUG MONITOR
3203
+ 2014-07-05 13:43:24, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3204
+ 2014-07-05 13:43:24, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3205
+ 2014-07-05 13:43:24, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3206
+ 2014-07-05 13:44:07, INFO URL Agent starting up...
3207
+ 2014-07-05 13:44:07, INFO Log level is DEBUG
3208
+ 2014-07-05 13:44:07, INFO Using em_http dispatcher
3209
+ 2014-07-05 13:44:07, INFO Pinger started
3210
+ 2014-07-05 13:44:07, DEBUG MONITOR
3211
+ 2014-07-05 13:44:07, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3212
+ 2014-07-05 13:44:07, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3213
+ 2014-07-05 13:44:07, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3214
+ 2014-07-08 11:57:46, INFO URL Agent starting up...
3215
+ 2014-07-08 11:57:46, INFO Log level is DEBUG
3216
+ 2014-07-08 11:57:46, INFO Using em_http dispatcher
3217
+ 2014-07-08 11:57:46, INFO Pinger started
3218
+ 2014-07-08 11:57:46, DEBUG MONITOR
3219
+ 2014-07-08 11:57:46, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3220
+ 2014-07-08 11:57:46, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3221
+ 2014-07-08 11:57:48, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3222
+ 2014-07-08 12:13:12, INFO URL Agent starting up...
3223
+ 2014-07-08 12:13:12, INFO Log level is DEBUG
3224
+ 2014-07-08 12:13:12, INFO Using em_http dispatcher
3225
+ 2014-07-08 12:13:12, INFO Pinger started
3226
+ 2014-07-08 12:13:12, DEBUG MONITOR
3227
+ 2014-07-08 12:13:12, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3228
+ 2014-07-08 12:13:12, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3229
+ 2014-07-08 12:13:13, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3230
+ 2014-07-08 12:14:34, INFO URL Agent starting up...
3231
+ 2014-07-08 12:14:34, INFO Log level is DEBUG
3232
+ 2014-07-08 12:14:34, INFO Using em_http dispatcher
3233
+ 2014-07-08 12:14:34, INFO Pinger started
3234
+ 2014-07-08 12:14:34, DEBUG MONITOR
3235
+ 2014-07-08 12:14:34, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3236
+ 2014-07-08 12:14:34, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3237
+ 2014-07-08 12:14:35, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3238
+ 2014-07-08 12:16:32, INFO URL Agent starting up...
3239
+ 2014-07-08 12:16:32, INFO Log level is DEBUG
3240
+ 2014-07-08 12:16:32, INFO Using em_http dispatcher
3241
+ 2014-07-08 12:16:32, INFO Pinger started
3242
+ 2014-07-08 12:16:32, DEBUG MONITOR
3243
+ 2014-07-08 12:16:32, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3244
+ 2014-07-08 12:16:32, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3245
+ 2014-07-08 12:16:33, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3246
+ 2014-07-08 12:17:07, INFO URL Agent starting up...
3247
+ 2014-07-08 12:17:07, INFO Log level is DEBUG
3248
+ 2014-07-08 12:17:07, INFO Using em_http dispatcher
3249
+ 2014-07-08 12:17:07, INFO Pinger started
3250
+ 2014-07-08 12:17:07, DEBUG MONITOR
3251
+ 2014-07-08 12:17:07, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3252
+ 2014-07-08 12:17:07, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3253
+ 2014-07-08 12:17:08, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3254
+ 2014-07-08 12:20:12, INFO URL Agent starting up...
3255
+ 2014-07-08 12:20:12, INFO Log level is DEBUG
3256
+ 2014-07-08 12:20:12, INFO Using em_http dispatcher
3257
+ 2014-07-08 12:20:12, INFO Pinger started
3258
+ 2014-07-08 12:20:12, DEBUG MONITOR
3259
+ 2014-07-08 12:20:12, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3260
+ 2014-07-08 12:20:12, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3261
+ 2014-07-08 12:20:13, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?
3262
+ 2014-07-08 12:20:54, INFO URL Agent starting up...
3263
+ 2014-07-08 12:20:54, INFO Log level is DEBUG
3264
+ 2014-07-08 12:20:54, INFO Using em_http dispatcher
3265
+ 2014-07-08 12:20:54, INFO Pinger started
3266
+ 2014-07-08 12:20:54, DEBUG MONITOR
3267
+ 2014-07-08 12:20:54, DEBUG DISPATCH log_cancellations:active http://google.com/?q=hello GET
3268
+ 2014-07-08 12:20:54, DEBUG GET log_cancellations:active http://google.com/?q=hello {}
3269
+ 2014-07-08 12:20:55, DEBUG GET-RESPONSE log_cancellations:active http://google.com/?q=hello {:redirects=>0, :followed=>0} 227 "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>301 Moved</TITLE></HEAD><BODY>\n<H1>301 Moved</H1>\nThe document has moved\n<A HREF=\"http://www.google.com/?