-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
238 lines (221 loc) · 9.47 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="generator" content="AsciiDoc 9.0.0rc2, html5 backend 4.5.0">
<title>Welcome to 42ITy!</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- AsciiDoc Bootstrap styles -->
<link rel="stylesheet" type="text/css" id="bootstrapTheme" href="css/asciidoc-bootstrap.min.css">
<!--[if (lt IE 9) & (!IEMobile)]>
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<!-- 42ITy stylesheet -->
<link rel="stylesheet" type="text/css" href="css/42ity.css">
<!-- favorite icon -->
<link rel="shortcut icon" href="images/icons//favicon.ico">
</head>
<body id="toc-top">
<div id="page">
<header role="banner" class="Fixed">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="./">42ITy</a>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div> <!-- /.navbar-header -->
<div class="navbar-collapse collapse">
<!-- Fixed navbar -->
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
</ul>
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Download<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="source.html">Source code</a></li>
<li><a href="binaries.html">Binaries</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Documentation<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="hcl.html">Supported Hardware</a></li>
<li role="separator" class="divider"></li>
<li><a href="presentation.html">Overall presentation</a></li>
<li><a href="contributing.html">Contributor guide</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav">
<li><a href="about.html">About</a></li>
</ul>
<ul class="nav navbar-nav">
<li><a href="contact.html">Contact</a></li>
</ul>
</div> <!-- /.navbar-collapse -->
</div> <!-- /.container -->
</nav>
</header>
<div class="container">
<div class="jumbotron jumbotron-navbar-fixed-top">
<h1>Welcome to 42ITy! <img src="images/42ITy-TM-logo-rectangle.png" alt="42ITy(TM) logo" align="right" height="36pt"></h1>
<p>42ITy™ is a next generation platform for data center service optimization that aims to bridge
the gap between the traditional silos of IT and facility management. </p>
<p>We believe that an open, community based approach, is the best way to ensure
broad and vendor agnostic support, while leveraging and giving back to leading
open source software components including <a href="http://networkupstools.org">NUT (Network UPS Tools)</a>,
<a href="http://zeromq.org">ØMQ</a>/<a href="https://github.com/zeromq/malamute">Malamute</a>
& <a href="https://mariadb.org/">MariaDB</a>, among others.</p>
<p>
<a class="btn btn-lg btn-primary" href="about.html" role="button">About »</a>
</p>
</div>
</div>
<div id="content" class="container">
<div class="row">
<div class="col-md-12" role="main">
<div class="section">
<h1 class="page-header" id="our_mission">Our mission</h1>
<div class="paragraph"><p>The 42ITy™ project exists to provide the most open, flexible platform in the
industry for enabling data center service optimization, where active equipment
from multiple datacenter infrastructure solution vendors can be managed on a
common dashboard.</p></div>
<div class="paragraph"><p>Proprietary, monolithic solutions for data center infrastructure management have
often failed to provide the expected customer value because they are too costly
to integrate & deploy in heterogeneous data center environments.</p></div>
<div class="paragraph"><p>42ITy™ addresses these issues by providing an intuitive data center monitoring
platform based on a modern micro-services architecture with open REST APIs,
facilitating integration with existing solutions. And best of all, it is open
source! This enables data center operators and data center ecosystem solution
partners to provide a seamless monitoring experience even in the most
heterogeneous environments via a common framework and APIs.</p></div>
</div>
<div class="section">
<h1 class="page-header" id="recent_updates">Recent Updates</h1>
<div class="ulist"><ul>
<li>
<p>
May 27th, 2021: Released IPM2 Editions version 2.3.0 as x86_64 OVA virtual appliance and software update packages
</p>
<div class="ulist"><ul>
<li>
<p>
More details at <a href="https://github.com/42ity/release-note/blob/release/IPM-2.3.0/ipm/2.3.0.md">https://github.com/42ity/release-note/blob/release/IPM-2.3.0/ipm/2.3.0.md</a>
</p>
</li>
</ul></div>
</li>
<li>
<p>
February 3rd, 2021: Released IPM2 Editions version 2.2.0 as x86_64 OVA virtual appliance and software update packages
</p>
<div class="ulist"><ul>
<li>
<p>
More details at <a href="https://github.com/42ity/release-note/blob/release/IPM-2.3.0/ipm/2.2.0.md">https://github.com/42ity/release-note/blob/release/IPM-2.3.0/ipm/2.2.0.md</a>
</p>
</li>
</ul></div>
</li>
<li>
<p>
November 11th, 2020: Released IPM2 Editions service pack version 2.1.0-2 as x86_64 OVA virtual appliance and software update packages
</p>
</li>
<li>
<p>
August 3rd, 2020: Released IPM2 Editions service pack version 2.1.0-1 as x86_64 OVA virtual appliance and software update packages
</p>
</li>
<li>
<p>
June 24th, 2020: Previously marketed IPC3000 hardware appliances officially discontinued due to original device model EOL; existing deployments with IPM Infra supported with a migration path into IPM2
</p>
</li>
<li>
<p>
June 11th, 2020: Released IPM2 Editions version 2.1.0 as x86_64 OVA virtual appliance and software update packages
</p>
</li>
<li>
<p>
October 24th, 2019: Released IPM2 Editions version 2.0.1 as x86_64 OVA virtual appliance and software update packages
</p>
</li>
<li>
<p>
September 23rd, 2019: Released IPM2 Editions version 2.0.0 as x86_64 OVA virtual appliance and software update packages
</p>
</li>
<li>
<p>
April 8th, 2019: Updated firmware and software for the Intelligent Power Controller appliance, built from 42ITy™ source-code, was released as Eaton IPM Infra version 1.5.0, and introducing officially supported builds of x86_64 OVA virtual appliances.
</p>
</li>
<li>
<p>
October 25th, 2018: Updated firmware and software for the Intelligent Power Controller appliance, built from 42ITy™ source-code, was released as Eaton IPM Infra version 1.4.2.
</p>
</li>
<li>
<p>
September 24th, 2018: Updated firmware and software for the Intelligent Power Controller appliance, built from 42ITy™ source-code, was released and made generally downloadable at
<a href="http://www.eaton.eu/ipminfrastructure">Eaton IPM Infra version 1.4.1</a>.
</p>
</li>
<li>
<p>
July 11th, 2018: Updated firmware and software for the Intelligent Power Controller appliance, built from 42ITy™ source-code, was released as Eaton IPM Infra version 1.4.0.
</p>
</li>
<li>
<p>
January 25th, 2018: Updated firmware and software for the Intelligent Power Controller appliance, built from 42ITy™ source-code, was released as Eaton IPM Infra version 1.3.0.
</p>
</li>
<li>
<p>
July 31st, 2017: Updated firmware and software for the Intelligent Power Controller appliance, built from 42ITy™ source-code, was released and made generally downloadable at
<a href="http://www.eaton.eu/ipminfrastructure">Eaton IPM Infra version 1.2.0</a>.
</p>
</li>
<li>
<p>
February 8th, 2017: 42ITy™ source-code and updated website availability.
</p>
</li>
<li>
<p>
October 5th, 2016: Initial announcement of 42ITy™ availability.
</p>
</li>
<li>
<p>
October 5th, 2016: Initial announcement of
<a href="http://www.eaton.eu/ipminfrastructure">Eaton Intelligent Power Management Infrastructure and Intelligent Power Controller</a> availability.
</p>
</li>
</ul></div>
</div>
</div> <!-- /.col-md-12 -->
</div> <!-- /.row -->
<script src="js/jquery.min.js"></script>
<script src="js/42ity.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="js/asciidoc.js"></script>
<!-- Install TOC and/or footnotes (if necessary) -->
<script type="text/javascript">asciidoc.install(2);</script>
<!-- Remove footnotes if empty block -->
<script type="text/javascript">$(function(){ if ($("#footnotes div").length == 0) $("#footnotes").parent().remove(); });</script>
<script type="text/javascript">$(function(){ if ($("#dropdown-menu-versions")) $("#dropdown-menu-versions").parent().remove(); });</script>
</div> <!-- page -->
</body>
</html>