<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MrBrown blob &#187; logcheck</title>
	<atom:link href="http://charles.lescampeurs.org/tag/logcheck/feed" rel="self" type="application/rss+xml" />
	<link>http://charles.lescampeurs.org</link>
	<description>random bits.</description>
	<lastBuildDate>Sat, 10 Apr 2010 09:02:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using Logcheck</title>
		<link>http://charles.lescampeurs.org/2008/09/16/using-logcheck</link>
		<comments>http://charles.lescampeurs.org/2008/09/16/using-logcheck#comments</comments>
		<pubDate>Tue, 16 Sep 2008 09:22:15 +0000</pubDate>
		<dc:creator>CharlyBr</dc:creator>
				<category><![CDATA[Logs]]></category>
		<category><![CDATA[logcheck]]></category>

		<guid isPermaLink="false">http://charles.lescampeurs.org/?p=67</guid>
		<description><![CDATA[Logcheck is a tool to parse system logs and send summaries by email. It filters out logs with a regular expressions database to suppress common/normal entries. Are you reading / checking your log files? Too many servers? logcheck will help you in this task and eliminates the noise. Installing on Debian # apt-get install logcheck [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcharles.lescampeurs.org%2F2008%2F09%2F16%2Fusing-logcheck"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcharles.lescampeurs.org%2F2008%2F09%2F16%2Fusing-logcheck&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a title="logcheck tool" href="http://logcheck.org/" target="_blank">Logcheck</a> is a tool to parse system logs and send summaries by email. It filters out logs with a regular expressions database to suppress common/normal entries.</p>
<p>Are you reading / checking your log files? Too many servers? logcheck will help you in this task and eliminates the noise.</p>
<h2>Installing on Debian</h2>
<pre># apt-get install logcheck
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
lockfile-progs logtail
Suggested packages:
syslog-summary
Recommended packages:
logcheck-database
The following NEW packages will be installed:
lockfile-progs logcheck logtail
0 upgraded, 3 newly installed, 0 to remove and 6 not upgraded.
Need to get 110kB of archives.
After unpacking 428kB of additional disk space will be used.
Do you want to continue [Y/n]?</pre>
<p>Also install logcheck-database which contains lots of rules</p>
<pre># apt-get install logcheck-database</pre>
<h2>Config files</h2>
<ul>
<li>/etc/logcheck/logcheck.conf
<ul>
<li>SENDMAILTO=&#8221;root&#8221; &#8211; <em>your email address</em></li>
</ul>
</li>
<li>/etc/logcheck/logcheck.logfiles
<ul>
<li><em>configure which logfiles to analyze</em></li>
</ul>
</li>
<li>/etc/cron.d/logcheck
<ul>
<li>logcheck cron (by default, logcheck runs every hour)</li>
</ul>
</li>
</ul>
<p>You can try it by executing the following command:</p>
<pre># su -s /bin/bash -c "/usr/sbin/logcheck" logcheck</pre>
<p>Your mailbox should now contains a report from logcheck if some unusual log entries have been found.</p>
<h2>Links</h2>
<ul>
<li><a title="logcheck wiki" href="http://wiki.logcheck.org/" target="_blank">logcheck wiki</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://charles.lescampeurs.org/2008/09/16/using-logcheck/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
