<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://znil.net/index.php?action=history&amp;feed=atom&amp;title=Monitorix_unter_Ubuntu_14.04.x_LTS_installieren</id>
	<title>Monitorix unter Ubuntu 14.04.x LTS installieren - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://znil.net/index.php?action=history&amp;feed=atom&amp;title=Monitorix_unter_Ubuntu_14.04.x_LTS_installieren"/>
	<link rel="alternate" type="text/html" href="https://znil.net/index.php?title=Monitorix_unter_Ubuntu_14.04.x_LTS_installieren&amp;action=history"/>
	<updated>2026-04-28T08:34:34Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in znilwiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://znil.net/index.php?title=Monitorix_unter_Ubuntu_14.04.x_LTS_installieren&amp;diff=9340&amp;oldid=prev</id>
		<title>BLinz2: Textersetzung - „&lt;comments&gt;“ durch „&lt;comments /&gt;“</title>
		<link rel="alternate" type="text/html" href="https://znil.net/index.php?title=Monitorix_unter_Ubuntu_14.04.x_LTS_installieren&amp;diff=9340&amp;oldid=prev"/>
		<updated>2017-08-06T18:51:52Z</updated>

		<summary type="html">&lt;p&gt;Textersetzung - „&amp;lt;comments&amp;gt;“ durch „&amp;lt;comments /&amp;gt;“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
[[Kategorie:Monitorix]]&lt;br /&gt;
Quellen hinzufügen:&amp;lt;br&amp;gt;&lt;br /&gt;
 cd /tmp/&lt;br /&gt;
 echo &amp;quot;deb http://apt.izzysoft.de/ubuntu generic universe&amp;quot; &amp;gt;&amp;gt; /etc/apt/sources.list&lt;br /&gt;
 wget http://apt.izzysoft.de/izzysoft.asc&lt;br /&gt;
 apt-key add izzysoft.asc&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Installieren:&amp;lt;br&amp;gt;&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install monitorix&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Apache für die Auswertung durch Monitorix anpassen:&amp;lt;br&amp;gt;&lt;br /&gt;
 nano /etc/apache2/apache2.conf&lt;br /&gt;
und dort anhängen:&amp;lt;br&amp;gt;&lt;br /&gt;
 ServerName localhost&lt;br /&gt;
 ExtendedStatus On&lt;br /&gt;
danach Apache neu starten&lt;br /&gt;
 service apache2 restart&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
MySQL Auswertung:&amp;lt;br&amp;gt;&lt;br /&gt;
 mysql -p&lt;br /&gt;
 CREATE USER ’monitorix’@’localhost’ IDENTIFIED BY ’monitorix’;&lt;br /&gt;
 FLUSH PRIVILEGES;&lt;br /&gt;
und dann:&amp;lt;br&amp;gt;&lt;br /&gt;
 nano /etc/monitorix/conf.d/00-debian.conf&lt;br /&gt;
Abschnitt mySQL wie folgt anpassen:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;mysql&amp;gt;&lt;br /&gt;
        conn_type = host&lt;br /&gt;
        list = localhost&lt;br /&gt;
        &amp;lt;desc&amp;gt;&lt;br /&gt;
                /var/run/mysqld/mysqld.sock = 3306, monitorix, monitorix&lt;br /&gt;
        &amp;lt;/desc&amp;gt;&lt;br /&gt;
 &amp;lt;/mysql&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;comments /&amp;gt;&lt;/div&gt;</summary>
		<author><name>BLinz2</name></author>
	</entry>
</feed>