01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
<anychart> |
03 |
<settings> |
04 |
<animation enabled="false" /> |
05 |
<locale> |
06 |
<date_time_format> |
07 |
<format><![CDATA[%yyyy.%MM.%dd %hh:%mm:%ss]]></format> |
08 |
</date_time_format> |
09 |
</locale> |
10 |
</settings> |
11 |
<charts> |
12 |
<chart plot_type="CategorizedBySeriesHorizontal"> |
13 |
<chart_settings> |
14 |
<title> |
15 |
<text><![CDATA[Servers Status List (Range-Bar, using Date/Time Scale)]]></text> |
16 |
</title> |
17 |
<axes> |
18 |
<y_axis position="Opposite"> |
19 |
<scale mode="Overlay" type="DateTime" minimum_offset="0" maximum_offset="0" major_interval="1" major_interval_unit="Day" /> |
20 |
<labels> |
21 |
<format><![CDATA[{%Value}{dateTimeFormat:%MMM},{%Value}{dateTimeFormat:%dd}]]></format> |
22 |
</labels> |
23 |
<zoom enabled="true" start="2008.03.20 12:00:00" end="2008.04.01 12:00:00" allow_drag="false" /> |
24 |
<title> |
25 |
<text><![CDATA[Date]]></text> |
26 |
</title> |
27 |
<line enabled="false" /> |
28 |
</y_axis> |
29 |
<x_axis> |
30 |
<major_tickmark enabled="false" /> |
31 |
<minor_tickmark enabled="false" /> |
32 |
<major_grid enabled="false" /> |
33 |
<title enabled="false" /> |
34 |
</x_axis> |
35 |
</axes> |
36 |
<legend enabled="true" ignore_auto_item="True"> |
37 |
<title enabled="false" /> |
38 |
<items> |
39 |
<item source="Thresholds" /> |
40 |
</items> |
41 |
</legend> |
42 |
</chart_settings> |
43 |
<thresholds> |
44 |
<threshold name="StatusThr"> |
45 |
<condition name="Working" type="equalTo" value_1="{%Status}" value_2="Working" color="#74D787" /> |
46 |
<condition name="Maintance" type="equalTo" value_1="{%Status}" value_2="Maintance" color="#D6D774" /> |
47 |
<condition name="Broken" type="equalTo" value_1="{%Status}" value_2="Broken" color="#D77474" /> |
48 |
</threshold> |
49 |
</thresholds> |
50 |
<data_plot_settings> |
51 |
<range_bar_series group_padding="0.2"> |
52 |
<bar_style> |
53 |
<fill type="Gradient" opacity="0.8"> |
54 |
<gradient angle="0"> |
55 |
<key color="%Color" /> |
56 |
<key color="DarkColor(%Color)" /> |
57 |
</gradient> |
58 |
</fill> |
59 |
<effects enabled="false" /> |
60 |
<border type="Solid" color="Rgb(120,120,120)" /> |
61 |
<states> |
62 |
<hover> |
63 |
<hatch_fill enabled="true" type="Percent50" color="White" opacity="0.5" /> |
64 |
<border thickness="1" /> |
65 |
</hover> |
66 |
</states> |
67 |
</bar_style> |
68 |
<start_point> |
69 |
<marker_settings enabled="true" color="DarkRed"> |
70 |
<marker type="None" anchor="Center" v_align="Center" h_align="Center" /> |
71 |
<states> |
72 |
<hover> |
73 |
<marker type="Star5" /> |
74 |
</hover> |
75 |
</states> |
76 |
</marker_settings> |
77 |
<tooltip_settings enabled="true"> |
78 |
<position anchor="Float" valign="Top" halign="Right" /> |
79 |
<format><![CDATA[{%SeriesName} ({%Status})]]></format> |
80 |
<background> |
81 |
<corners type="Rounded" all="3" /> |
82 |
</background> |
83 |
</tooltip_settings> |
84 |
</start_point> |
85 |
<interactivity allow_select="false" use_hand_cursor="false" /> |
86 |
</range_bar_series> |
87 |
</data_plot_settings> |
88 |
<data> |
89 |
<series name="Server 1" type="RangeBar" threshold="StatusThr"> |
90 |
<point start="2008.02.01 00:00:00" end="2008.02.02 14:44:51"> |
91 |
<attributes> |
92 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
93 |
</attributes> |
94 |
</point> |
95 |
<point start="2008.02.02 14:44:51" end="2008.02.03 08:06:15"> |
96 |
<attributes> |
97 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
98 |
</attributes> |
99 |
</point> |
100 |
<point start="2008.02.03 08:06:15" end="2008.02.06 21:28:59"> |
101 |
<attributes> |
102 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
103 |
</attributes> |
104 |
</point> |
105 |
<point start="2008.02.06 21:28:59" end="2008.02.07 08:47:45"> |
106 |
<attributes> |
107 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
108 |
</attributes> |
109 |
</point> |
110 |
<point start="2008.02.07 08:47:45" end="2008.02.08 22:18:13"> |
111 |
<attributes> |
112 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
113 |
</attributes> |
114 |
</point> |
115 |
<point start="2008.02.08 22:18:13" end="2008.02.09 20:36:25"> |
116 |
<attributes> |
117 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
118 |
</attributes> |
119 |
</point> |
120 |
<point start="2008.02.09 20:36:25" end="2008.02.10 15:58:37"> |
121 |
<attributes> |
122 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
123 |
</attributes> |
124 |
</point> |
125 |
<point start="2008.02.10 15:58:37" end="2008.02.11 11:26:27"> |
126 |
<attributes> |
127 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
128 |
</attributes> |
129 |
</point> |
130 |
<point start="2008.02.11 11:26:27" end="2008.02.12 03:20:03"> |
131 |
<attributes> |
132 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
133 |
</attributes> |
134 |
</point> |
135 |
<point start="2008.02.12 03:20:03" end="2008.02.15 04:36:44"> |
136 |
<attributes> |
137 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
138 |
</attributes> |
139 |
</point> |
140 |
<point start="2008.02.15 04:36:44" end="2008.02.15 15:03:28"> |
141 |
<attributes> |
142 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
143 |
</attributes> |
144 |
</point> |
145 |
<point start="2008.02.15 15:03:28" end="2008.02.16 06:14:33"> |
146 |
<attributes> |
147 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
148 |
</attributes> |
149 |
</point> |
150 |
<point start="2008.02.16 06:14:33" end="2008.02.17 04:18:32"> |
151 |
<attributes> |
152 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
153 |
</attributes> |
154 |
</point> |
155 |
<point start="2008.02.17 04:18:32" end="2008.02.18 03:55:13"> |
156 |
<attributes> |
157 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
158 |
</attributes> |
159 |
</point> |
160 |
<point start="2008.02.18 03:55:13" end="2008.02.19 01:45:17"> |
161 |
<attributes> |
162 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
163 |
</attributes> |
164 |
</point> |
165 |
<point start="2008.02.19 01:45:17" end="2008.02.22 01:42:25"> |
166 |
<attributes> |
167 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
168 |
</attributes> |
169 |
</point> |
170 |
<point start="2008.02.22 01:42:25" end="2008.02.22 23:23:21"> |
171 |
<attributes> |
172 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
173 |
</attributes> |
174 |
</point> |
175 |
<point start="2008.02.22 23:23:21" end="2008.02.25 18:32:02"> |
176 |
<attributes> |
177 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
178 |
</attributes> |
179 |
</point> |
180 |
<point start="2008.02.25 18:32:02" end="2008.02.27 07:54:58"> |
181 |
<attributes> |
182 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
183 |
</attributes> |
184 |
</point> |
185 |
<point start="2008.02.27 07:54:58" end="2008.03.07 06:31:49"> |
186 |
<attributes> |
187 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
188 |
</attributes> |
189 |
</point> |
190 |
<point start="2008.03.07 06:31:49" end="2008.03.08 04:04:10"> |
191 |
<attributes> |
192 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
193 |
</attributes> |
194 |
</point> |
195 |
<point start="2008.03.08 04:04:10" end="2008.03.11 08:12:33"> |
196 |
<attributes> |
197 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
198 |
</attributes> |
199 |
</point> |
200 |
<point start="2008.03.11 08:12:33" end="2008.03.11 23:18:07"> |
201 |
<attributes> |
202 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
203 |
</attributes> |
204 |
</point> |
205 |
<point start="2008.03.11 23:18:07" end="2008.03.18 12:29:35"> |
206 |
<attributes> |
207 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
208 |
</attributes> |
209 |
</point> |
210 |
<point start="2008.03.18 12:29:35" end="2008.03.19 21:46:28"> |
211 |
<attributes> |
212 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
213 |
</attributes> |
214 |
</point> |
215 |
<point start="2008.03.19 21:46:28" end="2008.03.20 17:08:45"> |
216 |
<attributes> |
217 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
218 |
</attributes> |
219 |
</point> |
220 |
<point start="2008.03.20 17:08:45" end="2008.03.21 17:05:33"> |
221 |
<attributes> |
222 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
223 |
</attributes> |
224 |
</point> |
225 |
<point start="2008.03.21 17:05:33" end="2008.03.23 03:11:03"> |
226 |
<attributes> |
227 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
228 |
</attributes> |
229 |
</point> |
230 |
<point start="2008.03.23 03:11:03" end="2008.03.25 07:15:31"> |
231 |
<attributes> |
232 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
233 |
</attributes> |
234 |
</point> |
235 |
<point start="2008.03.25 07:15:31" end="2008.03.26 23:26:09"> |
236 |
<attributes> |
237 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
238 |
</attributes> |
239 |
</point> |
240 |
<point start="2008.03.26 23:26:09" end="2008.03.28 03:08:29"> |
241 |
<attributes> |
242 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
243 |
</attributes> |
244 |
</point> |
245 |
<point start="2008.03.28 03:08:29" end="2008.03.28 21:14:51"> |
246 |
<attributes> |
247 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
248 |
</attributes> |
249 |
</point> |
250 |
<point name="Server 1" start="2008.03.28 21:14:51" end="2008.04.01 00:00:00"> |
251 |
<attributes> |
252 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
253 |
</attributes> |
254 |
</point> |
255 |
</series> |
256 |
<series name="Server 2" type="RangeBar" threshold="StatusThr"> |
257 |
<point start="2008.02.01 00:00:00" end="2008.02.01 17:48:22"> |
258 |
<attributes> |
259 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
260 |
</attributes> |
261 |
</point> |
262 |
<point start="2008.02.01 17:48:22" end="2008.02.02 07:26:52"> |
263 |
<attributes> |
264 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
265 |
</attributes> |
266 |
</point> |
267 |
<point start="2008.02.02 07:26:52" end="2008.02.03 01:42:13"> |
268 |
<attributes> |
269 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
270 |
</attributes> |
271 |
</point> |
272 |
<point start="2008.02.03 01:42:13" end="2008.02.03 16:54:00"> |
273 |
<attributes> |
274 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
275 |
</attributes> |
276 |
</point> |
277 |
<point start="2008.02.03 16:54:00" end="2008.02.05 19:20:14"> |
278 |
<attributes> |
279 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
280 |
</attributes> |
281 |
</point> |
282 |
<point start="2008.02.05 19:20:14" end="2008.02.07 20:47:49"> |
283 |
<attributes> |
284 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
285 |
</attributes> |
286 |
</point> |
287 |
<point start="2008.02.07 20:47:49" end="2008.02.09 15:19:25"> |
288 |
<attributes> |
289 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
290 |
</attributes> |
291 |
</point> |
292 |
<point start="2008.02.09 15:19:25" end="2008.02.10 15:08:21"> |
293 |
<attributes> |
294 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
295 |
</attributes> |
296 |
</point> |
297 |
<point start="2008.02.10 15:08:21" end="2008.02.12 16:39:54"> |
298 |
<attributes> |
299 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
300 |
</attributes> |
301 |
</point> |
302 |
<point start="2008.02.12 16:39:54" end="2008.02.14 00:43:59"> |
303 |
<attributes> |
304 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
305 |
</attributes> |
306 |
</point> |
307 |
<point start="2008.02.14 00:43:59" end="2008.02.14 19:30:36"> |
308 |
<attributes> |
309 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
310 |
</attributes> |
311 |
</point> |
312 |
<point start="2008.02.14 19:30:36" end="2008.02.15 13:25:06"> |
313 |
<attributes> |
314 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
315 |
</attributes> |
316 |
</point> |
317 |
<point start="2008.02.15 13:25:06" end="2008.02.16 00:01:06"> |
318 |
<attributes> |
319 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
320 |
</attributes> |
321 |
</point> |
322 |
<point start="2008.02.16 00:01:06" end="2008.02.16 21:10:31"> |
323 |
<attributes> |
324 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
325 |
</attributes> |
326 |
</point> |
327 |
<point start="2008.02.16 21:10:31" end="2008.02.18 02:19:01"> |
328 |
<attributes> |
329 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
330 |
</attributes> |
331 |
</point> |
332 |
<point start="2008.02.18 02:19:01" end="2008.02.22 07:12:45"> |
333 |
<attributes> |
334 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
335 |
</attributes> |
336 |
</point> |
337 |
<point start="2008.02.22 07:12:45" end="2008.02.22 23:20:47"> |
338 |
<attributes> |
339 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
340 |
</attributes> |
341 |
</point> |
342 |
<point start="2008.02.22 23:20:47" end="2008.02.26 17:56:20"> |
343 |
<attributes> |
344 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
345 |
</attributes> |
346 |
</point> |
347 |
<point start="2008.02.26 17:56:20" end="2008.02.27 15:45:38"> |
348 |
<attributes> |
349 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
350 |
</attributes> |
351 |
</point> |
352 |
<point start="2008.02.27 15:45:38" end="2008.02.28 04:11:15"> |
353 |
<attributes> |
354 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
355 |
</attributes> |
356 |
</point> |
357 |
<point start="2008.02.28 04:11:15" end="2008.02.29 10:21:01"> |
358 |
<attributes> |
359 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
360 |
</attributes> |
361 |
</point> |
362 |
<point start="2008.02.29 10:21:01" end="2008.03.01 08:30:45"> |
363 |
<attributes> |
364 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
365 |
</attributes> |
366 |
</point> |
367 |
<point start="2008.03.01 08:30:45" end="2008.03.01 23:24:51"> |
368 |
<attributes> |
369 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
370 |
</attributes> |
371 |
</point> |
372 |
<point start="2008.03.01 23:24:51" end="2008.03.02 22:54:11"> |
373 |
<attributes> |
374 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
375 |
</attributes> |
376 |
</point> |
377 |
<point start="2008.03.02 22:54:11" end="2008.03.05 15:46:04"> |
378 |
<attributes> |
379 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
380 |
</attributes> |
381 |
</point> |
382 |
<point start="2008.03.05 15:46:04" end="2008.03.06 11:21:14"> |
383 |
<attributes> |
384 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
385 |
</attributes> |
386 |
</point> |
387 |
<point start="2008.03.06 11:21:14" end="2008.03.09 09:28:34"> |
388 |
<attributes> |
389 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
390 |
</attributes> |
391 |
</point> |
392 |
<point start="2008.03.09 09:28:34" end="2008.03.10 04:48:02"> |
393 |
<attributes> |
394 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
395 |
</attributes> |
396 |
</point> |
397 |
<point start="2008.03.10 04:48:02" end="2008.03.13 01:29:21"> |
398 |
<attributes> |
399 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
400 |
</attributes> |
401 |
</point> |
402 |
<point start="2008.03.13 01:29:21" end="2008.03.14 00:46:07"> |
403 |
<attributes> |
404 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
405 |
</attributes> |
406 |
</point> |
407 |
<point start="2008.03.14 00:46:07" end="2008.03.14 18:55:44"> |
408 |
<attributes> |
409 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
410 |
</attributes> |
411 |
</point> |
412 |
<point start="2008.03.14 18:55:44" end="2008.03.15 17:09:22"> |
413 |
<attributes> |
414 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
415 |
</attributes> |
416 |
</point> |
417 |
<point start="2008.03.15 17:09:22" end="2008.03.16 16:31:05"> |
418 |
<attributes> |
419 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
420 |
</attributes> |
421 |
</point> |
422 |
<point start="2008.03.16 16:31:05" end="2008.03.18 03:41:21"> |
423 |
<attributes> |
424 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
425 |
</attributes> |
426 |
</point> |
427 |
<point start="2008.03.18 03:41:21" end="2008.03.20 03:57:34"> |
428 |
<attributes> |
429 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
430 |
</attributes> |
431 |
</point> |
432 |
<point start="2008.03.20 03:57:34" end="2008.03.20 20:59:15"> |
433 |
<attributes> |
434 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
435 |
</attributes> |
436 |
</point> |
437 |
<point start="2008.03.20 20:59:15" end="2008.03.25 09:24:59"> |
438 |
<attributes> |
439 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
440 |
</attributes> |
441 |
</point> |
442 |
<point start="2008.03.25 09:24:59" end="2008.03.25 19:44:32"> |
443 |
<attributes> |
444 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
445 |
</attributes> |
446 |
</point> |
447 |
<point start="2008.03.25 19:44:32" end="2008.03.26 09:18:25"> |
448 |
<attributes> |
449 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
450 |
</attributes> |
451 |
</point> |
452 |
<point start="2008.03.26 09:18:25" end="2008.03.27 08:09:35"> |
453 |
<attributes> |
454 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
455 |
</attributes> |
456 |
</point> |
457 |
<point start="2008.03.27 08:09:35" end="2008.03.28 02:46:04"> |
458 |
<attributes> |
459 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
460 |
</attributes> |
461 |
</point> |
462 |
<point start="2008.03.28 02:46:04" end="2008.03.28 16:06:24"> |
463 |
<attributes> |
464 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
465 |
</attributes> |
466 |
</point> |
467 |
<point name="Server 2" start="2008.03.28 16:06:24" end="2008.04.01 00:00:00"> |
468 |
<attributes> |
469 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
470 |
</attributes> |
471 |
</point> |
472 |
</series> |
473 |
<series name="Server 3" type="RangeBar" threshold="StatusThr"> |
474 |
<point start="2008.02.01 00:00:00" end="2008.02.01 23:57:18"> |
475 |
<attributes> |
476 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
477 |
</attributes> |
478 |
</point> |
479 |
<point start="2008.02.01 23:57:18" end="2008.02.02 22:59:48"> |
480 |
<attributes> |
481 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
482 |
</attributes> |
483 |
</point> |
484 |
<point start="2008.02.02 22:59:48" end="2008.02.03 13:41:32"> |
485 |
<attributes> |
486 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
487 |
</attributes> |
488 |
</point> |
489 |
<point start="2008.02.03 13:41:32" end="2008.02.16 23:12:27"> |
490 |
<attributes> |
491 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
492 |
</attributes> |
493 |
</point> |
494 |
<point start="2008.02.16 23:12:27" end="2008.02.19 07:43:10"> |
495 |
<attributes> |
496 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
497 |
</attributes> |
498 |
</point> |
499 |
<point start="2008.02.19 07:43:10" end="2008.02.22 01:59:37"> |
500 |
<attributes> |
501 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
502 |
</attributes> |
503 |
</point> |
504 |
<point start="2008.02.22 01:59:37" end="2008.02.22 12:17:24"> |
505 |
<attributes> |
506 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
507 |
</attributes> |
508 |
</point> |
509 |
<point start="2008.02.22 12:17:24" end="2008.02.23 15:05:05"> |
510 |
<attributes> |
511 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
512 |
</attributes> |
513 |
</point> |
514 |
<point start="2008.02.23 15:05:05" end="2008.02.24 08:46:02"> |
515 |
<attributes> |
516 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
517 |
</attributes> |
518 |
</point> |
519 |
<point start="2008.02.24 08:46:02" end="2008.02.25 02:17:15"> |
520 |
<attributes> |
521 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
522 |
</attributes> |
523 |
</point> |
524 |
<point start="2008.02.25 02:17:15" end="2008.02.25 18:21:47"> |
525 |
<attributes> |
526 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
527 |
</attributes> |
528 |
</point> |
529 |
<point start="2008.02.25 18:21:47" end="2008.02.26 15:14:11"> |
530 |
<attributes> |
531 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
532 |
</attributes> |
533 |
</point> |
534 |
<point start="2008.02.26 15:14:11" end="2008.02.27 10:38:41"> |
535 |
<attributes> |
536 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
537 |
</attributes> |
538 |
</point> |
539 |
<point start="2008.02.27 10:38:41" end="2008.03.01 04:29:43"> |
540 |
<attributes> |
541 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
542 |
</attributes> |
543 |
</point> |
544 |
<point start="2008.03.01 04:29:43" end="2008.03.01 20:12:44"> |
545 |
<attributes> |
546 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
547 |
</attributes> |
548 |
</point> |
549 |
<point start="2008.03.01 20:12:44" end="2008.03.02 14:32:02"> |
550 |
<attributes> |
551 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
552 |
</attributes> |
553 |
</point> |
554 |
<point start="2008.03.02 14:32:02" end="2008.03.03 17:21:10"> |
555 |
<attributes> |
556 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
557 |
</attributes> |
558 |
</point> |
559 |
<point start="2008.03.03 17:21:10" end="2008.03.04 15:58:37"> |
560 |
<attributes> |
561 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
562 |
</attributes> |
563 |
</point> |
564 |
<point start="2008.03.04 15:58:37" end="2008.03.07 10:04:18"> |
565 |
<attributes> |
566 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
567 |
</attributes> |
568 |
</point> |
569 |
<point start="2008.03.07 10:04:18" end="2008.03.07 20:47:57"> |
570 |
<attributes> |
571 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
572 |
</attributes> |
573 |
</point> |
574 |
<point start="2008.03.07 20:47:57" end="2008.03.12 00:33:28"> |
575 |
<attributes> |
576 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
577 |
</attributes> |
578 |
</point> |
579 |
<point start="2008.03.12 00:33:28" end="2008.03.12 21:33:31"> |
580 |
<attributes> |
581 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
582 |
</attributes> |
583 |
</point> |
584 |
<point start="2008.03.12 21:33:31" end="2008.03.13 20:38:21"> |
585 |
<attributes> |
586 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
587 |
</attributes> |
588 |
</point> |
589 |
<point start="2008.03.13 20:38:21" end="2008.03.15 11:18:02"> |
590 |
<attributes> |
591 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
592 |
</attributes> |
593 |
</point> |
594 |
<point start="2008.03.15 11:18:02" end="2008.03.17 01:06:52"> |
595 |
<attributes> |
596 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
597 |
</attributes> |
598 |
</point> |
599 |
<point start="2008.03.17 01:06:52" end="2008.03.17 13:23:13"> |
600 |
<attributes> |
601 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
602 |
</attributes> |
603 |
</point> |
604 |
<point start="2008.03.17 13:23:13" end="2008.03.20 05:37:27"> |
605 |
<attributes> |
606 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
607 |
</attributes> |
608 |
</point> |
609 |
<point start="2008.03.20 05:37:27" end="2008.03.20 17:03:57"> |
610 |
<attributes> |
611 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
612 |
</attributes> |
613 |
</point> |
614 |
<point start="2008.03.20 17:03:57" end="2008.03.27 12:49:32"> |
615 |
<attributes> |
616 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
617 |
</attributes> |
618 |
</point> |
619 |
<point start="2008.03.27 12:49:32" end="2008.03.28 00:23:05"> |
620 |
<attributes> |
621 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
622 |
</attributes> |
623 |
</point> |
624 |
<point start="2008.03.28 00:23:05" end="2008.03.29 04:10:53"> |
625 |
<attributes> |
626 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
627 |
</attributes> |
628 |
</point> |
629 |
<point start="2008.03.29 04:10:53" end="2008.03.29 17:29:20"> |
630 |
<attributes> |
631 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
632 |
</attributes> |
633 |
</point> |
634 |
<point start="2008.03.29 17:29:20" end="2008.03.30 17:14:52"> |
635 |
<attributes> |
636 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
637 |
</attributes> |
638 |
</point> |
639 |
<point start="2008.03.30 17:14:52" end="2008.03.31 07:05:42"> |
640 |
<attributes> |
641 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
642 |
</attributes> |
643 |
</point> |
644 |
<point name="Server 3" start="2008.03.31 07:05:42" end="2008.03.31 23:59:59"> |
645 |
<attributes> |
646 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
647 |
</attributes> |
648 |
</point> |
649 |
</series> |
650 |
<series name="Server 4" type="RangeBar" threshold="StatusThr"> |
651 |
<point name="Server 4" start="2008.02.01 00:00:00" end="2008.02.01 23:36:36"> |
652 |
<attributes> |
653 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
654 |
</attributes> |
655 |
</point> |
656 |
<point start="2008.02.01 23:36:36" end="2008.02.02 20:27:40"> |
657 |
<attributes> |
658 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
659 |
</attributes> |
660 |
</point> |
661 |
<point start="2008.02.02 20:27:40" end="2008.02.05 13:21:34"> |
662 |
<attributes> |
663 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
664 |
</attributes> |
665 |
</point> |
666 |
<point start="2008.02.05 13:21:34" end="2008.02.07 23:41:11"> |
667 |
<attributes> |
668 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
669 |
</attributes> |
670 |
</point> |
671 |
<point start="2008.02.07 23:41:11" end="2008.02.08 23:24:20"> |
672 |
<attributes> |
673 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
674 |
</attributes> |
675 |
</point> |
676 |
<point start="2008.02.08 23:24:20" end="2008.02.09 22:12:10"> |
677 |
<attributes> |
678 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
679 |
</attributes> |
680 |
</point> |
681 |
<point start="2008.02.09 22:12:10" end="2008.02.12 17:12:11"> |
682 |
<attributes> |
683 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
684 |
</attributes> |
685 |
</point> |
686 |
<point start="2008.02.12 17:12:11" end="2008.02.13 10:53:51"> |
687 |
<attributes> |
688 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
689 |
</attributes> |
690 |
</point> |
691 |
<point start="2008.02.13 10:53:51" end="2008.02.14 03:40:09"> |
692 |
<attributes> |
693 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
694 |
</attributes> |
695 |
</point> |
696 |
<point start="2008.02.14 03:40:09" end="2008.02.14 14:17:21"> |
697 |
<attributes> |
698 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
699 |
</attributes> |
700 |
</point> |
701 |
<point start="2008.02.14 14:17:21" end="2008.02.18 12:33:41"> |
702 |
<attributes> |
703 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
704 |
</attributes> |
705 |
</point> |
706 |
<point start="2008.02.18 12:33:41" end="2008.02.19 01:44:16"> |
707 |
<attributes> |
708 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
709 |
</attributes> |
710 |
</point> |
711 |
<point start="2008.02.19 01:44:16" end="2008.02.24 13:51:41"> |
712 |
<attributes> |
713 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
714 |
</attributes> |
715 |
</point> |
716 |
<point start="2008.02.24 13:51:41" end="2008.02.25 04:49:27"> |
717 |
<attributes> |
718 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
719 |
</attributes> |
720 |
</point> |
721 |
<point start="2008.02.25 04:49:27" end="2008.02.29 11:34:26"> |
722 |
<attributes> |
723 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
724 |
</attributes> |
725 |
</point> |
726 |
<point start="2008.02.29 11:34:26" end="2008.03.01 00:50:48"> |
727 |
<attributes> |
728 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
729 |
</attributes> |
730 |
</point> |
731 |
<point start="2008.03.01 00:50:48" end="2008.03.05 02:24:54"> |
732 |
<attributes> |
733 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
734 |
</attributes> |
735 |
</point> |
736 |
<point start="2008.03.05 02:24:54" end="2008.03.07 13:12:36"> |
737 |
<attributes> |
738 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
739 |
</attributes> |
740 |
</point> |
741 |
<point start="2008.03.07 13:12:36" end="2008.03.08 10:46:17"> |
742 |
<attributes> |
743 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
744 |
</attributes> |
745 |
</point> |
746 |
<point start="2008.03.08 10:46:17" end="2008.03.08 21:42:06"> |
747 |
<attributes> |
748 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
749 |
</attributes> |
750 |
</point> |
751 |
<point start="2008.03.08 21:42:06" end="2008.03.10 03:13:24"> |
752 |
<attributes> |
753 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
754 |
</attributes> |
755 |
</point> |
756 |
<point start="2008.03.10 03:13:24" end="2008.03.10 15:08:39"> |
757 |
<attributes> |
758 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
759 |
</attributes> |
760 |
</point> |
761 |
<point start="2008.03.10 15:08:39" end="2008.03.16 17:46:29"> |
762 |
<attributes> |
763 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
764 |
</attributes> |
765 |
</point> |
766 |
<point start="2008.03.16 17:46:29" end="2008.03.17 05:45:22"> |
767 |
<attributes> |
768 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
769 |
</attributes> |
770 |
</point> |
771 |
<point start="2008.03.17 05:45:22" end="2008.03.20 09:20:03"> |
772 |
<attributes> |
773 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
774 |
</attributes> |
775 |
</point> |
776 |
<point start="2008.03.20 09:20:03" end="2008.03.21 07:10:25"> |
777 |
<attributes> |
778 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
779 |
</attributes> |
780 |
</point> |
781 |
<point start="2008.03.21 07:10:25" end="2008.03.24 20:09:37"> |
782 |
<attributes> |
783 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
784 |
</attributes> |
785 |
</point> |
786 |
<point start="2008.03.24 20:09:37" end="2008.03.25 08:26:33"> |
787 |
<attributes> |
788 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
789 |
</attributes> |
790 |
</point> |
791 |
<point start="2008.03.25 08:26:33" end="2008.03.26 17:54:13"> |
792 |
<attributes> |
793 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
794 |
</attributes> |
795 |
</point> |
796 |
<point start="2008.03.26 17:54:13" end="2008.03.27 07:02:27"> |
797 |
<attributes> |
798 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
799 |
</attributes> |
800 |
</point> |
801 |
<point start="2008.03.27 07:02:27" end="2008.04.01 00:00:00"> |
802 |
<attributes> |
803 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
804 |
</attributes> |
805 |
</point> |
806 |
</series> |
807 |
<series name="Server 5" type="RangeBar" threshold="StatusThr"> |
808 |
<point start="2008.02.01 00:00:00" end="2008.02.01 16:47:31"> |
809 |
<attributes> |
810 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
811 |
</attributes> |
812 |
</point> |
813 |
<point start="2008.02.01 16:47:31" end="2008.02.02 11:37:11"> |
814 |
<attributes> |
815 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
816 |
</attributes> |
817 |
</point> |
818 |
<point start="2008.02.02 11:37:11" end="2008.02.06 19:46:05"> |
819 |
<attributes> |
820 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
821 |
</attributes> |
822 |
</point> |
823 |
<point start="2008.02.06 19:46:05" end="2008.02.07 11:03:50"> |
824 |
<attributes> |
825 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
826 |
</attributes> |
827 |
</point> |
828 |
<point start="2008.02.07 11:03:50" end="2008.02.10 00:56:52"> |
829 |
<attributes> |
830 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
831 |
</attributes> |
832 |
</point> |
833 |
<point start="2008.02.10 00:56:52" end="2008.02.10 15:01:28"> |
834 |
<attributes> |
835 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
836 |
</attributes> |
837 |
</point> |
838 |
<point start="2008.02.10 15:01:28" end="2008.02.20 11:30:26"> |
839 |
<attributes> |
840 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
841 |
</attributes> |
842 |
</point> |
843 |
<point start="2008.02.20 11:30:26" end="2008.02.21 07:21:18"> |
844 |
<attributes> |
845 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
846 |
</attributes> |
847 |
</point> |
848 |
<point start="2008.02.21 07:21:18" end="2008.02.21 21:13:01"> |
849 |
<attributes> |
850 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
851 |
</attributes> |
852 |
</point> |
853 |
<point start="2008.02.21 21:13:01" end="2008.02.22 10:45:04"> |
854 |
<attributes> |
855 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
856 |
</attributes> |
857 |
</point> |
858 |
<point start="2008.02.22 10:45:04" end="2008.02.24 18:58:55"> |
859 |
<attributes> |
860 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
861 |
</attributes> |
862 |
</point> |
863 |
<point start="2008.02.24 18:58:55" end="2008.02.26 18:04:04"> |
864 |
<attributes> |
865 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
866 |
</attributes> |
867 |
</point> |
868 |
<point start="2008.02.26 18:04:04" end="2008.02.28 19:59:30"> |
869 |
<attributes> |
870 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
871 |
</attributes> |
872 |
</point> |
873 |
<point start="2008.02.28 19:59:30" end="2008.02.29 09:03:07"> |
874 |
<attributes> |
875 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
876 |
</attributes> |
877 |
</point> |
878 |
<point start="2008.02.29 09:03:07" end="2008.03.04 04:54:00"> |
879 |
<attributes> |
880 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
881 |
</attributes> |
882 |
</point> |
883 |
<point start="2008.03.04 04:54:00" end="2008.03.04 23:26:53"> |
884 |
<attributes> |
885 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
886 |
</attributes> |
887 |
</point> |
888 |
<point start="2008.03.04 23:26:53" end="2008.03.05 18:15:04"> |
889 |
<attributes> |
890 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
891 |
</attributes> |
892 |
</point> |
893 |
<point start="2008.03.05 18:15:04" end="2008.03.06 23:41:20"> |
894 |
<attributes> |
895 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
896 |
</attributes> |
897 |
</point> |
898 |
<point start="2008.03.06 23:41:20" end="2008.03.09 02:59:12"> |
899 |
<attributes> |
900 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
901 |
</attributes> |
902 |
</point> |
903 |
<point start="2008.03.09 02:59:12" end="2008.03.10 08:10:18"> |
904 |
<attributes> |
905 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
906 |
</attributes> |
907 |
</point> |
908 |
<point start="2008.03.10 08:10:18" end="2008.03.10 21:06:24"> |
909 |
<attributes> |
910 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
911 |
</attributes> |
912 |
</point> |
913 |
<point start="2008.03.10 21:06:24" end="2008.03.11 11:08:20"> |
914 |
<attributes> |
915 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
916 |
</attributes> |
917 |
</point> |
918 |
<point start="2008.03.11 11:08:20" end="2008.03.13 08:13:45"> |
919 |
<attributes> |
920 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
921 |
</attributes> |
922 |
</point> |
923 |
<point start="2008.03.13 08:13:45" end="2008.03.13 21:39:46"> |
924 |
<attributes> |
925 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
926 |
</attributes> |
927 |
</point> |
928 |
<point start="2008.03.13 21:39:46" end="2008.03.15 06:21:55"> |
929 |
<attributes> |
930 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
931 |
</attributes> |
932 |
</point> |
933 |
<point start="2008.03.15 06:21:55" end="2008.03.15 16:35:07"> |
934 |
<attributes> |
935 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
936 |
</attributes> |
937 |
</point> |
938 |
<point start="2008.03.15 16:35:07" end="2008.03.18 04:35:37"> |
939 |
<attributes> |
940 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
941 |
</attributes> |
942 |
</point> |
943 |
<point start="2008.03.18 04:35:37" end="2008.03.20 07:59:52"> |
944 |
<attributes> |
945 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
946 |
</attributes> |
947 |
</point> |
948 |
<point start="2008.03.20 07:59:52" end="2008.03.20 19:47:38"> |
949 |
<attributes> |
950 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
951 |
</attributes> |
952 |
</point> |
953 |
<point start="2008.03.20 19:47:38" end="2008.03.22 03:23:42"> |
954 |
<attributes> |
955 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
956 |
</attributes> |
957 |
</point> |
958 |
<point start="2008.03.22 03:23:42" end="2008.03.22 19:44:14"> |
959 |
<attributes> |
960 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
961 |
</attributes> |
962 |
</point> |
963 |
<point start="2008.03.22 19:44:14" end="2008.03.23 17:50:06"> |
964 |
<attributes> |
965 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
966 |
</attributes> |
967 |
</point> |
968 |
<point start="2008.03.23 17:50:06" end="2008.03.24 10:44:53"> |
969 |
<attributes> |
970 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
971 |
</attributes> |
972 |
</point> |
973 |
<point start="2008.03.24 10:44:53" end="2008.03.25 06:02:49"> |
974 |
<attributes> |
975 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
976 |
</attributes> |
977 |
</point> |
978 |
<point start="2008.03.25 06:02:49" end="2008.03.26 17:54:32"> |
979 |
<attributes> |
980 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
981 |
</attributes> |
982 |
</point> |
983 |
<point start="2008.03.26 17:54:32" end="2008.03.29 15:23:26"> |
984 |
<attributes> |
985 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
986 |
</attributes> |
987 |
</point> |
988 |
<point start="2008.03.29 15:23:26" end="2008.03.31 11:28:19"> |
989 |
<attributes> |
990 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
991 |
</attributes> |
992 |
</point> |
993 |
<point name="Server 5" start="2008.03.31 11:28:19" end="2008.04.01 00:00:00"> |
994 |
<attributes> |
995 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
996 |
</attributes> |
997 |
</point> |
998 |
</series> |
999 |
<series name="Server 6" type="RangeBar" threshold="StatusThr"> |
1000 |
<point start="2008.02.01 00:00:00" end="2008.02.02 05:42:06"> |
1001 |
<attributes> |
1002 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1003 |
</attributes> |
1004 |
</point> |
1005 |
<point start="2008.02.02 05:42:06" end="2008.02.02 23:21:33"> |
1006 |
<attributes> |
1007 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1008 |
</attributes> |
1009 |
</point> |
1010 |
<point start="2008.02.02 23:21:33" end="2008.02.05 05:56:25"> |
1011 |
<attributes> |
1012 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1013 |
</attributes> |
1014 |
</point> |
1015 |
<point start="2008.02.05 05:56:25" end="2008.02.07 14:05:47"> |
1016 |
<attributes> |
1017 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1018 |
</attributes> |
1019 |
</point> |
1020 |
<point start="2008.02.07 14:05:47" end="2008.02.08 13:34:33"> |
1021 |
<attributes> |
1022 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1023 |
</attributes> |
1024 |
</point> |
1025 |
<point start="2008.02.08 13:34:33" end="2008.02.09 06:57:07"> |
1026 |
<attributes> |
1027 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1028 |
</attributes> |
1029 |
</point> |
1030 |
<point start="2008.02.09 06:57:07" end="2008.02.10 14:11:23"> |
1031 |
<attributes> |
1032 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1033 |
</attributes> |
1034 |
</point> |
1035 |
<point start="2008.02.10 14:11:23" end="2008.02.11 01:53:42"> |
1036 |
<attributes> |
1037 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1038 |
</attributes> |
1039 |
</point> |
1040 |
<point start="2008.02.11 01:53:42" end="2008.02.12 01:52:54"> |
1041 |
<attributes> |
1042 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1043 |
</attributes> |
1044 |
</point> |
1045 |
<point start="2008.02.12 01:52:54" end="2008.02.12 22:09:44"> |
1046 |
<attributes> |
1047 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1048 |
</attributes> |
1049 |
</point> |
1050 |
<point start="2008.02.12 22:09:44" end="2008.02.17 15:50:46"> |
1051 |
<attributes> |
1052 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1053 |
</attributes> |
1054 |
</point> |
1055 |
<point start="2008.02.17 15:50:46" end="2008.02.18 15:15:28"> |
1056 |
<attributes> |
1057 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1058 |
</attributes> |
1059 |
</point> |
1060 |
<point start="2008.02.18 15:15:28" end="2008.02.19 11:05:59"> |
1061 |
<attributes> |
1062 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1063 |
</attributes> |
1064 |
</point> |
1065 |
<point start="2008.02.19 11:05:59" end="2008.02.21 00:18:27"> |
1066 |
<attributes> |
1067 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1068 |
</attributes> |
1069 |
</point> |
1070 |
<point start="2008.02.21 00:18:27" end="2008.02.21 11:02:45"> |
1071 |
<attributes> |
1072 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1073 |
</attributes> |
1074 |
</point> |
1075 |
<point start="2008.02.21 11:02:45" end="2008.02.25 06:28:59"> |
1076 |
<attributes> |
1077 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1078 |
</attributes> |
1079 |
</point> |
1080 |
<point start="2008.02.25 06:28:59" end="2008.02.25 21:51:42"> |
1081 |
<attributes> |
1082 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1083 |
</attributes> |
1084 |
</point> |
1085 |
<point start="2008.02.25 21:51:42" end="2008.02.27 07:04:24"> |
1086 |
<attributes> |
1087 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1088 |
</attributes> |
1089 |
</point> |
1090 |
<point start="2008.02.27 07:04:24" end="2008.02.28 03:05:41"> |
1091 |
<attributes> |
1092 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1093 |
</attributes> |
1094 |
</point> |
1095 |
<point start="2008.02.28 03:05:41" end="2008.02.28 23:37:29"> |
1096 |
<attributes> |
1097 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1098 |
</attributes> |
1099 |
</point> |
1100 |
<point start="2008.02.28 23:37:29" end="2008.03.06 11:49:33"> |
1101 |
<attributes> |
1102 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1103 |
</attributes> |
1104 |
</point> |
1105 |
<point start="2008.03.06 11:49:33" end="2008.03.07 06:06:53"> |
1106 |
<attributes> |
1107 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1108 |
</attributes> |
1109 |
</point> |
1110 |
<point start="2008.03.07 06:06:53" end="2008.03.08 04:13:46"> |
1111 |
<attributes> |
1112 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1113 |
</attributes> |
1114 |
</point> |
1115 |
<point start="2008.03.08 04:13:46" end="2008.03.08 23:52:23"> |
1116 |
<attributes> |
1117 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1118 |
</attributes> |
1119 |
</point> |
1120 |
<point start="2008.03.08 23:52:23" end="2008.03.12 07:16:59"> |
1121 |
<attributes> |
1122 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1123 |
</attributes> |
1124 |
</point> |
1125 |
<point start="2008.03.12 07:16:59" end="2008.03.13 01:30:18"> |
1126 |
<attributes> |
1127 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1128 |
</attributes> |
1129 |
</point> |
1130 |
<point start="2008.03.13 01:30:18" end="2008.03.21 15:38:55"> |
1131 |
<attributes> |
1132 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1133 |
</attributes> |
1134 |
</point> |
1135 |
<point start="2008.03.21 15:38:55" end="2008.03.22 13:44:44"> |
1136 |
<attributes> |
1137 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1138 |
</attributes> |
1139 |
</point> |
1140 |
<point start="2008.03.22 13:44:44" end="2008.03.23 07:48:50"> |
1141 |
<attributes> |
1142 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1143 |
</attributes> |
1144 |
</point> |
1145 |
<point start="2008.03.23 07:48:50" end="2008.03.24 19:30:59"> |
1146 |
<attributes> |
1147 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1148 |
</attributes> |
1149 |
</point> |
1150 |
<point start="2008.03.24 19:30:59" end="2008.03.25 13:32:12"> |
1151 |
<attributes> |
1152 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1153 |
</attributes> |
1154 |
</point> |
1155 |
<point start="2008.03.25 13:32:12" end="2008.03.26 01:13:03"> |
1156 |
<attributes> |
1157 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1158 |
</attributes> |
1159 |
</point> |
1160 |
<point start="2008.03.26 01:13:03" end="2008.03.26 17:04:45"> |
1161 |
<attributes> |
1162 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1163 |
</attributes> |
1164 |
</point> |
1165 |
<point name="Server 6" start="2008.03.26 17:04:45" end="2008.03.31 23:59:59"> |
1166 |
<attributes> |
1167 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1168 |
</attributes> |
1169 |
</point> |
1170 |
</series> |
1171 |
<series name="Server 7" type="RangeBar" threshold="StatusThr"> |
1172 |
<point start="2008.02.01 00:00:00" end="2008.02.01 18:19:17"> |
1173 |
<attributes> |
1174 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1175 |
</attributes> |
1176 |
</point> |
1177 |
<point start="2008.02.01 18:19:17" end="2008.02.02 16:40:51"> |
1178 |
<attributes> |
1179 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1180 |
</attributes> |
1181 |
</point> |
1182 |
<point start="2008.02.02 16:40:51" end="2008.02.04 02:11:24"> |
1183 |
<attributes> |
1184 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1185 |
</attributes> |
1186 |
</point> |
1187 |
<point start="2008.02.04 02:11:24" end="2008.02.04 21:56:42"> |
1188 |
<attributes> |
1189 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1190 |
</attributes> |
1191 |
</point> |
1192 |
<point start="2008.02.04 21:56:42" end="2008.02.05 17:17:17"> |
1193 |
<attributes> |
1194 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1195 |
</attributes> |
1196 |
</point> |
1197 |
<point start="2008.02.05 17:17:17" end="2008.02.07 07:38:27"> |
1198 |
<attributes> |
1199 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1200 |
</attributes> |
1201 |
</point> |
1202 |
<point start="2008.02.07 07:38:27" end="2008.02.09 17:43:51"> |
1203 |
<attributes> |
1204 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1205 |
</attributes> |
1206 |
</point> |
1207 |
<point start="2008.02.09 17:43:51" end="2008.02.10 05:56:32"> |
1208 |
<attributes> |
1209 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1210 |
</attributes> |
1211 |
</point> |
1212 |
<point start="2008.02.10 05:56:32" end="2008.02.12 18:47:03"> |
1213 |
<attributes> |
1214 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1215 |
</attributes> |
1216 |
</point> |
1217 |
<point start="2008.02.12 18:47:03" end="2008.02.13 18:32:37"> |
1218 |
<attributes> |
1219 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1220 |
</attributes> |
1221 |
</point> |
1222 |
<point start="2008.02.13 18:32:37" end="2008.02.14 10:41:02"> |
1223 |
<attributes> |
1224 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1225 |
</attributes> |
1226 |
</point> |
1227 |
<point start="2008.02.14 10:41:02" end="2008.02.15 12:53:46"> |
1228 |
<attributes> |
1229 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1230 |
</attributes> |
1231 |
</point> |
1232 |
<point start="2008.02.15 12:53:46" end="2008.02.20 03:22:32"> |
1233 |
<attributes> |
1234 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1235 |
</attributes> |
1236 |
</point> |
1237 |
<point start="2008.02.20 03:22:32" end="2008.02.20 18:45:19"> |
1238 |
<attributes> |
1239 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1240 |
</attributes> |
1241 |
</point> |
1242 |
<point start="2008.02.20 18:45:19" end="2008.02.24 06:30:43"> |
1243 |
<attributes> |
1244 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1245 |
</attributes> |
1246 |
</point> |
1247 |
<point start="2008.02.24 06:30:43" end="2008.02.24 17:22:07"> |
1248 |
<attributes> |
1249 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1250 |
</attributes> |
1251 |
</point> |
1252 |
<point start="2008.02.24 17:22:07" end="2008.02.25 16:21:43"> |
1253 |
<attributes> |
1254 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1255 |
</attributes> |
1256 |
</point> |
1257 |
<point start="2008.02.25 16:21:43" end="2008.02.26 11:23:10"> |
1258 |
<attributes> |
1259 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1260 |
</attributes> |
1261 |
</point> |
1262 |
<point start="2008.02.26 11:23:10" end="2008.02.27 05:55:15"> |
1263 |
<attributes> |
1264 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1265 |
</attributes> |
1266 |
</point> |
1267 |
<point start="2008.02.27 05:55:15" end="2008.02.27 15:58:33"> |
1268 |
<attributes> |
1269 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1270 |
</attributes> |
1271 |
</point> |
1272 |
<point start="2008.02.27 15:58:33" end="2008.02.28 09:22:39"> |
1273 |
<attributes> |
1274 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1275 |
</attributes> |
1276 |
</point> |
1277 |
<point start="2008.02.28 09:22:39" end="2008.03.18 23:28:26"> |
1278 |
<attributes> |
1279 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1280 |
</attributes> |
1281 |
</point> |
1282 |
<point start="2008.03.18 23:28:26" end="2008.03.19 21:19:04"> |
1283 |
<attributes> |
1284 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1285 |
</attributes> |
1286 |
</point> |
1287 |
<point start="2008.03.19 21:19:04" end="2008.03.20 15:45:14"> |
1288 |
<attributes> |
1289 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1290 |
</attributes> |
1291 |
</point> |
1292 |
<point start="2008.03.20 15:45:14" end="2008.03.25 10:38:41"> |
1293 |
<attributes> |
1294 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1295 |
</attributes> |
1296 |
</point> |
1297 |
<point start="2008.03.25 10:38:41" end="2008.03.26 09:43:27"> |
1298 |
<attributes> |
1299 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1300 |
</attributes> |
1301 |
</point> |
1302 |
<point start="2008.03.26 09:43:27" end="2008.03.28 16:26:47"> |
1303 |
<attributes> |
1304 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1305 |
</attributes> |
1306 |
</point> |
1307 |
<point start="2008.03.28 16:26:47" end="2008.03.29 03:15:19"> |
1308 |
<attributes> |
1309 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1310 |
</attributes> |
1311 |
</point> |
1312 |
<point start="2008.03.29 03:15:19" end="2008.03.29 17:39:37"> |
1313 |
<attributes> |
1314 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1315 |
</attributes> |
1316 |
</point> |
1317 |
<point start="2008.03.29 17:39:37" end="2008.03.30 10:14:00"> |
1318 |
<attributes> |
1319 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1320 |
</attributes> |
1321 |
</point> |
1322 |
<point start="2008.03.30 10:14:00" end="2008.03.31 09:17:34"> |
1323 |
<attributes> |
1324 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1325 |
</attributes> |
1326 |
</point> |
1327 |
<point name="Server 7" start="2008.03.31 09:17:34" end="2008.03.31 23:59:59"> |
1328 |
<attributes> |
1329 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1330 |
</attributes> |
1331 |
</point> |
1332 |
</series> |
1333 |
<series name="Server 8" type="RangeBar" threshold="StatusThr"> |
1334 |
<point start="2008.02.01 00:00:00" end="2008.02.01 20:42:06"> |
1335 |
<attributes> |
1336 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1337 |
</attributes> |
1338 |
</point> |
1339 |
<point start="2008.02.01 20:42:06" end="2008.02.03 03:07:47"> |
1340 |
<attributes> |
1341 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1342 |
</attributes> |
1343 |
</point> |
1344 |
<point start="2008.02.03 03:07:47" end="2008.02.05 05:49:10"> |
1345 |
<attributes> |
1346 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1347 |
</attributes> |
1348 |
</point> |
1349 |
<point start="2008.02.05 05:49:10" end="2008.02.05 20:58:48"> |
1350 |
<attributes> |
1351 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1352 |
</attributes> |
1353 |
</point> |
1354 |
<point start="2008.02.05 20:58:48" end="2008.02.06 17:24:49"> |
1355 |
<attributes> |
1356 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1357 |
</attributes> |
1358 |
</point> |
1359 |
<point start="2008.02.06 17:24:49" end="2008.02.07 09:14:30"> |
1360 |
<attributes> |
1361 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1362 |
</attributes> |
1363 |
</point> |
1364 |
<point start="2008.02.07 09:14:30" end="2008.02.07 23:37:44"> |
1365 |
<attributes> |
1366 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1367 |
</attributes> |
1368 |
</point> |
1369 |
<point start="2008.02.07 23:37:44" end="2008.02.08 11:52:14"> |
1370 |
<attributes> |
1371 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1372 |
</attributes> |
1373 |
</point> |
1374 |
<point start="2008.02.08 11:52:14" end="2008.02.11 17:00:57"> |
1375 |
<attributes> |
1376 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1377 |
</attributes> |
1378 |
</point> |
1379 |
<point start="2008.02.11 17:00:57" end="2008.02.25 08:07:47"> |
1380 |
<attributes> |
1381 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1382 |
</attributes> |
1383 |
</point> |
1384 |
<point start="2008.02.25 08:07:47" end="2008.02.26 07:47:11"> |
1385 |
<attributes> |
1386 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1387 |
</attributes> |
1388 |
</point> |
1389 |
<point start="2008.02.26 07:47:11" end="2008.02.26 19:29:26"> |
1390 |
<attributes> |
1391 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1392 |
</attributes> |
1393 |
</point> |
1394 |
<point start="2008.02.26 19:29:26" end="2008.02.27 12:53:41"> |
1395 |
<attributes> |
1396 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1397 |
</attributes> |
1398 |
</point> |
1399 |
<point start="2008.02.27 12:53:41" end="2008.02.29 00:37:15"> |
1400 |
<attributes> |
1401 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1402 |
</attributes> |
1403 |
</point> |
1404 |
<point start="2008.02.29 00:37:15" end="2008.02.29 14:33:30"> |
1405 |
<attributes> |
1406 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1407 |
</attributes> |
1408 |
</point> |
1409 |
<point start="2008.02.29 14:33:30" end="2008.03.05 07:06:38"> |
1410 |
<attributes> |
1411 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1412 |
</attributes> |
1413 |
</point> |
1414 |
<point start="2008.03.05 07:06:38" end="2008.03.06 02:12:44"> |
1415 |
<attributes> |
1416 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1417 |
</attributes> |
1418 |
</point> |
1419 |
<point start="2008.03.06 02:12:44" end="2008.03.07 13:07:50"> |
1420 |
<attributes> |
1421 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1422 |
</attributes> |
1423 |
</point> |
1424 |
<point start="2008.03.07 13:07:50" end="2008.03.08 11:08:39"> |
1425 |
<attributes> |
1426 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1427 |
</attributes> |
1428 |
</point> |
1429 |
<point start="2008.03.08 11:08:39" end="2008.03.10 01:32:44"> |
1430 |
<attributes> |
1431 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1432 |
</attributes> |
1433 |
</point> |
1434 |
<point start="2008.03.10 01:32:44" end="2008.03.10 23:14:58"> |
1435 |
<attributes> |
1436 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1437 |
</attributes> |
1438 |
</point> |
1439 |
<point start="2008.03.10 23:14:58" end="2008.03.11 18:00:28"> |
1440 |
<attributes> |
1441 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1442 |
</attributes> |
1443 |
</point> |
1444 |
<point start="2008.03.11 18:00:28" end="2008.03.14 01:00:27"> |
1445 |
<attributes> |
1446 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1447 |
</attributes> |
1448 |
</point> |
1449 |
<point start="2008.03.14 01:00:27" end="2008.03.14 18:41:43"> |
1450 |
<attributes> |
1451 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1452 |
</attributes> |
1453 |
</point> |
1454 |
<point start="2008.03.14 18:41:43" end="2008.03.15 05:26:25"> |
1455 |
<attributes> |
1456 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1457 |
</attributes> |
1458 |
</point> |
1459 |
<point start="2008.03.15 05:26:25" end="2008.03.20 03:11:13"> |
1460 |
<attributes> |
1461 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1462 |
</attributes> |
1463 |
</point> |
1464 |
<point start="2008.03.20 03:11:13" end="2008.03.20 15:54:39"> |
1465 |
<attributes> |
1466 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1467 |
</attributes> |
1468 |
</point> |
1469 |
<point start="2008.03.20 15:54:39" end="2008.03.22 22:21:29"> |
1470 |
<attributes> |
1471 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1472 |
</attributes> |
1473 |
</point> |
1474 |
<point start="2008.03.22 22:21:29" end="2008.03.23 10:21:59"> |
1475 |
<attributes> |
1476 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1477 |
</attributes> |
1478 |
</point> |
1479 |
<point start="2008.03.23 10:21:59" end="2008.03.25 19:07:45"> |
1480 |
<attributes> |
1481 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1482 |
</attributes> |
1483 |
</point> |
1484 |
<point start="2008.03.25 19:07:45" end="2008.03.26 15:57:02"> |
1485 |
<attributes> |
1486 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1487 |
</attributes> |
1488 |
</point> |
1489 |
<point start="2008.03.26 15:57:02" end="2008.03.27 15:51:55"> |
1490 |
<attributes> |
1491 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1492 |
</attributes> |
1493 |
</point> |
1494 |
<point start="2008.03.27 15:51:55" end="2008.03.28 06:43:23"> |
1495 |
<attributes> |
1496 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1497 |
</attributes> |
1498 |
</point> |
1499 |
<point start="2008.03.28 06:43:23" end="2008.03.31 17:33:43"> |
1500 |
<attributes> |
1501 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1502 |
</attributes> |
1503 |
</point> |
1504 |
<point name="Server 8" start="2008.03.31 17:33:43" end="2008.03.31 23:59:59"> |
1505 |
<attributes> |
1506 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1507 |
</attributes> |
1508 |
</point> |
1509 |
</series> |
1510 |
<series name="Server 9" type="RangeBar" threshold="StatusThr"> |
1511 |
<point start="2008.02.01 00:00:00" end="2008.02.01 13:47:09"> |
1512 |
<attributes> |
1513 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1514 |
</attributes> |
1515 |
</point> |
1516 |
<point start="2008.02.01 13:47:09" end="2008.02.02 02:48:20"> |
1517 |
<attributes> |
1518 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1519 |
</attributes> |
1520 |
</point> |
1521 |
<point start="2008.02.02 02:48:20" end="2008.02.02 13:39:30"> |
1522 |
<attributes> |
1523 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1524 |
</attributes> |
1525 |
</point> |
1526 |
<point start="2008.02.02 13:39:30" end="2008.02.03 00:17:14"> |
1527 |
<attributes> |
1528 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1529 |
</attributes> |
1530 |
</point> |
1531 |
<point start="2008.02.03 00:17:14" end="2008.02.04 07:11:27"> |
1532 |
<attributes> |
1533 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1534 |
</attributes> |
1535 |
</point> |
1536 |
<point start="2008.02.04 07:11:27" end="2008.02.05 17:15:12"> |
1537 |
<attributes> |
1538 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1539 |
</attributes> |
1540 |
</point> |
1541 |
<point start="2008.02.05 17:15:12" end="2008.02.06 13:31:08"> |
1542 |
<attributes> |
1543 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1544 |
</attributes> |
1545 |
</point> |
1546 |
<point start="2008.02.06 13:31:08" end="2008.02.07 08:14:06"> |
1547 |
<attributes> |
1548 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1549 |
</attributes> |
1550 |
</point> |
1551 |
<point start="2008.02.07 08:14:06" end="2008.02.08 00:02:46"> |
1552 |
<attributes> |
1553 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1554 |
</attributes> |
1555 |
</point> |
1556 |
<point start="2008.02.08 00:02:46" end="2008.02.08 18:50:27"> |
1557 |
<attributes> |
1558 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1559 |
</attributes> |
1560 |
</point> |
1561 |
<point start="2008.02.08 18:50:27" end="2008.02.09 13:06:56"> |
1562 |
<attributes> |
1563 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1564 |
</attributes> |
1565 |
</point> |
1566 |
<point start="2008.02.09 13:06:56" end="2008.02.10 12:07:32"> |
1567 |
<attributes> |
1568 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1569 |
</attributes> |
1570 |
</point> |
1571 |
<point start="2008.02.10 12:07:32" end="2008.02.11 04:13:47"> |
1572 |
<attributes> |
1573 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1574 |
</attributes> |
1575 |
</point> |
1576 |
<point start="2008.02.11 04:13:47" end="2008.02.13 12:20:53"> |
1577 |
<attributes> |
1578 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1579 |
</attributes> |
1580 |
</point> |
1581 |
<point start="2008.02.13 12:20:53" end="2008.02.14 21:03:16"> |
1582 |
<attributes> |
1583 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1584 |
</attributes> |
1585 |
</point> |
1586 |
<point start="2008.02.14 21:03:16" end="2008.02.19 12:48:42"> |
1587 |
<attributes> |
1588 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1589 |
</attributes> |
1590 |
</point> |
1591 |
<point start="2008.02.19 12:48:42" end="2008.02.20 06:37:33"> |
1592 |
<attributes> |
1593 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1594 |
</attributes> |
1595 |
</point> |
1596 |
<point start="2008.02.20 06:37:33" end="2008.02.21 02:45:28"> |
1597 |
<attributes> |
1598 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1599 |
</attributes> |
1600 |
</point> |
1601 |
<point start="2008.02.21 02:45:28" end="2008.02.22 10:07:23"> |
1602 |
<attributes> |
1603 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1604 |
</attributes> |
1605 |
</point> |
1606 |
<point start="2008.02.22 10:07:23" end="2008.02.23 05:40:54"> |
1607 |
<attributes> |
1608 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1609 |
</attributes> |
1610 |
</point> |
1611 |
<point start="2008.02.23 05:40:54" end="2008.02.27 00:14:24"> |
1612 |
<attributes> |
1613 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1614 |
</attributes> |
1615 |
</point> |
1616 |
<point start="2008.02.27 00:14:24" end="2008.02.27 21:22:06"> |
1617 |
<attributes> |
1618 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1619 |
</attributes> |
1620 |
</point> |
1621 |
<point start="2008.02.27 21:22:06" end="2008.03.03 23:37:55"> |
1622 |
<attributes> |
1623 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1624 |
</attributes> |
1625 |
</point> |
1626 |
<point start="2008.03.03 23:37:55" end="2008.03.04 23:10:40"> |
1627 |
<attributes> |
1628 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1629 |
</attributes> |
1630 |
</point> |
1631 |
<point start="2008.03.04 23:10:40" end="2008.03.05 16:25:28"> |
1632 |
<attributes> |
1633 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1634 |
</attributes> |
1635 |
</point> |
1636 |
<point start="2008.03.05 16:25:28" end="2008.03.07 09:50:49"> |
1637 |
<attributes> |
1638 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1639 |
</attributes> |
1640 |
</point> |
1641 |
<point start="2008.03.07 09:50:49" end="2008.03.08 00:25:33"> |
1642 |
<attributes> |
1643 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1644 |
</attributes> |
1645 |
</point> |
1646 |
<point start="2008.03.08 00:25:33" end="2008.03.10 10:03:46"> |
1647 |
<attributes> |
1648 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1649 |
</attributes> |
1650 |
</point> |
1651 |
<point start="2008.03.10 10:03:46" end="2008.03.11 21:48:29"> |
1652 |
<attributes> |
1653 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1654 |
</attributes> |
1655 |
</point> |
1656 |
<point start="2008.03.11 21:48:29" end="2008.03.13 20:08:34"> |
1657 |
<attributes> |
1658 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1659 |
</attributes> |
1660 |
</point> |
1661 |
<point start="2008.03.13 20:08:34" end="2008.03.14 15:45:15"> |
1662 |
<attributes> |
1663 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1664 |
</attributes> |
1665 |
</point> |
1666 |
<point start="2008.03.14 15:45:15" end="2008.03.16 17:34:07"> |
1667 |
<attributes> |
1668 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1669 |
</attributes> |
1670 |
</point> |
1671 |
<point start="2008.03.16 17:34:07" end="2008.03.17 06:23:34"> |
1672 |
<attributes> |
1673 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1674 |
</attributes> |
1675 |
</point> |
1676 |
<point start="2008.03.17 06:23:34" end="2008.03.18 16:02:38"> |
1677 |
<attributes> |
1678 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1679 |
</attributes> |
1680 |
</point> |
1681 |
<point start="2008.03.18 16:02:38" end="2008.03.19 03:35:25"> |
1682 |
<attributes> |
1683 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1684 |
</attributes> |
1685 |
</point> |
1686 |
<point start="2008.03.19 03:35:25" end="2008.03.20 03:16:12"> |
1687 |
<attributes> |
1688 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1689 |
</attributes> |
1690 |
</point> |
1691 |
<point start="2008.03.20 03:16:12" end="2008.03.20 15:18:24"> |
1692 |
<attributes> |
1693 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1694 |
</attributes> |
1695 |
</point> |
1696 |
<point start="2008.03.20 15:18:24" end="2008.03.21 16:03:42"> |
1697 |
<attributes> |
1698 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1699 |
</attributes> |
1700 |
</point> |
1701 |
<point start="2008.03.21 16:03:42" end="2008.03.24 05:19:56"> |
1702 |
<attributes> |
1703 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1704 |
</attributes> |
1705 |
</point> |
1706 |
<point start="2008.03.24 05:19:56" end="2008.03.24 18:49:34"> |
1707 |
<attributes> |
1708 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1709 |
</attributes> |
1710 |
</point> |
1711 |
<point start="2008.03.24 18:49:34" end="2008.03.27 12:43:52"> |
1712 |
<attributes> |
1713 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1714 |
</attributes> |
1715 |
</point> |
1716 |
<point start="2008.03.27 12:43:52" end="2008.03.28 03:23:10"> |
1717 |
<attributes> |
1718 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1719 |
</attributes> |
1720 |
</point> |
1721 |
<point start="2008.03.28 03:23:10" end="2008.03.28 22:41:11"> |
1722 |
<attributes> |
1723 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1724 |
</attributes> |
1725 |
</point> |
1726 |
<point start="2008.03.28 22:41:11" end="2008.03.29 16:05:12"> |
1727 |
<attributes> |
1728 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1729 |
</attributes> |
1730 |
</point> |
1731 |
<point name="Server 9" start="2008.03.29 16:05:12" end="2008.04.01 00:00:00"> |
1732 |
<attributes> |
1733 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1734 |
</attributes> |
1735 |
</point> |
1736 |
</series> |
1737 |
<series name="Server 10" type="RangeBar" threshold="StatusThr"> |
1738 |
<point start="2008.02.01 00:00:00" end="2008.02.01 17:31:23"> |
1739 |
<attributes> |
1740 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1741 |
</attributes> |
1742 |
</point> |
1743 |
<point start="2008.02.01 17:31:23" end="2008.02.04 12:37:50"> |
1744 |
<attributes> |
1745 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1746 |
</attributes> |
1747 |
</point> |
1748 |
<point start="2008.02.04 12:37:50" end="2008.02.05 12:23:52"> |
1749 |
<attributes> |
1750 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1751 |
</attributes> |
1752 |
</point> |
1753 |
<point start="2008.02.05 12:23:52" end="2008.02.05 22:48:56"> |
1754 |
<attributes> |
1755 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1756 |
</attributes> |
1757 |
</point> |
1758 |
<point start="2008.02.05 22:48:56" end="2008.02.06 14:50:05"> |
1759 |
<attributes> |
1760 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1761 |
</attributes> |
1762 |
</point> |
1763 |
<point start="2008.02.06 14:50:05" end="2008.02.07 08:19:03"> |
1764 |
<attributes> |
1765 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1766 |
</attributes> |
1767 |
</point> |
1768 |
<point start="2008.02.07 08:19:03" end="2008.02.09 02:54:14"> |
1769 |
<attributes> |
1770 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1771 |
</attributes> |
1772 |
</point> |
1773 |
<point start="2008.02.09 02:54:14" end="2008.02.09 21:42:51"> |
1774 |
<attributes> |
1775 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1776 |
</attributes> |
1777 |
</point> |
1778 |
<point start="2008.02.09 21:42:51" end="2008.02.10 14:44:27"> |
1779 |
<attributes> |
1780 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1781 |
</attributes> |
1782 |
</point> |
1783 |
<point start="2008.02.10 14:44:27" end="2008.02.11 02:18:45"> |
1784 |
<attributes> |
1785 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1786 |
</attributes> |
1787 |
</point> |
1788 |
<point start="2008.02.11 02:18:45" end="2008.02.11 17:45:35"> |
1789 |
<attributes> |
1790 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1791 |
</attributes> |
1792 |
</point> |
1793 |
<point start="2008.02.11 17:45:35" end="2008.02.12 09:52:26"> |
1794 |
<attributes> |
1795 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1796 |
</attributes> |
1797 |
</point> |
1798 |
<point start="2008.02.12 09:52:26" end="2008.02.13 03:39:22"> |
1799 |
<attributes> |
1800 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1801 |
</attributes> |
1802 |
</point> |
1803 |
<point start="2008.02.13 03:39:22" end="2008.02.13 17:28:42"> |
1804 |
<attributes> |
1805 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1806 |
</attributes> |
1807 |
</point> |
1808 |
<point start="2008.02.13 17:28:42" end="2008.02.14 13:21:24"> |
1809 |
<attributes> |
1810 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1811 |
</attributes> |
1812 |
</point> |
1813 |
<point start="2008.02.14 13:21:24" end="2008.02.15 12:53:40"> |
1814 |
<attributes> |
1815 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1816 |
</attributes> |
1817 |
</point> |
1818 |
<point start="2008.02.15 12:53:40" end="2008.02.16 03:34:28"> |
1819 |
<attributes> |
1820 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1821 |
</attributes> |
1822 |
</point> |
1823 |
<point start="2008.02.16 03:34:28" end="2008.02.17 00:07:36"> |
1824 |
<attributes> |
1825 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1826 |
</attributes> |
1827 |
</point> |
1828 |
<point start="2008.02.17 00:07:36" end="2008.02.17 11:29:30"> |
1829 |
<attributes> |
1830 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1831 |
</attributes> |
1832 |
</point> |
1833 |
<point start="2008.02.17 11:29:30" end="2008.02.18 00:14:44"> |
1834 |
<attributes> |
1835 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1836 |
</attributes> |
1837 |
</point> |
1838 |
<point start="2008.02.18 00:14:44" end="2008.02.18 10:45:09"> |
1839 |
<attributes> |
1840 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1841 |
</attributes> |
1842 |
</point> |
1843 |
<point start="2008.02.18 10:45:09" end="2008.02.21 01:22:38"> |
1844 |
<attributes> |
1845 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1846 |
</attributes> |
1847 |
</point> |
1848 |
<point start="2008.02.21 01:22:38" end="2008.02.21 13:53:08"> |
1849 |
<attributes> |
1850 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1851 |
</attributes> |
1852 |
</point> |
1853 |
<point start="2008.02.21 13:53:08" end="2008.02.24 03:19:11"> |
1854 |
<attributes> |
1855 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1856 |
</attributes> |
1857 |
</point> |
1858 |
<point start="2008.02.24 03:19:11" end="2008.02.24 20:20:41"> |
1859 |
<attributes> |
1860 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1861 |
</attributes> |
1862 |
</point> |
1863 |
<point start="2008.02.24 20:20:41" end="2008.02.29 08:18:43"> |
1864 |
<attributes> |
1865 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1866 |
</attributes> |
1867 |
</point> |
1868 |
<point start="2008.02.29 08:18:43" end="2008.03.01 03:27:29"> |
1869 |
<attributes> |
1870 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1871 |
</attributes> |
1872 |
</point> |
1873 |
<point start="2008.03.01 03:27:29" end="2008.03.02 11:13:32"> |
1874 |
<attributes> |
1875 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1876 |
</attributes> |
1877 |
</point> |
1878 |
<point start="2008.03.02 11:13:32" end="2008.03.03 23:11:41"> |
1879 |
<attributes> |
1880 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1881 |
</attributes> |
1882 |
</point> |
1883 |
<point start="2008.03.03 23:11:41" end="2008.03.04 12:19:38"> |
1884 |
<attributes> |
1885 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1886 |
</attributes> |
1887 |
</point> |
1888 |
<point start="2008.03.04 12:19:38" end="2008.03.05 00:56:17"> |
1889 |
<attributes> |
1890 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1891 |
</attributes> |
1892 |
</point> |
1893 |
<point start="2008.03.05 00:56:17" end="2008.03.09 01:28:53"> |
1894 |
<attributes> |
1895 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1896 |
</attributes> |
1897 |
</point> |
1898 |
<point start="2008.03.09 01:28:53" end="2008.03.09 14:12:59"> |
1899 |
<attributes> |
1900 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1901 |
</attributes> |
1902 |
</point> |
1903 |
<point start="2008.03.09 14:12:59" end="2008.03.11 03:47:55"> |
1904 |
<attributes> |
1905 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1906 |
</attributes> |
1907 |
</point> |
1908 |
<point start="2008.03.11 03:47:55" end="2008.03.11 19:37:22"> |
1909 |
<attributes> |
1910 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1911 |
</attributes> |
1912 |
</point> |
1913 |
<point start="2008.03.11 19:37:22" end="2008.03.14 02:40:06"> |
1914 |
<attributes> |
1915 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1916 |
</attributes> |
1917 |
</point> |
1918 |
<point start="2008.03.14 02:40:06" end="2008.03.14 13:24:50"> |
1919 |
<attributes> |
1920 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1921 |
</attributes> |
1922 |
</point> |
1923 |
<point start="2008.03.14 13:24:50" end="2008.03.16 01:50:15"> |
1924 |
<attributes> |
1925 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1926 |
</attributes> |
1927 |
</point> |
1928 |
<point start="2008.03.16 01:50:15" end="2008.03.16 13:47:27"> |
1929 |
<attributes> |
1930 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1931 |
</attributes> |
1932 |
</point> |
1933 |
<point start="2008.03.16 13:47:27" end="2008.03.17 09:23:22"> |
1934 |
<attributes> |
1935 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1936 |
</attributes> |
1937 |
</point> |
1938 |
<point start="2008.03.17 09:23:22" end="2008.03.17 21:29:56"> |
1939 |
<attributes> |
1940 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1941 |
</attributes> |
1942 |
</point> |
1943 |
<point start="2008.03.17 21:29:56" end="2008.03.18 19:52:36"> |
1944 |
<attributes> |
1945 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1946 |
</attributes> |
1947 |
</point> |
1948 |
<point start="2008.03.18 19:52:36" end="2008.03.19 10:38:18"> |
1949 |
<attributes> |
1950 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1951 |
</attributes> |
1952 |
</point> |
1953 |
<point start="2008.03.19 10:38:18" end="2008.03.19 20:48:17"> |
1954 |
<attributes> |
1955 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1956 |
</attributes> |
1957 |
</point> |
1958 |
<point start="2008.03.19 20:48:17" end="2008.03.21 03:22:09"> |
1959 |
<attributes> |
1960 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1961 |
</attributes> |
1962 |
</point> |
1963 |
<point start="2008.03.21 03:22:09" end="2008.03.24 20:58:06"> |
1964 |
<attributes> |
1965 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1966 |
</attributes> |
1967 |
</point> |
1968 |
<point start="2008.03.24 20:58:06" end="2008.03.25 20:10:27"> |
1969 |
<attributes> |
1970 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1971 |
</attributes> |
1972 |
</point> |
1973 |
<point start="2008.03.25 20:10:27" end="2008.03.26 14:24:50"> |
1974 |
<attributes> |
1975 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
1976 |
</attributes> |
1977 |
</point> |
1978 |
<point start="2008.03.26 14:24:50" end="2008.03.27 05:45:49"> |
1979 |
<attributes> |
1980 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1981 |
</attributes> |
1982 |
</point> |
1983 |
<point start="2008.03.27 05:45:49" end="2008.03.27 23:00:14"> |
1984 |
<attributes> |
1985 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1986 |
</attributes> |
1987 |
</point> |
1988 |
<point start="2008.03.27 23:00:14" end="2008.03.29 05:00:27"> |
1989 |
<attributes> |
1990 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
1991 |
</attributes> |
1992 |
</point> |
1993 |
<point start="2008.03.29 05:00:27" end="2008.03.30 01:16:59"> |
1994 |
<attributes> |
1995 |
<attribute name="Status"><![CDATA[Broken]]></attribute> |
1996 |
</attributes> |
1997 |
</point> |
1998 |
<point start="2008.03.30 01:16:59" end="2008.03.31 08:28:41"> |
1999 |
<attributes> |
2000 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
2001 |
</attributes> |
2002 |
</point> |
2003 |
<point start="2008.03.31 08:28:41" end="2008.03.31 18:48:18"> |
2004 |
<attributes> |
2005 |
<attribute name="Status"><![CDATA[Maintance]]></attribute> |
2006 |
</attributes> |
2007 |
</point> |
2008 |
<point start="2008.03.31 18:48:18" end="2008.04.01 00:00:00"> |
2009 |
<attributes> |
2010 |
<attribute name="Status"><![CDATA[Working]]></attribute> |
2011 |
</attributes> |
2012 |
</point> |
2013 |
</series> |
2014 |
</data> |
2015 |
</chart> |
2016 |
</charts> |
2017 |
</anychart> |