<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
		<id>https://root-wiki.de/index.php?action=history&amp;feed=atom&amp;title=Apticron_%2F_automatische_Benachrichtigung_bei_Updates</id>
		<title>Apticron / automatische Benachrichtigung bei Updates - Versionsgeschichte</title>
		<link rel="self" type="application/atom+xml" href="https://root-wiki.de/index.php?action=history&amp;feed=atom&amp;title=Apticron_%2F_automatische_Benachrichtigung_bei_Updates"/>
		<link rel="alternate" type="text/html" href="https://root-wiki.de/index.php?title=Apticron_/_automatische_Benachrichtigung_bei_Updates&amp;action=history"/>
		<updated>2026-04-21T20:49:46Z</updated>
		<subtitle>Versionsgeschichte dieser Seite in Root-Wiki</subtitle>
		<generator>MediaWiki 1.25.3</generator>

	<entry>
		<id>https://root-wiki.de/index.php?title=Apticron_/_automatische_Benachrichtigung_bei_Updates&amp;diff=480&amp;oldid=prev</id>
		<title>Nevakee: Die Seite wurde neu angelegt: „Das Programm apticron ist ein Shellscript, welches einmal täglich auf Updates prüft und den Administrator per E-Mail benachrichtigt.  == Installation ==  Die…“</title>
		<link rel="alternate" type="text/html" href="https://root-wiki.de/index.php?title=Apticron_/_automatische_Benachrichtigung_bei_Updates&amp;diff=480&amp;oldid=prev"/>
				<updated>2013-08-13T17:17:34Z</updated>
		
		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „Das Programm apticron ist ein Shellscript, welches einmal täglich auf Updates prüft und den Administrator per E-Mail benachrichtigt.  == Installation ==  Die…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Das Programm apticron ist ein Shellscript, welches einmal täglich auf Updates prüft und den Administrator per E-Mail benachrichtigt.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
Die Installation ist eigentlich recht einfach:&lt;br /&gt;
&lt;br /&gt;
 apt-get install apticron&lt;br /&gt;
&lt;br /&gt;
Danach ist das Programm installiert.&lt;br /&gt;
&lt;br /&gt;
== Konfiguration ==&lt;br /&gt;
&lt;br /&gt;
Hier gibt es 2 Möglichkeiten.&lt;br /&gt;
Einmal die Konfigurationsdatei anpassen oder per &amp;quot;dpkg-reconfigure&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Konfigurationsdatei ===&lt;br /&gt;
&lt;br /&gt;
Die Datei befindet sich in den Ordner /etc/apticron.&lt;br /&gt;
 nano /etc/apticron/apticron.conf&lt;br /&gt;
Ganz am Anfang kann man die Empfänger E-Mail Adresse eingeben.&lt;br /&gt;
 # set EMAIL to a space separated list of addresses which will be notified of&lt;br /&gt;
 # impending updates&lt;br /&gt;
 #&lt;br /&gt;
 EMAIL=&amp;quot;root&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Optional kann man die die Variable &amp;quot;SYSTEM&amp;quot; konfigurieren, falls in der E-Mail ein anderer Name angegeben werden soll, als der Hostname.&lt;br /&gt;
&lt;br /&gt;
 # Set SYSTEM if you would like apticron to use something other than the output&lt;br /&gt;
 # of &amp;quot;hostname -f&amp;quot; for the system name in the mails it generates. This option&lt;br /&gt;
 # overrides the ALL_FQDNS above.&lt;br /&gt;
 #&lt;br /&gt;
 # SYSTEM=&amp;quot;foobar.example.com&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== dpkg-reconfigure ===&lt;br /&gt;
&lt;br /&gt;
Mit folgendem Befehl kann man ebenfalls die E-Mails Adresse eingeben:&lt;br /&gt;
 dpkg-reconfigure apticron&lt;br /&gt;
&lt;br /&gt;
== Beispiel E-Mail ==&lt;br /&gt;
&lt;br /&gt;
 apticron report [Mon, 17 Jun 2013 07:01:25 +0200] &lt;br /&gt;
 ======================================================================== &lt;br /&gt;
 &lt;br /&gt;
 apticron has detected that some packages need upgrading on: &lt;br /&gt;
 &lt;br /&gt;
      ws01.fast-srv.de  &lt;br /&gt;
      [ 2a01:4f8:100:3ffa::1 188.40.59.209 ] &lt;br /&gt;
 &lt;br /&gt;
 The following packages are currently pending an upgrade: &lt;br /&gt;
 &lt;br /&gt;
      fail2ban 0.8.4-3+squeeze2 &lt;br /&gt;
 &lt;br /&gt;
 ======================================================================== &lt;br /&gt;
 &lt;br /&gt;
 Package Details: &lt;br /&gt;
 &lt;br /&gt;
 Reading changelogs... &lt;br /&gt;
 --- Changes for fail2ban --- &lt;br /&gt;
 fail2ban (0.8.4-3+squeeze2) squeeze-security; urgency=high &lt;br /&gt;
 &lt;br /&gt;
  * Anchor apache- filters failregexes to avoid possible DoS on servers &lt;br /&gt;
    which enabled corresponding jails. Fix cherry-picked from upstream &lt;br /&gt;
    0.8.9-29-g6ccd578 . See http://seclists.org/fulldisclosure/2013/Jun/66 &lt;br /&gt;
 &lt;br /&gt;
 -- Yaroslav Halchenko &amp;lt;debian@onerussian.com&amp;gt;  Wed, 12 Jun 2013 14:27:07 -0400 &lt;br /&gt;
 &lt;br /&gt;
 ======================================================================== &lt;br /&gt;
 &lt;br /&gt;
 You can perform the upgrade by issuing the command: &lt;br /&gt;
 &lt;br /&gt;
      aptitude full-upgrade &lt;br /&gt;
 &lt;br /&gt;
 as root on ws01.fast-srv.de &lt;br /&gt;
 &lt;br /&gt;
 -- &lt;br /&gt;
 apticron &lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Software]]&lt;/div&gt;</summary>
		<author><name>Nevakee</name></author>	</entry>

	</feed>