<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://lopsa.org">
<channel>
 <title>League of Professional System Administrators - Log Data</title>
 <link>http://lopsa.org/taxonomy/term/151/all</link>
 <description>Log analysis, Processing, etc.</description>
 <language>en</language>
<item>
 <title>logminion</title>
 <link>http://lopsa.org/node/1343</link>
 <description>&lt;div class=&quot;flexinode-body flexinode-4&quot;&gt;&lt;div class=&quot;flexinode-textfield-13&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Short Description:&lt;/label&gt;&lt;br /&gt;
 Log Minion is a  perl script that helps get data into syslog from various sources
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Home Page:&lt;/label&gt;&lt;br /&gt;
 &lt;a href=&quot;http://mysfitt.net/projects/logminion.php&quot;&gt;mysfitt.net/projects/logminion.php&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;flexinode-timestamp-15&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Release Date:&lt;/label&gt;&lt;br /&gt;
 Mon, 2004-04-26 15:00
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-select-18&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Status:&lt;/label&gt;&lt;br /&gt;
 Stable
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-textarea-17&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Long Description:&lt;/label&gt;&lt;br /&gt;
 &lt;blockquote&gt;
Minon&#039;s job is to watch log files on the filesystem and send their contents to a syslog server [either local or remote] as they are updated. He&#039;s a helpful little bugger.

&lt;p&gt;And since this is perl, I thought, &quot;why not throw in some regex support?&quot; So if you&#039;re so inclined, you can tell minion to only send lines that match a certain pattern of your choosing.&lt;/p&gt;

&lt;p&gt;Features:&lt;/p&gt;

&lt;p&gt;    * runs on any Posix platform with Perl 5.005+ and File::Tail&lt;br /&gt;
    * capable of tailing multiple files simultaneously using a threaded algorithm&lt;br /&gt;
    * daemonizes itself on startup and can be run from a startup script&lt;br /&gt;
    * full regular expression support for pre-filtering logs before sending them&lt;br /&gt;
    * log levels, facility and application name are configurable&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
&lt;rdf:Description rdf:about=&quot;http://lopsa.org/node/1343&quot; dc:identifier=&quot;http://lopsa.org/node/1343&quot; dc:title=&quot;logminion&quot; trackback:ping=&quot;http://lopsa.org/trackback/1343&quot; /&gt;
&lt;/rdf:RDF&gt;
--&gt;

</description>
 <category domain="http://lopsa.org/taxonomy/term/151">Log Data</category>
 <pubDate>Thu, 26 Apr 2007 15:50:35 -0700</pubDate>
 <author>doug</author>
</item>
<item>
 <title>daemontools</title>
 <link>http://lopsa.org/node/846</link>
 <description>&lt;div class=&quot;flexinode-body flexinode-4&quot;&gt;&lt;div class=&quot;flexinode-textfield-13&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Short Description:&lt;/label&gt;&lt;br /&gt;
 daemontools is a collection of tools for managing UNIX services
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Home Page:&lt;/label&gt;&lt;br /&gt;
 &lt;a href=&quot;http://cr.yp.to/daemontools.html&quot;&gt;cr.yp.to/daemontools.html&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;flexinode-timestamp-15&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Release Date:&lt;/label&gt;&lt;br /&gt;
 Tue, 2000-11-07 21:00
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-select-18&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Status:&lt;/label&gt;&lt;br /&gt;
 Mature
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-textarea-17&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Long Description:&lt;/label&gt;&lt;br /&gt;
 &lt;p&gt;daemontools is a collection of tools for managing UNIX services.&lt;/p&gt;
