<?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 Re: How manage syslog in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-manage-syslog/m-p/5130009#M449569</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/logrotate-2.5/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/logrotate-2.5/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It works just like Linux.&lt;BR /&gt;&lt;BR /&gt;I write a cron job to trim them once in a while.&lt;BR /&gt;&lt;BR /&gt;cp /var/adm/syslog/syslog.log /logs/&lt;BR /&gt;&amp;gt; /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 16 Sep 2008 13:52:58 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2008-09-16T13:52:58Z</dc:date>
    <item>
      <title>How manage syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-manage-syslog/m-p/5130007#M449567</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Do you use a tool to manage your syslog like logwatch on linux.&lt;BR /&gt;A usefull tool very simple.&lt;BR /&gt;&lt;BR /&gt;I'm interested about your opinion on this subject.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Nicolas WOOD</description>
      <pubDate>Tue, 16 Sep 2008 13:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-manage-syslog/m-p/5130007#M449567</guid>
      <dc:creator>PCIS</dc:creator>
      <dc:date>2008-09-16T13:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: How manage syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-manage-syslog/m-p/5130008#M449568</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i am redirecting syslogs to syslog-ng server. and on this server i am running php-syslog-ng. with this web interface i am watching and advanced searching in logs.&lt;BR /&gt;&lt;BR /&gt;Kenan.</description>
      <pubDate>Tue, 16 Sep 2008 13:22:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-manage-syslog/m-p/5130008#M449568</guid>
      <dc:creator>Kenan Erdey</dc:creator>
      <dc:date>2008-09-16T13:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: How manage syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-manage-syslog/m-p/5130009#M449569</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/logrotate-2.5/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/logrotate-2.5/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It works just like Linux.&lt;BR /&gt;&lt;BR /&gt;I write a cron job to trim them once in a while.&lt;BR /&gt;&lt;BR /&gt;cp /var/adm/syslog/syslog.log /logs/&lt;BR /&gt;&amp;gt; /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 16 Sep 2008 13:52:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-manage-syslog/m-p/5130009#M449569</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-09-16T13:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: How manage syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-manage-syslog/m-p/5130010#M449570</link>
      <description>By using the /etc/syslog.conf file you can redirect where you want "specific levels of alerts" to report - i.e. to a central server.&lt;BR /&gt;&lt;BR /&gt;On the central server that gets all the more serious alerts you can set up a simple script that checks the log and sends an email alert reporting the message to whoever you want to get that message.  Then cron the script so it keeps you updated.&lt;BR /&gt;Remember to clean up or copy elsewhere all messages sent, so they don't keep repeating.&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita</description>
      <pubDate>Tue, 16 Sep 2008 13:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-manage-syslog/m-p/5130010#M449570</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2008-09-16T13:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: How manage syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-manage-syslog/m-p/5130011#M449571</link>
      <description>Wrote my own logwatch.   A ksh script of maybe 30 lines or so.&lt;BR /&gt;&lt;BR /&gt;Simply takes note of the number of lines in syslog since last run, emails new entries minus a list of ignore files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Sep 2008 14:24:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-manage-syslog/m-p/5130011#M449571</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-09-16T14:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: How manage syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-manage-syslog/m-p/5130012#M449572</link>
      <description>Thank you all, &lt;BR /&gt;&lt;BR /&gt;I will try php-syslog-ng, on a linux server with syslog-ng.&lt;BR /&gt;&lt;BR /&gt;Thank you for your help&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Nicolas</description>
      <pubDate>Tue, 16 Sep 2008 15:20:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-manage-syslog/m-p/5130012#M449572</guid>
      <dc:creator>PCIS</dc:creator>
      <dc:date>2008-09-16T15:20:52Z</dc:date>
    </item>
  </channel>
</rss>

