diff --git a/Doc/Sdi/icinga.xml b/Doc/Sdi/icinga.xml
index 95b4c0aa8b74a19c8aec6f94cce8a6413431137b..3b9e89e5ea6663245a391315615a2907743f970e 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>