&lt;p&gt;supervise monitors a service. It starts the service and restarts the service if it dies. Setting up a new service is easy: all supervise needs is a directory with a run script that runs the service.&lt;/p&gt;
&lt;p&gt;multilog saves error messages to one or more logs. It optionally timestamps each line and, for each log, includes or excludes lines matching specified patterns. It automatically rotates logs to limit the amount of disk space used. If the disk fills up, it pauses and tries again, without losing any data. &lt;/p&gt;
&lt;p&gt;A less encumbered version is available at &lt;a href=&quot;http://smarden.org/runit/&quot;&gt;http://smarden.org/runit/&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
&lt;rdf:Description rdf:about=&quot;http://lopsa.org/node/846&quot; dc:identifier=&quot;http://lopsa.org/node/846&quot; dc:title=&quot;daemontools&quot; trackback:ping=&quot;http://lopsa.org/trackback/846&quot; /&gt;
&lt;/rdf:RDF&gt;
--&gt;

</description>
 <category domain="http://lopsa.org/taxonomy/term/151">Log Data</category>
 <category domain="http://lopsa.org/taxonomy/term/150">Operating System</category>
 <category domain="http://lopsa.org/taxonomy/term/25">Unix</category>
 <pubDate>Sat, 21 Oct 2006 21:04:48 -0700</pubDate>
 <author>doug</author>
</item>
<item>
 <title>Nagios</title>
 <link>http://lopsa.org/node/820</link>
 <description>&lt;div class=&quot;flexinode-body flexinode-4&quot;&gt;&lt;div class=&quot;flexinode-textfield-13&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Short Description:&lt;/label&gt;&lt;br /&gt;
 Free tool to monitor health of all network attached devices
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Home Page:&lt;/label&gt;&lt;br /&gt;
 &lt;a href=&quot;http://www.nagios.org&quot;&gt;www.nagios.org&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;flexinode-timestamp-15&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Release Date:&lt;/label&gt;&lt;br /&gt;
 Sun, 2000-12-31 14:00
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-select-18&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Status:&lt;/label&gt;&lt;br /&gt;
 Mature
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-textarea-17&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Long Description:&lt;/label&gt;&lt;br /&gt;
 &lt;p&gt;Nagios is a host and service monitor designed to inform you of network problems before your clients, end-users or managers do. It has been designed to run under the Linux operating system, but works fine under most *NIX variants as well (We have run it on Solaris 2.8 and now Solaris 10). The monitoring daemon runs intermittent checks on hosts and services you specify using external &quot;plugins&quot; which return status information to Nagios. When problems are encountered, the daemon can send notifications out to administrative contacts in a variety of different ways (email, instant message, SMS, page etc.). Current status information, historical logs, and reports can all be accessed via a web browser.  A wap interface is also available.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
&lt;rdf:Description rdf:about=&quot;http://lopsa.org/node/820&quot; dc:identifier=&quot;http://lopsa.org/node/820&quot; dc:title=&quot;Nagios&quot; trackback:ping=&quot;http://lopsa.org/trackback/820&quot; /&gt;
&lt;/rdf:RDF&gt;
--&gt;

</description>
 <category domain="http://lopsa.org/taxonomy/term/28">Applications</category>
 <category domain="http://lopsa.org/taxonomy/term/151">Log Data</category>
 <pubDate>Thu, 05 Oct 2006 05:04:43 -0700</pubDate>
 <author>raymanfu</author>
</item>
<item>
 <title>phpLogCon</title>
 <link>http://lopsa.org/tool_phplogcon</link>
 <description>&lt;div class=&quot;flexinode-body flexinode-4&quot;&gt;&lt;div class=&quot;flexinode-textfield-13&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Short Description:&lt;/label&gt;&lt;br /&gt;
 phpLogCon is a web interface to syslog and other network event data. 
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Home Page:&lt;/label&gt;&lt;br /&gt;
 &lt;a href=&quot;http://www.phplogcon.com&quot;&gt;www.phplogcon.com&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;flexinode-timestamp-15&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Release Date:&lt;/label&gt;&lt;br /&gt;
 Wed, 2005-08-10 20:00
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-select-18&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Status:&lt;/label&gt;&lt;br /&gt;
 Active
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-textarea-17&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Long Description:&lt;/label&gt;&lt;br /&gt;
 &lt;p&gt;phpLogCon is a web interface to syslog and other network event data. It provides easy browsing and some basic analysis of realtime network events. Depending on the applications feeding the database, it can process Windows event log entries and even SNMP trap data - just to name a few.&lt;/p&gt;
&lt;p&gt;phpLogCon is part of &lt;a href=&quot;http://www.monitorware.com/&quot;&gt;Adiscon&#039;s MonitorWare line of monitoring applications&lt;/a&gt;. It runs both under Windows and Unix/Linux. The database can be populated by &lt;a href=&quot;http://www.mwagent.com/&quot;&gt;MonitorWare Agent&lt;/a&gt;,  &lt;a href=&quot;http://www.winsyslog.com/&quot;&gt;WinSyslog&lt;/a&gt; or &lt;a href=&quot;http://www.eventreporter.com/&quot;&gt;EventReporter&lt;/a&gt; on the Windows side and by &lt;a href=&quot;http://www.rsyslog.com/&quot;&gt;rsyslog&lt;/a&gt; on the Unix/Linux side. phpLogCon itself is free, GPLed software (as are some other memebers of the product line).&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
&lt;rdf:Description rdf:about=&quot;http://lopsa.org/tool_phplogcon&quot; dc:identifier=&quot;http://lopsa.org/tool_phplogcon&quot; dc:title=&quot;phpLogCon&quot; trackback:ping=&quot;http://lopsa.org/trackback/755&quot; /&gt;
&lt;/rdf:RDF&gt;
--&gt;

</description>
 <category domain="http://lopsa.org/taxonomy/term/147">Desktop Environment</category>
 <category domain="http://lopsa.org/taxonomy/term/151">Log Data</category>
 <category domain="http://lopsa.org/taxonomy/term/24">Operating System</category>
 <category domain="http://lopsa.org/taxonomy/term/143">Security</category>
 <pubDate>Sun, 27 Aug 2006 20:54:20 -0700</pubDate>
 <author>doug</author>
</item>
<item>
 <title>Log Analysis</title>
 <link>http://lopsa.org/LogAnalysis</link>
 <description>&lt;div class=&quot;flexinode-body flexinode-4&quot;&gt;&lt;div class=&quot;flexinode-textfield-13&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Short Description:&lt;/label&gt;&lt;br /&gt;
 Web page referencing log analysis tools
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Home Page:&lt;/label&gt;&lt;br /&gt;
 &lt;a href=&quot;http://loganalysis.org&quot;&gt;loganalysis.org&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;flexinode-timestamp-15&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Release Date:&lt;/label&gt;&lt;br /&gt;
 Fri, 2003-07-25 21:00
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-textarea-17&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Long Description:&lt;/label&gt;&lt;br /&gt;
 &lt;p&gt;&quot;Log Analysis is one of the great overlooked aspects of operational computer security. Many organizations spend hundreds of thousands of dollars on intrusion detection systems (IDS) deployments - but still ignore their firewall logs. Why? Because the tools and knowledge to make use of that data are often not there, or the tools that exist are too inconvenient. You should expect that to change. Right now, IDS vendors are up against the wall with the volumes of data they produce; the next wave in security is to try to usefully correlate and process the contents of multiple logs.&quot;&lt;/p&gt;

&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
&lt;rdf:Description rdf:about=&quot;http://lopsa.org/LogAnalysis&quot; dc:identifier=&quot;http://lopsa.org/LogAnalysis&quot; dc:title=&quot;Log Analysis&quot; trackback:ping=&quot;http://lopsa.org/trackback/714&quot; /&gt;
&lt;/rdf:RDF&gt;
--&gt;

</description>
 <category domain="http://lopsa.org/taxonomy/term/151">Log Data</category>
 <category domain="http://lopsa.org/taxonomy/term/46">Network</category>
 <category domain="http://lopsa.org/taxonomy/term/47">Operating System</category>
 <category domain="http://lopsa.org/taxonomy/term/44">Security</category>
 <pubDate>Tue, 25 Jul 2006 09:29:44 -0700</pubDate>
 <author>doug</author>
</item>
</channel>
</rss>
