From be6aeffedf2330d88e284953241605570aa939d9 Mon Sep 17 00:00:00 2001
From: "Dr. Martin Goik" <goik@hdm-stuttgart.de>
Date: Wed, 2 Jan 2019 22:55:07 +0100
Subject: [PATCH] Start new check by ssh chapter

---
 Doc/Sdi/icinga.xml | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)

diff --git a/Doc/Sdi/icinga.xml b/Doc/Sdi/icinga.xml
index 95b4c0aa8..3b9e89e5e 100644
--- a/Doc/Sdi/icinga.xml
+++ b/Doc/Sdi/icinga.xml
@@ -9,9 +9,9 @@
          xmlns:m="http://www.w3.org/1998/Math/MathML"
          xmlns:html="http://www.w3.org/1999/xhtml"
          xmlns:db="http://docbook.org/ns/docbook">
-  <title>Icinga 2</title>
+  <title>Icinga</title>
 
-  <para>With respect to more current modules you may want to install newer
+  <para>With respect to more current modules we start from the more recent
   icinga2 packages provided by the <link
   xlink:href="https://packages.icinga.com/debian/#indexlist">Icinga Debian
   package repository</link>.</para>
@@ -24,7 +24,7 @@
 
       <caution>
         <para>Fix <code>admin</code> email in
-        <filename>/etc/icinga/conf.d/users.conf</filename> prior to starting
+        <filename>/etc/icinga2/conf.d/users.conf</filename> prior to starting
         **any** <productname>Icinga</productname> related service:</para>
 
         <informaltable border="0">
@@ -82,6 +82,14 @@
 
   <tip>
     <itemizedlist>
+      <listitem>
+        <para>Creating an initial <productname>Apache</productname> /
+        <productname>Nginx</productname> configuration can be achieved
+        using:</para>
+
+        <screen>icingacli setup config webserver nginx --document-root /usr/share/icingaweb2/public</screen>
+      </listitem>
+
       <listitem>
         <para>Configuration validation:</para>
 
@@ -113,4 +121,10 @@
       </listitem>
     </itemizedlist>
   </tip>
+
+  <section xml:id="sdi_icinga2_checkBySsh">
+    <title>Remote check by ssh</title>
+
+    <para/>
+  </section>
 </chapter>
-- 
GitLab