<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/acorelogparser/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/acorelogparser/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 08 Oct 2013 12:01:53 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/acorelogparser/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/acorelogparser/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -26,10 +26,22 @@
 -----

 The tool uses a simple command line interface with the sintax:
-~
+
+~~~~
 $ logparser  &lt;output dir="dir"&gt;
-~
+~~~~

 The first directory must contain the mails sent by *LogWatch* with the reports. I can't read from IMAP or other servers, just from local files. We recommend the use of the tool [offlineimap](http://offlineimap.org/) to store and manage them.

-The results will be stored in the specified output dir.
+The results will be stored in the specified output dir. Each file will be named with the format: *&amp;lt;variable-name&amp;gt;\_&amp;lt;server-name&amp;gt;\_&amp;lt;subvariable-name&amp;gt;.txt*. The subvariables depend on the kind of variable. For example, with the disk space usage variable, the subvariables will be each partition.
+
+The result files contain one value per line, with the date and the value, separated by a tab. The date is in the ISO format: year-month-day (ex.: 2013-09-10). The values are not ordered by date. You may want to order them using the *sort* unix command.
+
+Example of gnuplot usage
+------------------------
+
+~~~~
+gnuplot&gt; set xdata time
+gnuplot&gt; set timefmt "%Y-%m-%d"
+gnuplot&gt; plot 'Disk-space-percentage_my-server_-home.txt' using 1:2
+~~~~
&lt;/output&gt;&lt;/pre&gt;
&lt;/div&gt;</description><pubDate>Tue, 08 Oct 2013 12:01:53 -0000</pubDate><guid>https://sourceforge.netd5cd30c782fc941d942697e5efa790f6720c5a29</guid></item><item><title>Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/acorelogparser/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,35 @@
-Welcome to your wiki!
+aCore Logparser
+===============

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+This tool extracts variables from [LogWatch](http://www.logwatch.org) reports so that you can visualize tendencies and detect or prevent errors on your servers. It generates a file for each variable and server in an easily parseable format, and usable by other tools like [gnuplot](http://www.gnuplot.info/).

-The wiki uses [Markdown](/p/acorelogparser/wiki/markdown_syntax/) syntax.
+Currently it extracts the following variables:

-[[members limit=20]]
-[[download_button]]
+* Percentage of disk space usage per partition.
+* Raw read error rate, per disk, from the smartd daemon.
+* Disk temperature, per disk, from the smartd daemon.
+* Number of errors 500 in your apache server.
+
+Installation
+------------
+
+Download the tarball from the files section, extract and compile it. It doesn't depend on other libraries, but you'll need a C++ compiler. After a successful compilation, you can run *make install* as root to install it systemwise.
+
+~~~~
+$ tar xzvf logparser.tar.gz
+$ cd logparser
+$ make
+# make install
+~~~~
+
+Usage
+-----
+
+The tool uses a simple command line interface with the sintax:
+~
+$ logparser  &lt;output dir="dir"&gt;
+~
+
+The first directory must contain the mails sent by *LogWatch* with the reports. I can't read from IMAP or other servers, just from local files. We recommend the use of the tool [offlineimap](http://offlineimap.org/) to store and manage them.
+
+The results will be stored in the specified output dir.
&lt;/output&gt;&lt;/pre&gt;
&lt;/div&gt;</description><pubDate>Tue, 08 Oct 2013 11:44:46 -0000</pubDate><guid>https://sourceforge.net4e187fdaaf32aa4c5e0858533d1b251ed4a68750</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/acorelogparser/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="acore-logparser"&gt;aCore Logparser&lt;/h1&gt;
&lt;p&gt;This tool extracts variables from &lt;a class="" href="http://www.logwatch.org" rel="nofollow"&gt;LogWatch&lt;/a&gt; reports so that you can visualize tendencies and detect or prevent errors on your servers. It generates a file for each variable and server in an easily parseable format, and usable by other tools like &lt;a class="" href="http://www.gnuplot.info/" rel="nofollow"&gt;gnuplot&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Currently it extracts the following variables:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Percentage of disk space usage per partition.&lt;/li&gt;
&lt;li&gt;Raw read error rate, per disk, from the smartd daemon.&lt;/li&gt;
&lt;li&gt;Disk temperature, per disk, from the smartd daemon.&lt;/li&gt;
&lt;li&gt;Number of errors 500 in your apache server.&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><pubDate>Tue, 08 Oct 2013 11:15:55 -0000</pubDate><guid>https://sourceforge.netd391eb97833d073bdd0518f132ea2945d50acc87</guid></item><item><title>Home modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/acorelogparser/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/acorelogparser/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/acore/"&gt;aCore&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-524ea46a24b0d92afe0d073b" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Fri, 04 Oct 2013 11:20:11 -0000</pubDate><guid>https://sourceforge.net6668b0ed552ab6e8f7a04b78235360ac7a3d6a6c</guid></item></channel></rss>