This repository has been archived by the owner on Jan 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
130 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Makefile | ||
side.html | ||
config.inc.php | ||
index.html | ||
./index.html | ||
menu.html | ||
top.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<title>Upgrading</title> | ||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1"> | ||
<link rel="home" href="index.html" title=""> | ||
<link rel="up" href="ch_relnotes.html" title="Chapter 1. Release Notes"> | ||
<link rel="prev" href="wb_whatsnew.html" title="What's New"> | ||
<link rel="next" href="ch_gettingstarted.html" title="Chapter 2. Getting Started"> | ||
</head> | ||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> | ||
<CENTER><IMG src="images/logofullsize.png" border="0" alt="Icinga" title="Icinga"></CENTER> | ||
<div class="navheader"> | ||
<table width="100%" summary="Navigation header"> | ||
<tr><th colspan="3" align="center">Upgrading</th></tr> | ||
<tr> | ||
<td width="20%" align="left"> | ||
<a accesskey="p" href="wb_whatsnew.html">Prev</a> </td> | ||
<th width="60%" align="center">Chapter 1. Release Notes</th> | ||
<td width="20%" align="right"> <a accesskey="n" href="ch_gettingstarted.html">Next</a> | ||
</td> | ||
</tr> | ||
</table> | ||
<hr> | ||
</div> | ||
<div class="section" title="Upgrading"> | ||
<div class="titlepage"><div><div><h2 class="title" style="clear: both"> | ||
<a name="wb_upgrade"></a>Upgrading</h2></div></div></div> | ||
|
||
|
||
<p>On this page we will provide information about upgrading from one | ||
version to another.</p> | ||
|
||
<p>During developing cycle there might be cases where the handling of | ||
bugfixes might touch the userspace. This aren't very funny cases but | ||
sometime they are not preventable.</p> | ||
|
||
<div class="section" title="Icinga 0.8.0 to 0.8.1"> | ||
<div class="titlepage"><div><div><h3 class="title"> | ||
<a name="id3572648"></a>Icinga 0.8.0 to 0.8.1</h3></div></div></div> | ||
|
||
|
||
<div class="section" title="Archived Logfilename Fix"> | ||
<div class="titlepage"><div><div><h4 class="title"> | ||
<a name="id3572654"></a>Archived Logfilename Fix</h4></div></div></div> | ||
|
||
|
||
<p>There was a small misspelling bug in Icinga 0.8.0 resulting in | ||
archived logfilenames spelled like <span class="bold"><strong>'Icinga-$date'</strong></span>, with a capital <span class="bold"><strong>'i'</strong></span>. This bug was fixed in version 0.8.1.</p> | ||
|
||
<p>To recognize these change you should rename your current archived | ||
logfiles like this:</p> | ||
|
||
<pre class="programlisting">cd /usr/local/icinga/var/archives/ | ||
for oldfilename in `find ./ -name "Icinga-*"` | ||
do | ||
newfilename=`echo $oldfilename | sed -e 's/Icinga/icinga/g'` | ||
mv $oldfilename $newfilename | ||
done</pre> | ||
</div> | ||
</div> | ||
|
||
<div class="section" title="Normal upgrade path"> | ||
<div class="titlepage"><div><div><h3 class="title"> | ||
<a name="id3572687"></a>Normal upgrade path</h3></div></div></div> | ||
|
||
|
||
<p>Regular updates should be possible by only re-install icinga like | ||
your first time.</p> | ||
|
||
<p>Read ahead: <a class="xref" href="wb_quickstart-icinga.html" title="Icinga Quickstart">the section called “Icinga Quickstart”</a> for normal | ||
install or <a class="xref" href="wb_quickstart-idoutils.html" title="Icinga with IDOUtils Quickstart">the section called “Icinga with IDOUtils Quickstart”</a> for a installation | ||
inlcuding the idoutils.</p> | ||
</div> | ||
</div> | ||
<div class="navfooter"> | ||
<hr> | ||
<table width="100%" summary="Navigation footer"> | ||
<tr> | ||
<td width="40%" align="left"> | ||
<a accesskey="p" href="wb_whatsnew.html">Prev</a> </td> | ||
<td width="20%" align="center"><a accesskey="u" href="ch_relnotes.html">Up</a></td> | ||
<td width="40%" align="right"> <a accesskey="n" href="ch_gettingstarted.html">Next</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td width="40%" align="left" valign="top">What's New </td> | ||
<td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td> | ||
<td width="40%" align="right" valign="top"> Chapter 2. Getting Started</td> | ||
</tr> | ||
</table> | ||
</div> | ||
<P class="copyright">© 2009 Icinga Development Team, http://www.icinga.org</P> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters