<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic syslog scanning in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/syslog-scanning/m-p/2971618#M4655</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;I would like to scan the syslog file continously and page me the new line as and when a new line is added to the syslog file.Does anybody have a perl script for doing this ?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Hrishy</description>
    <pubDate>Tue, 13 May 2003 08:00:02 GMT</pubDate>
    <dc:creator>hrishys</dc:creator>
    <dc:date>2003-05-13T08:00:02Z</dc:date>
    <item>
      <title>syslog scanning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/syslog-scanning/m-p/2971618#M4655</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I would like to scan the syslog file continously and page me the new line as and when a new line is added to the syslog file.Does anybody have a perl script for doing this ?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Hrishy</description>
      <pubDate>Tue, 13 May 2003 08:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/syslog-scanning/m-p/2971618#M4655</guid>
      <dc:creator>hrishys</dc:creator>
      <dc:date>2003-05-13T08:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: syslog scanning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/syslog-scanning/m-p/2971619#M4656</link>
      <description>You could use File::Tail (Perl extension for reading from continously updated files) for the tail -f.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://search.cpan.org/search?query=File-tail&amp;amp;mode=all" target="_blank"&gt;http://search.cpan.org/search?query=File-tail&amp;amp;mode=all&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Tue, 13 May 2003 08:08:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/syslog-scanning/m-p/2971619#M4656</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2003-05-13T08:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: syslog scanning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/syslog-scanning/m-p/2971620#M4657</link>
      <description>I suggest you check &lt;BR /&gt;&lt;BR /&gt;LogDog &lt;A href="http://caspian.dotconf.net/menu/Software/LogDog/" target="_blank"&gt;http://caspian.dotconf.net/menu/Software/LogDog/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;LogScan &lt;A href="http://www.parkridge.on.ca/lsindex.html" target="_blank"&gt;http://www.parkridge.on.ca/lsindex.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;see more &lt;A href="http://www.netadmintools.com/art127.html" target="_blank"&gt;http://www.netadmintools.com/art127.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Vitaly</description>
      <pubDate>Tue, 13 May 2003 08:27:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/syslog-scanning/m-p/2971620#M4657</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2003-05-13T08:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: syslog scanning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/syslog-scanning/m-p/2971621#M4658</link>
      <description>Whithout any modul you can do the following:&lt;BR /&gt;&lt;BR /&gt;open(LF, "tail -f $LOGFILE |") || die "no logfile !";&lt;BR /&gt;while (&lt;LF&gt;) {&lt;BR /&gt;  .&lt;BR /&gt;  .&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So you open the $LOGFILE with  "tail -f", and&lt;BR /&gt;the "|" send it into a pipe.&lt;BR /&gt;Inside the "while" you can get the new lines &lt;BR /&gt;and work with them.&lt;BR /&gt;&lt;BR /&gt;&lt;/LF&gt;</description>
      <pubDate>Wed, 14 May 2003 07:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/syslog-scanning/m-p/2971621#M4658</guid>
      <dc:creator>Tibor Bajnok</dc:creator>
      <dc:date>2003-05-14T07:56:02Z</dc:date>
    </item>
  </channel>
</rss>

