<?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 Email Notification Event Detail in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/email-notification-event-detail/m-p/3971006#M26515</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;I need to have both the system name and IP address to appear in the event detail that gets emailed to me. Can I modify the standard email form, or is there another way to accomplish this?</description>
    <pubDate>Wed, 28 Mar 2007 07:01:34 GMT</pubDate>
    <dc:creator>Erik Botha</dc:creator>
    <dc:date>2007-03-28T07:01:34Z</dc:date>
    <item>
      <title>Email Notification Event Detail</title>
      <link>https://community.hpe.com/t5/server-management-systems/email-notification-event-detail/m-p/3971006#M26515</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I need to have both the system name and IP address to appear in the event detail that gets emailed to me. Can I modify the standard email form, or is there another way to accomplish this?</description>
      <pubDate>Wed, 28 Mar 2007 07:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/email-notification-event-detail/m-p/3971006#M26515</guid>
      <dc:creator>Erik Botha</dc:creator>
      <dc:date>2007-03-28T07:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Email Notification Event Detail</title>
      <link>https://community.hpe.com/t5/server-management-systems/email-notification-event-detail/m-p/3971007#M26516</link>
      <description>You can use a custom command.&lt;BR /&gt;I use perl and the blat software to send the e-mail.&lt;BR /&gt;A number of variables are passed through to the custom command - you can see the detail in the User Guide.&lt;BR /&gt;&lt;BR /&gt;A basic perl script would look like;&lt;BR /&gt;&lt;BR /&gt;use Env;&lt;BR /&gt;&lt;BR /&gt;open MAILTMP, '&amp;gt;mail.tmp';&lt;BR /&gt;print MAILTMP "$NOTICEPLAINTEXT";&lt;BR /&gt;close MAILTMP;&lt;BR /&gt;&lt;BR /&gt;system "blat mail.tmp -to \"Me\" -subject \"HPSIM - Event \" \n";&lt;BR /&gt;&lt;BR /&gt; unlink 'mail.tmp';&lt;BR /&gt; close MAILDIST;&lt;BR /&gt;&lt;BR /&gt;Obviously you could tailor the e-mail to include what ever information you wanted.&lt;BR /&gt;I use this approach where we format an e-mail for passing on to our Incident Reporting software.&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Mar 2007 16:02:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/email-notification-event-detail/m-p/3971007#M26516</guid>
      <dc:creator>Rob Buxton</dc:creator>
      <dc:date>2007-03-28T16:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Email Notification Event Detail</title>
      <link>https://community.hpe.com/t5/server-management-systems/email-notification-event-detail/m-p/3971008#M26517</link>
      <description>Thanks Rob, appreciate the help.</description>
      <pubDate>Thu, 29 Mar 2007 04:43:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/email-notification-event-detail/m-p/3971008#M26517</guid>
      <dc:creator>Erik Botha</dc:creator>
      <dc:date>2007-03-29T04:43:30Z</dc:date>
    </item>
  </channel>
</rss>

