-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcommunity.1.html
612 lines (452 loc) · 25 KB
/
community.1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>
Spaces - Open Source Network Monitoring and Systems Management
</title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="en-US" />
<meta name="keywords" content=""/>
<!-- Spaces -->
<meta property="og:image" content="servlet/JiveServlet/downloadImage/73-2574-13230/share-zenoss-logo.jpg" />
<link rel="search"
href="opensearch.xml"
title="Zenoss Community"
type="application/opensearchdescription+xml"/>
<link rel="shortcut icon" href="themes/userbar-disabled/images/favicon.ico" />
<link rel="stylesheet" href="styles/jive-global.css" type="text/css" media="all" />
<!-- <link rel="stylesheet" href="/styles/jive-icons-legacy.css" type="text/css" media="all" /> -->
<link rel="stylesheet" href="styles/jive-icons.css" type="text/css" media="all" />
<link rel="stylesheet" href="themes/userbar-disabled/styles/theme.css" type="text/css" media="all" />
<link rel="stylesheet" href="themes/userbar-disabled/styles/community.css" type="text/css" media="all" />
<link rel="stylesheet" href="themes/userbar-disabled/styles/sifr.css" type="text/css" media="all" />
<!--[if IE 6]>
<style type="text/css">
/* hack for IE6's lack of alpha PNG support */
* html #jive-wrapper .ie6png,
* html #jive-wrapper #jive-global-header *.ie6png,
* html #jive-wrapper #user-bar-wrapper *.ie6png,
* html #jive-wrapper #jive-body *.ie6png,
* html #jive-wrapper #jive-footer *.ie6png {
background-image: expression(
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" +
(this.tagName=='IMG' ? this.src : this.currentStyle.backgroundImage.split('\"')[1]) + ")",
this.runtimeStyle.backgroundImage = "none",
this.src = "/images/transparent.png"
);
}
</style>
<link rel="stylesheet" href="/styles/jive-icons-ie.css" type="text/css" media="all" />
<![endif]-->
<style type="text/css">
#jive-space-browser .space-browser-spaces div.jive-accordion-content div.jive-slider-root ul { overflow: auto; }
#jive-space-browser .space-browser-spaces div.jive-accordion-content div.jive-slider-sub ul { overflow: auto; height: 606px}
</style>
<style type="text/css">/* Rating bar on documents */
.jive-content .jive-content-header .jive-content-rating {margin-bottom: 3px;}
.j-rating { padding: 0 10px; }
.jive-content-avgrating {height: 53px;}
/* END Rating bar on documents */
/* Userbar */
#jive-userbar-right {right: 50px;}
/* END Userbar */
/* Download links page */
table.download-links-table {background-color: #ffffff; width: 100%;}
table.download-links-table tbody td { text-align: center; vertical-align: middle;}
table.download-links-table thead th {text-align: center;}
table.download-links-table td, table.download-links-table th {border: 1px solid #EEEEEE !important;}
/* Provides indentation for official doc ToC items */
div.toc dl dt {margin-left: 20px;}
div.toc dl dd dl dt {margin-left: 40px;}
div.toc dl dd dl dd dl dt {margin-left: 60px;}
div.toc dl dd dl dd dl dd dl dt {margin-left: 80px;}
div.toc dl dd dl dd dl dd dl dd dl dt {margin-left: 100px;}
/* END docs items */
/* Blog posts */
div.social-button-spacer {height: 10px;}
div#social-button-cont {
margin-right:10px;
padding:5px;
text-align: center;
float: right;
}
div#comment-indicator {
float: left;
left: 12px;
right: inherit;
top: 55px;
}
div#comment-indicator div.jive-reply {margin-left: 0px;}
.jive-blog-post-subject {padding-bottom: 0px;}
/* END Blog posts */
/* Community download survey */
form#core-usage-survey label.aligned {float: left; width: 120px;}
form#core-usage-survey span.required_field {color: red;}
form#core-usage-survey label.survey-small-label {display:inline;}
form#core-usage-survey div.survey-checkbox-set {width:82%;}
form#core-usage-survey div.border {border:1px solid #ACACAC; padding:5px;}
form#core-usage-survey label.survey-resource_type {font-style:italic;}
form#core-usage-survey label {
color:#333333;
display:block;
font-size:12px;
font-weight:bold;
}
/* END Community download survey */
</style>
<style type="text/css">/* custom-css-container */</style>
</head>
<body class="jive-body-home" ><div style="width:100%;background-color:white;float:left;position:fixed;z-index:3000;top:0;right:0;border-bottom:2px solid gray;"><div style="width:1006px;font-weight:bold;margin:12px auto 12px auto;font-size:18px;"><div style="float: left; margin: 0;">Archived community.zenoss.org | full text search <form style="display: inline;" target="_blank" action="https://github.com/monitoringartist/community.zenoss.org/search" method="get"><input type="text" name="q"><input type="submit" value="Search"></form> </div><div style="float: right;"><a href="https://www.monitoringartist.com" title="Maintained by Monitoring Artist - DevOps / Docker / Kubernetes / Zabbix / Zenoss / Monitoring"><img src="/community.zenoss.org/assests-monitoringartist/Monitoring-Artist-logo.png" /></a></div></div></div>
<a href="community.1.html#jive-body" class="jive-skip-nav">Skip navigation</a>
<div id="jive-compliance" class=""style="display:none">
<span class="jive-icon-med "></span>
</div>
<div id="jive-wrapper" class="clearfix">
<!-- Load search for guests -->
<div id="jive-userbar-search">
<form action="community/search.jspa" method="get" id="jive-userbar-search-form">
<input type="hidden" name="peopleEnabled" value="true"/>
<input type="hidden" name="userID"/>
<input type="hidden" name="containerType"/>
<input type="hidden" name="container"/>
<input type="hidden" name="spotlight" value="false"/>
<label for="jive-query"
class="j-508-label">Search for:</label>
<input type="text" id="jive-query" name="q" value="" accesskey="4" class="searchbar jive-userbar-search-field"
autocomplete="off"/>
</form>
<div id="jive-spotlight-search-container"></div>
</div>
<!-- END anon search -->
<!-- SKIP NAV FOR ACCESSIBILITY -->
<a href="community.1.html#skipnav"></a>
<!-- END -->
<div id="header">
<!-- START TOP NAVIGATION -->
<div id="navcontainer">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr valign="bottom">
<td rowspan="2">
<a href="index.html" title="Zenoss Open Source IT Management"><img src="themes/userbar-disabled/images/zenoss-logo-reversed-web.png" style="width:254px; margin: 0 0px 25px;" alt="Zenoss Open Enterprise Management" /></a>
</td>
<td height="45" colspan="2">
<div id="zenoss-panel">
<div style="width: 200px;" id="cpanel-lt"></div>
<ul id="subnav-rt" class="png_fix">
<li><a href="http://www.zenoss.com/" title="Zenoss.Inc Home" class="none">Zenoss, Inc.</a></li>
<!--<li><a href="/community/feedback" title="Feedback" class="none">Feedback</a></li>-->
<!--<li><a href="http://www.zenoss.com/support" title="Support" class="none">Support</a></li>-->
</ul>
</div>
</td>
</tr>
<tr valign="middle">
<td colspan="2" height="80">
<ul id="navlist">
<li><a href="community/documentation" title="DOCS" class="nav1"><span>DOCS</span></a></li>
<li><a href="community/forums" title="FORUMS" class="nav2"><span>FORUMS</span></a></li>
<!--<li><a href="/community/zenpacks" title="ZENPACKS" class="nav3"><span>ZENPACKS</span></a></li>-->
<li><a href="http://wiki.zenoss.org/Category:ZenPacks" title="ZENPACKS" class="nav3"><span>ZENPACKS</span></a></li>
<li><a href="community/partners" title="PARTNERS" class="nav4"><span>PARTNERS</span></a></li>
<li><a href="community/about" title="ABOUT" class="nav4"><span>ABOUT</span></a></li>
<li><a href="blogs/zenossblog.html" title="BLOG" class="nav5"><span>BLOG</span></a></li>
<li><a href="community/testing" title="TESTING" class="nav5"><span>TESTING</span></a></li>
<li><a href="community/developers" title="DEVELOPERS" class="nav6"><span>DEVELOPMENT</span></a></li>
<li><a href="community/download.html" title="DOWNLOADS" class="nav7 png_fix"><span>DOWNLOAD</span></a></li>
</ul>
</td>
</tr>
</table>
</div>
<!-- END TOP NAV -->
</div>
<!-- START MID COL -->
<div id="middle">
<!-- SKIPNAV ADDED FOR ACCESSIBILITY -->
<a name="skipnav"></a>
<!-- SKIPNAV END -->
<!-- START CONTENT -->
<!-- MAIN CONTENT START -->
<!-- CHANGE CLASS ACCORDING TO SUB SECTION FOR PROPER TOP BANNER -->
<div id="subcontent">
<!-- BEGIN user bar -->
<div id="user-bar-wrapper">
<div id="jive-userbar">
<div id="jive-userbar-login">
<form action="https://community.zenoss.org/cs_login"
method="post" name="loginform" autocomplete="off">
<span class="jive-userbar-login-welcome" id="jiveLoginWelcome">
<span class="jive-userbar-login-guest">
Welcome, Guest
</span>
<span class="jive-userbar-login-loginlink">
<a href="community.1.html#" onClick="jivetoggleLogin(); return false;">Login</a>
</span>
<span class="jive-userbar-login-new">
<a href="community/login!input.jspa?registerOnly=true">Register</a>
</span>
</span>
<span class="jive-userbar-login-form" id="jiveLoginForm" style="display: none;">
<span class="jive-userbar-login-username">
<label for="login-username">
Username: </label>
<a href="community/forgot-username!input.jspa.html" title="I forgot my username ">(?)</a>
<input type="text" name="username" size="20" maxlength="150" value="" tabindex="1"
id="login-username" />
</span>
<span class="jive-userbar-login-password">
<label for="login-password">
Password: </label>
<a href="community/emailPasswordToken!input.jspa.html" title="I forgot my password ">(?)</a>
<input type="password" name="password" size="20" maxlength="150" value="" tabindex="2"
id="login-password" />
</span>
<span class="jive-userbar-login-auto">
<input type="checkbox" name="autoLogin" id="login-auto" value="true" tabindex="3" />
<label for="login-auto">Remember Me</label>
</span>
<span class="jive-userbar-login-submit">
<input type="submit" name="login" value="Login" tabindex="4"
class="jive-login-button" />
<input type="reset" name="doCancel" value="Cancel" tabindex="5"
class="jive-cancel-button" onclick="jivetoggleLogin();" />
</span>
</span>
</form>
</div> <div id="jive-userbar-right">
<div id="jive-userbar-search">
<form action="community/search.jspa" method="get" id="jive-userbar-search-form">
<input type="hidden" name="peopleEnabled" value="true"/>
<input type="hidden" name="userID"/>
<input type="hidden" name="containerType"/>
<input type="hidden" name="container"/>
<input type="hidden" name="spotlight" value="false"/>
<label for="jive-query"
class="j-508-label">Search for:</label>
<input type="text" id="jive-query" name="q" value="" accesskey="4" class="searchbar jive-userbar-search-field"
autocomplete="off"/>
</form>
<div id="jive-spotlight-search-container"></div>
</div>
</div>
</div>
</div>
<!-- END user bar -->
<div id="jive-body">
<!-- BEGIN breadcrumb -->
<div id="jive-breadcrumb">
<span>
<a href="index.html">Zenoss Community</a> >
<a class='jive-breadcrumb-last' href="community.1.html">Spaces</a></span>
</div>
<!-- END breadcrumb -->
<!-- BEGIN header & intro -->
<div id="jive-body-intro">
<div id="jive-body-intro-content">
<div id="jive-body-intro-main-hdr">
<h1><span class="jive-icon-big jive-icon-space"></span><a href="community.1.html">Spaces</a></h1>
</div>
</div>
</div>
<!-- END header & intro -->
<!-- BEGIN main body -->
<div id="jive-body-main">
<div id="jive-body-maincol-container">
<div id="jive-body-maincol">
<div class="jive-box jive-box-form"><div class="jive-box-body">
<div id="jive-space-search">
<form name="search-query-form_dMyoVW" id="search-query-form_dMyoVW" action="community/__services/v2/rest/places/search" type="get" autocomplete="off" >
<span style="font-size: 1.3333em; font-weight: bold; color: #333">Search</span>
<input type="text" id="container-search-input_dMyoVW" name="query" size="50" />
<input type="button" id="content-block-search-clear" disabled="true" value="Clear search results"/>
<input type="hidden" name="allowedContainerIds" id="allowedContainerIds" value="14"/>
<input type="hidden" name="resultFilterBeanName" id="resultFilterBeanName" value="spaceBrowserContainerAutocompleteFilter"/>
<input type="hidden" id="rootContainerID" name="rootContainerID" value="-1" />
<input type="hidden" id="rootContainerType" name="rootContainerType" value="14" />
<input type="hidden" id="showDescription" name="showDescription" value="true" />
</form>
</div>
</div></div>
<div class="jive-box jive-content-block-container">
<div class="jive-box-header"><h4>Spaces</h4></div>
<div id="jive-space-browser">
<div class="space-browser-container-large jive-accordion-container" id="jive-accordion-container_dMyoVW">
<div class="space-browser-spaces space-browser-spaces-tree">
<div class="jive-accordion-content jive-slider" id="jive-space-slider_dMyoVW">
<!-- top-level spaces -->
<div class="jive-spaces-container">
<div class="jive-slider-root" id="slider-root_dMyoVW">
<ul class="space-browser-scrollable_dMyoVW jive-scrollable j-place-list" id="COMMUNITY_list_dMyoVW"></ul>
</div>
</div>
</div>
</div>
<div class="space-browser-spaces clearfix">
<div class="jive-accordion-content jive-slider space-browser-search-results jive-slider-root" id="space-browser-search-results_dMyoVW" style="display:none;">
<ul id="places_search_dMyoVW" class="search-results-scrollable jive-containers jive-scrollable j-place-list" style="overflow-y:auto">
</ul>
</div>
<div id="jive-search-loading_dMyoVW" class="space-browser-loading" style="display: none">
<div><img src="4.5.6/images/jive-icon-working-16x16.gif" alt="loading" border="0" width="16" height="16"/><strong>Loading results...</strong> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="jive-body-sidebarcol-container">
<div id="jive-body-sidebarcol">
<div class="jive-box jive-sidebar jive-sidebar-yourspaces">
<div class="jive-box-body jive-sidebar-body">
<h4>Active Spaces</h4>
<ul class="jive-icon-list jive-icon-list-subspaces">
<li>
<a href="community/forums/zenoss-users.html"><span class="jive-icon-med jive-icon-space"></span>zenoss-users</a>
<br/><em>Last updated 16 hours ago</em>
</li>
<li>
<a href="community/forums/zenoss-windows.html"><span class="jive-icon-med jive-icon-space"></span>zenoss-windows</a>
<br/><em>Last updated 1 day ago</em>
</li>
<li>
<a href="community/zenpacks"><span class="jive-icon-med jive-icon-space"></span>ZenPacks</a>
<br/><em>Last updated 10 hours ago</em>
</li>
<li>
<a href="community/documentation/wiki/configuration.html"><span class="jive-icon-med jive-icon-space"></span>Configuration</a>
<br/><em>Last updated 6 days ago</em>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- END main body -->
</div>
<div class="clear"></div>
</div>
<!-- MAIN CONTENT END -->
<!-- END CONTENT -->
</div>
<!-- END MIDDLE CONTENT -->
<!-- START FOOTER -->
<div id="footer">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="top">
<td rowspan="2" style="padding-left:10px;padding-right:10px;">
<ul id="socialmedia">
<li><a href="http://feeds.feedburner.com/ZenossBlog" class="rss" target="_blank"><span>rss</span></a></li>
<li><a href="http://twitter.com/zenoss" class="twitter" target="_blank"><span>twitter</span></a></li>
<li><a href="http://slashdot.org/bookmark.pl" class="slashdot" target="_blank"><span>slashdot</span></a></li>
<li><a href="http://www.reddit.com/" class="reddit" target="_blank"><span>reddit</span></a></li>
<li><a href="http://delicious.com/save" class="del" target="_blank"><span>delicious</span></a></li>
<li><a href="http://technorati.com/" class="tech" target="_blank"><span>technorati</span></a></li>
</ul>
</td>
<td rowspan="2" style="padding-left:10px;padding-right:10px;">
<a href="http://twitter.com/zenoss" title="Follow us on Twitter">Follow Us On Twitter »</a>
<ul id="twitter_update_list"> </ul>
</td>
<td rowspan="2" style="padding-right:10px;">
<a href="blogs/zenossblog.html" title="Latest from the Zenoss blog">Latest from the Zenoss Blog »</a>
<script language="JavaScript" src="http://feed2js.org//feed2js.php?src=http%3A%2F%2Ffeeds.feedburner.com%2FZenossBlog%3Fformat%3Dxml&num=3&desc=85&targ=y" type="text/javascript"></script>
<noscript><a href="http://feed2js.org//feed2js.php?src=http%3A%2F%2Ffeeds.feedburner.com%2FZenossBlog%3Fformat%3Dxml&num=3&desc=85&targ=y&html=y">View RSS feed</a></noscript>
</td>
<td rowspan="2" valign="middle" style="padding-right:20px;">
<img src="themes/userbar-disabled/images/tableborder.png" alt="" />
</td>
<td>
Community
<ul class="sitemap">
<li><a href="index.jspa.html" title="Home">Home</a></li>
<li><a href="community/documentation" title="Documentation">Documentation</a></li>
<li><a href="community/developers" title="Code">Code</a></li>
<li><a href="community/zenpacks" title="ZenPacks">ZenPacks</a></li>
<li><a href="community/forums" title="Discussion">Discussion</a></li>
<li><a href="community/partners" title="Get Involved">Get Involved</a></li>
<li><a href="people.1.html" title="Membership">Membership</a></li>
</ul>
</td>
<td>
Products
<ul class="sitemap">
<li><a href="http://www.zenoss.com/solution/overview" title="Overview">Overview</a></li>
<li><a href="http://www.zenoss.com/solution/virtualization-monitoring" title="Virtualization Monitoring">Virtualization Monitoring</a></li>
<li><a href="http://www.zenoss.com/solution/cloud-monitoring" title="Cloud Monitoring">Cloud Monitoring</a></li>
<li><a href="http://www.zenoss.com/solution/cisco-ucs-management" title="Cisco UCS Management">Cisco UCS Management</a></li>
<li><a href="http://www.zenoss.com/solution/server-monitoring" title="Server Monitoring">Server Monitoring</a></li>
<li><a href="http://www.zenoss.com/solution/network" title="Network Monitoring">Network Monitoring</a></li>
</ul>
</td>
<td>
Services
<ul class="sitemap">
<li><a href="http://www.zenoss.com/support/index" title="Support Overview">Overview</a></li>
<li><a href="http://www.zenoss.com/support/consulting" title="Consulting">Consulting</a></li>
<li><a href="http://www.zenoss.com/support/customer-support" title="Support">Customer Support</a></li>
<li><a href="http://www.zenoss.com/support/training" title="Training">Training</a></li>
</ul>
Resources
<ul class="sitemap">
<li><a href="http://www.zenoss.com/resources/demo" title="Resources">Resource Center</a></li>
</ul>
</td>
<td>
Customers
<ul class="sitemap">
<li><a href="http://www.zenoss.com/customers/index" title="Customers Overview">Overview</a></li>
<li><a href="http://www.zenoss.com/customers/case-studies/case-studies" title="Case Studies">Case Studies</a></li>
<li><a href="http://www.zenoss.com/customers/by-industry" title="Case Studies">Customers by Industry</a></li>
<li><a href="http://www.zenoss.com/customers/industries/index" title="Industries"><span>Industries</span></a></li>
</ul>
Partners
<ul class="sitemap">
<li><a href="http://www.zenoss.com/partners/open-source-network-management-solutions" title="Current Partners">Current Partners</a></li>
<li><a href="http://www.zenoss.com/partners/contact" title="Become a Partner">Become a Partner</a></li>
</ul>
</td>
<td style="padding-right:0px;">
About Us
<ul class="sitemap">
<li><a href="http://www.zenoss.com/about/index" title="Overview">Overview</a></li>
<li><a href="http://www.zenoss.com/about/awards" title="Awards">Awards</a></li>
<li><a href="http://www.zenoss.com/about/team" title="Team">Team</a></li>
<li><a href="http://www.zenoss.com/about/news" title="News">News</a></li>
<li><a href="http://www.zenoss.com/about/news/events" title="Events">Events</a></li>
<li><a href="http://www.zenoss.com/about/jobs" title="Careers">Careers</a></li>
<li><a href="http://www.zenoss.com/about/contact" title="Contact">Contact</a></li>
</ul>
</td>
</tr>
<tr valign="middle">
<td align="right">
<a href="http://sourceforge.net/projects/zenoss" target="_blank" title="SourceForge"><img width="120" height="30" alt="Get Zenoss Core - Enterprise IT Monitoring at SourceForge.net. Fast, secure and Free Open Source software downloads" src="http://sflogo.sourceforge.net/sflogo.php?group_id=163126&type=11"></a>
</td>
<td align="right">
<a href="index.html" title="Monitored by Zenoss"><img src="themes/userbar-disabled/images/logo-monitoredby_ZEN.png" alt="Monitored By Zenoss" /></a>
</td>
<td colspan="3" align="right" >
<a href="index.html" title="Zenoss Home"><img src="themes/userbar-disabled/images/new-logo-zenoss-footer_ZEN.gif" /></a>
<div id="copyright" class="right">Copyright © 2005-2011 Zenoss, Inc.</div>
</td>
</tr>
<tr valign="top">
<td colspan="9" align="right"> </td>
</tr>
</table>
</div>
<!-- END FOOTER -->
<!-- BEGIN SCRIPTS -->
<!-- END -->
<!-- TOP NAV DROP DOWN NAVIGATION - IE6 -->
<!-- END DROP DOWN -->
<!-- TWITTER SCRIPTS -->
<!-- END GOOGLE ANALYTICS CODE -->
<!-- Pardot tracking code, async version -->
<!-- END Pardot tracking code, async version -->
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create','UA-73372470-1','auto');ga('send','pageview');</script></body>
</html>