<?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.conf syntax for email... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-syntax-for-email/m-p/2638532#M43028</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I would like to setup my syslog.conf to email me when there are any critical errors (like one of the mirrored disks dies, etc).  I am just not sure of the syntax.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Sally</description>
    <pubDate>Thu, 03 Jan 2002 18:32:28 GMT</pubDate>
    <dc:creator>Sally  Devine</dc:creator>
    <dc:date>2002-01-03T18:32:28Z</dc:date>
    <item>
      <title>syslog.conf syntax for email...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-syntax-for-email/m-p/2638532#M43028</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I would like to setup my syslog.conf to email me when there are any critical errors (like one of the mirrored disks dies, etc).  I am just not sure of the syntax.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Sally</description>
      <pubDate>Thu, 03 Jan 2002 18:32:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-syntax-for-email/m-p/2638532#M43028</guid>
      <dc:creator>Sally  Devine</dc:creator>
      <dc:date>2002-01-03T18:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf syntax for email...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-syntax-for-email/m-p/2638533#M43029</link>
      <description>Hi Sally,&lt;BR /&gt;&lt;BR /&gt;You cand configure a cron job to grep a error message in the log file. If it finds that it will email a notification to the user/admin.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jan 2002 18:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-syntax-for-email/m-p/2638533#M43029</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-01-03T18:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf syntax for email...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-syntax-for-email/m-p/2638534#M43030</link>
      <description>Yes, I was thinking of that if there was no way of just emailing *.err *.crit etc to an email address.</description>
      <pubDate>Thu, 03 Jan 2002 18:41:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-syntax-for-email/m-p/2638534#M43030</guid>
      <dc:creator>Sally  Devine</dc:creator>
      <dc:date>2002-01-03T18:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf syntax for email...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-syntax-for-email/m-p/2638535#M43031</link>
      <description>add this line to /etc/syslog.conf and then hup syslogd:&lt;BR /&gt;&lt;BR /&gt;*.crit    root,user1,user2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;where user1 and user2 are login ID's you want the e-mail to go to. You can add as many or few as you want. You may be able to reference an alias that has been setup for a remote e-mail address in /etc/mail/aliases (i.e., your outlook or groupwise e-mail address), but I've not tried this on HP-UX so I cannot say for sure if it will work.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Thu, 03 Jan 2002 18:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-syntax-for-email/m-p/2638535#M43031</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-01-03T18:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf syntax for email...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-syntax-for-email/m-p/2638536#M43032</link>
      <description>Hi Sally:&lt;BR /&gt;&lt;BR /&gt;Have a look at the man pages (1M) for 'syslogd'.  Use the tab key (character) to separate the fields in /etc/syslog.conf below:&lt;BR /&gt;&lt;BR /&gt;*.crit root&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jan 2002 18:43:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-syntax-for-email/m-p/2638536#M43032</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-01-03T18:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.conf syntax for email...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-syntax-for-email/m-p/2638537#M43033</link>
      <description>Hi Sally,&lt;BR /&gt;&lt;BR /&gt;You can also modify the /etc/syslog.conf file to forward the type of alert you want to moify to a userid / alias on the system and then configure the /etc/mail/aliases to forward the mail for the user/alias on the system to your email address. Also do a "man syslogd" to find more info on how to configure the /etc/syslog.conf file.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jan 2002 18:51:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-conf-syntax-for-email/m-p/2638537#M43033</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-01-03T18:51:19Z</dc:date>
    </item>
  </channel>
</rss>

