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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<TITLE>Nagios</TITLE>
<STYLE type="text/css">
<!--
.main { font-family: arial,serif; background-color : white; color: black; font-size: 12pt; }
.version { font-family: arial,serif; text-align: center; color: red; font-weight: bold; font-size: 18pt; }
.releaseDate { font-family: arial,serif; text-align: center; font-size: 12pt; }
.disclaimer { font-family: arial,serif; text-align: center; font-size: 8pt; }
.infoBox { font-family: arial,serif; font-size : 12pt; background-color : #A5A3A3; padding: 2; }
-->
</STYLE>
</HEAD>
<BODY CLASS="main">
<P>
<div align="center">
<a href="http://www.nagios.org" target="_blank"><IMG SRC="images/logofullsize.jpg" BORDER="0" ALT="Nagios"></a><br clear=all>
Copyright (c) 1999-2006 Ethan Galstad<br>
</div>
</P>
<P>
<div align=center>
<div align=center CLASS="version">Version 2.6</div>
<div align=center CLASS="releaseDate">November 27, 2006</div>
</div>
</P>
<div align="center">
<table border="1" width="75%" CLASS="infoBox" CELLSPACING=0 CELLPADDING=0>
<tr CLASS="infoBox">
<td>
<table border=0 CLASS="infoBox">
<tr CLASS="infoBox">
<td CLASS="infoBox">
<b><u>New Installations:</u></b><br><br>
<p>
If you have just installed Nagios, read the <a href="docs/">documentation</a> for instructions on getting everything up and running.
</p>
<p>
Click <a href="docs/whatsnew.html">here</a> for a brief overview of new features that have been added in this release.
</p>
</td>
</tr>
<tr CLASS="infoBox">
<td CLASS="infoBox">
<b><u>For More Information:</u></b><br><br>
<p>
Visit the Nagios homepage at <a href="http://www.nagios.org" target="_top">http://www.nagios.org</a> for information on bug fixes, upgrades, support, etc.
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<br clear=all>
<div align="center">
<a href="http://www.nagios.org" target="_top"><img src="images/weblogo1.png" border="0" alt="Monitored by Nagios"></a>
</div>
<br clear=all>
<div align="center" CLASS="disclaimer">
Nagios and the Nagios logo are trademarks, servicemarks, registered trademarks or registered servicemarks owned by or licensed to Ethan Galstad.<br>
Nagios is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE.
</div>
</BODY>
</HTML>
|