[icinga-checkins] icinga.org: icinga-doc/master: docs issue #2090: remove Icinga-API
git at icinga.org
git at icinga.org
Sat Nov 19 19:00:14 CET 2011
Module: icinga-doc
Branch: master
Commit: e897c8c2488f13531ec3166fefdad29e88221cb8
URL: https://git.icinga.org/?p=icinga-doc.git;a=commit;h=e897c8c2488f13531ec3166fefdad29e88221cb8
Author: Wolfgang <wnd at gmx.net>
Date: Sat Nov 19 18:58:23 2011 +0100
docs issue #2090: remove Icinga-API
---
de/quickstart-idoutils-freebsd.xml | 7 ++++---
de/quickstart-idoutils.xml | 7 ++++---
en/quickstart-idoutils-freebsd.xml | 6 ++++--
en/quickstart-idoutils.xml | 12 +++++++-----
4 files changed, 19 insertions(+), 13 deletions(-)
diff --git a/de/quickstart-idoutils-freebsd.xml b/de/quickstart-idoutils-freebsd.xml
index 0411f7f..eed31bc 100644
--- a/de/quickstart-idoutils-freebsd.xml
+++ b/de/quickstart-idoutils-freebsd.xml
@@ -232,9 +232,10 @@
<note><para>Ab &name-icinga; 1.5.0 ist <literal>gmake install-config</literal> NICHT mehr in <literal>gmake fullinstall </literal>
enthalten, um ein versehentliches Überschreiben der Konfigurationsdateien zu verhindern.</para></note>
- <para>Die Icinga-API wird beim Aufruf von "gmake install" installiert, wenn Sie nur die Icinga-API (nach)installieren möchten, nutzen Sie:
- <programlisting> #> gmake install-api</programlisting>Die Icinga-API ist Voraussetzung für das Icinga Web-Interface (nicht für die
- klassische Ansicht!).</para>
+ <note>
+ <para>Die &name-icinga;-API diente als eine in PHP geschriebene Datenbank-Abstraktionsschicht. Seit &name-icinga; ist sie durch eine
+ interne Datenbank-Abstraktionsschicht ersetzt worden, so dass &name-icinga;-API nicht mehr installiert werden muss.</para>
+ </note>
<para>Starten Sie &name-icinga; noch nicht - es gibt noch ein paar Dinge zu tun...</para>
diff --git a/de/quickstart-idoutils.xml b/de/quickstart-idoutils.xml
index aad613d..84fe197 100644
--- a/de/quickstart-idoutils.xml
+++ b/de/quickstart-idoutils.xml
@@ -369,9 +369,10 @@
für <link xlink:href="http://omdistro.org/">OMD</link></para>
</note>
- <para>Die Icinga-API wird beim Aufruf von "make install" installiert, wenn Sie nur die Icinga-API (nach)installieren möchten, nutzen Sie:
- <programlisting> #> make install-api</programlisting>Die Icinga-API ist Voraussetzung für das Icinga Web-Interface (nicht für die
- klassische Ansicht!).</para>
+ <note>
+ <para>Die &name-icinga;-API diente als eine in PHP geschriebene Datenbank-Abstraktionsschicht. Seit &name-icinga; ist sie durch eine
+ interne Datenbank-Abstraktionsschicht ersetzt worden, so dass &name-icinga;-API nicht mehr installiert werden muss.</para>
+ </note>
<para>Bitte starten Sie &name-icinga; noch nicht - es gibt noch ein paar Dinge zu tun...</para>
diff --git a/en/quickstart-idoutils-freebsd.xml b/en/quickstart-idoutils-freebsd.xml
index fb3e952..0b3009f 100644
--- a/en/quickstart-idoutils-freebsd.xml
+++ b/en/quickstart-idoutils-freebsd.xml
@@ -225,8 +225,10 @@
<note><para>Starting with &name-icinga; 1.5.0 <literal>make install-config</literal> is NOT included in <literal>make fullinstall
</literal> anymore to avoid accidently overwriting of your config files.</para></note>
- <para>The Icinga-API will be installed during "make install" so if you are required to install it manually please try: <programlisting> #> make install-api</programlisting>This
- will be mandatory for Icinga Web.</para>
+ <note>
+ <para>The &name-icinga;-API served as a database abstraction layer written in PHP. Starting with &name-icinga; 1.5 it is replaced by an
+ internal database abstraction layer so &name-icinga;-API doesn't have to be installed anymore.</para>
+ </note>
<para>Don't start &name-icinga; yet - there's still more that needs to be done...</para>
diff --git a/en/quickstart-idoutils.xml b/en/quickstart-idoutils.xml
index 8c22ada..acecbb7 100644
--- a/en/quickstart-idoutils.xml
+++ b/en/quickstart-idoutils.xml
@@ -362,13 +362,15 @@
</literal> anymore to avoid accidently overwriting of your config files.</para></note>
<note>
- <para>Install IDOUtils and applicable event broker modules only using the primary make install target. Do not manually copy and
- overwrite the existing module as this will result in a segfault on icinga core which is using idomod.o directly preventing usage of a
- temporary copy explicitly. This is useful for <link xlink:href="http://omdistro.org/">OMD.</link></para>
+ <para>Install IDOUtils and applicable event broker modules only using the primary "make install" target. Do not manually copy and
+ overwrite the existing module as this will result in a segfault on icinga core which is using <filename>idomod.o</filename> directly
+ preventing usage of a temporary copy explicitly. This is useful for <link xlink:href="http://omdistro.org/">OMD.</link></para>
</note>
- <para>The &name-icinga;-API will be installed during "make install" so if you are required to install it manually please try:
- <programlisting> #> make install-api</programlisting>This will be mandatory for Icinga-Web.</para>
+ <note>
+ <para>The &name-icinga;-API served as a database abstraction layer written in PHP. Starting with &name-icinga; 1.5 it is replaced by an
+ internal database abstraction layer so &name-icinga;-API doesn't have to be installed anymore.</para>
+ </note>
<para>Don't start &name-icinga; yet - there's still more that needs to be done...</para>
More information about the icinga-checkins
mailing list