<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Icinga_ubuntu_18.04_Einrichtung_Client</id>
	<title>Icinga ubuntu 18.04 Einrichtung Client - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Icinga_ubuntu_18.04_Einrichtung_Client"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Icinga_ubuntu_18.04_Einrichtung_Client&amp;action=history"/>
	<updated>2026-04-07T08:12:26Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Icinga_ubuntu_18.04_Einrichtung_Client&amp;diff=17925&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „=Grundinstallation= *Icinga ubuntu 18.04 Grundinstallation =Api einrichten= ==api.conf bearbeiten== * cat /etc/icinga2/features-available/api.conf  &lt;pre&gt;…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Icinga_ubuntu_18.04_Einrichtung_Client&amp;diff=17925&amp;oldid=prev"/>
		<updated>2018-11-21T11:03:04Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „=Grundinstallation= *&lt;a href=&quot;/index.php/Icinga_ubuntu_18.04_Grundinstallation&quot; title=&quot;Icinga ubuntu 18.04 Grundinstallation&quot;&gt;Icinga ubuntu 18.04 Grundinstallation&lt;/a&gt; =Api einrichten= ==api.conf bearbeiten== * cat /etc/icinga2/features-available/api.conf  &amp;lt;pre&amp;gt;…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Grundinstallation=&lt;br /&gt;
*[[Icinga ubuntu 18.04 Grundinstallation]]&lt;br /&gt;
=Api einrichten=&lt;br /&gt;
==api.conf bearbeiten==&lt;br /&gt;
* cat /etc/icinga2/features-available/api.conf &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  object ApiListener &amp;quot;api&amp;quot; {&lt;br /&gt;
  accept_config = true&lt;br /&gt;
  accept_commands = true&lt;br /&gt;
  ticket_salt = TicketSalt&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=Aktivieren api=&lt;br /&gt;
*icinga2 feature enable api&lt;br /&gt;
&lt;br /&gt;
==Zertifikate einstellen==&lt;br /&gt;
*ls /var/lib/icinga2/certs&lt;br /&gt;
 ca.crt  &lt;br /&gt;
 louis.xinux.lan.crt  &lt;br /&gt;
 louis.xinux.lan.key&lt;br /&gt;
=Zone einstellen=&lt;br /&gt;
*cat /etc/icinga2/zones.conf&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
object Endpoint &amp;quot;stewie.xinux.lan&amp;quot; {&lt;br /&gt;
}&lt;br /&gt;
object Endpoint &amp;quot;louis.xinux.lan&amp;quot; {&lt;br /&gt;
}&lt;br /&gt;
object Zone &amp;quot;master-zone&amp;quot; {&lt;br /&gt;
  endpoints = [ &amp;quot;stewie.xinux.lan&amp;quot; ]&lt;br /&gt;
}&lt;br /&gt;
object Zone &amp;quot;louis.xinux.lan&amp;quot; {&lt;br /&gt;
        endpoints = [ &amp;quot;louis.xinux.lan&amp;quot; ]&lt;br /&gt;
        parent = &amp;quot;master-zone&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
object Zone &amp;quot;global-templates&amp;quot; {&lt;br /&gt;
  global = true&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=Icinga conf säubern=&lt;br /&gt;
*cat /etc/icinga2/icinga2.conf&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
include &amp;quot;constants.conf&amp;quot;&lt;br /&gt;
include &amp;quot;zones.conf&amp;quot;&lt;br /&gt;
include &amp;lt;itl&amp;gt;&lt;br /&gt;
include &amp;lt;plugins&amp;gt;&lt;br /&gt;
include &amp;lt;plugins-contrib&amp;gt;&lt;br /&gt;
include &amp;quot;features-enabled/*.conf&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=Restart des Systems=&lt;br /&gt;
*systemctl restart icinga2.service&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>