<?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: customizing mails from ocum 7.1 in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/customizing-mails-from-ocum-7-1/m-p/131227#M23765</link>
    <description>&lt;P&gt;Hi Tomer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are some instructions for you for enabling debug logging for the script service for the OCUM vSphere vApp version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Enable remote SSH access for the "diag" user as per the following KB:&lt;/LI&gt;&lt;LI&gt;&lt;A title="https://kb.netapp.com/support/s/article/ka31A00000012qfQAA/How-to-access-the-OnCommand-Virtual-Machine-DIAG-shell" href="https://kb.netapp.com/support/s/article/ka31A00000012qfQAA/How-to-access-the-OnCommand-Virtual-Machine-DIAG-shell" target="_blank"&gt;https://kb.netapp.com/support/s/article/ka31A00000012qfQAA/How-to-access-the-OnCommand-Virtual-Machine-DIAG-shell&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Using Putty SSH to the OCUM vApp's IP Address and login as the diag user&lt;/LI&gt;&lt;LI&gt;Ensure the ocie service is stopped.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;diag@TESTOC71P1:/$ sudo service ocie status
[ ok ] ocie is running.
diag@TESTOC71P1:/$ sudo service ocie stop
[ ok ] Stopping NetApp OnCommand Insight Essentials Server service: ocie.
[info] Waiting for ocie to shut down.
.......&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Change directories to locate the "logback-server.xml" file&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;diag@TESTOC71P1:/$ cd /opt/netapp/essentials/jboss/server/onaro/conf/
diag@TESTOC71P1:/opt/netapp/essentials/jboss/server/onaro/conf$ sudo vi logback-server.xml&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Browse file using the arrow keys to find the XML section named "NetApp Packages"&lt;/LI&gt;&lt;LI&gt;Press "i" to enter insert mode and enter the line in bold text below to enable debug logging for the um.script.service:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;   &amp;lt;!-- NetApp Packages --&amp;gt;
    &amp;lt;logger name="com.netapp" level="INFO"/&amp;gt;
    &amp;lt;logger name="com.netapp.dfm" level="DEBUG"/&amp;gt;
    &amp;lt;logger name="com.netapp.nwf" level="WARN"/&amp;gt;
    &amp;lt;logger name="com.netapp.autozapi.server" level="DEBUG"/&amp;gt;
    &lt;STRONG&gt;&amp;lt;logger name="com.netapp.um.script.service" level="DEBUG"/&amp;gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Press ":wq" to save and quit vi.&lt;/LI&gt;&lt;LI&gt;Verify that the file is updated successfully&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;diag@TESTOC71P1:/opt/netapp/essentials/jboss/server/onaro/conf$ cat logback-server.xml | grep "um.script.service"
    &amp;lt;logger name="com.netapp.um.script.service" level="DEBUG"/&amp;gt;&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Start the ocie service&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;diag@TESTOC71P1:/var/log/ocum$ sudo service ocie start
[ ok ] Starting NetApp OnCommand Insight Essentials Server service: ocie.&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Verify the OCIE service is running&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;diag@TESTOC71P1:/var/log/ocum$ sudo service ocie status
[ ok ] ocie is running.&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Change directories to the script log file location:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;diag@TESTOC71P1:/$ cd /var/log/ocum&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Initiate the action that will cause the OCUM alarm to generate an event and trigger your script&lt;/LI&gt;&lt;LI&gt;Check the "ocum-script.log"&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;diag@TESTOC71P1:/var/log/ocum$ cat ocum-script.log&lt;/PRE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you check the log file it will display:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The details for scripts that have been triggered via OCUM alarms&lt;/LI&gt;&lt;LI&gt;The scripts event argument variables.&lt;/LI&gt;&lt;LI&gt;The scripts exit code is (0 = success; 1 = failed)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Matt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 May 2017 02:21:37 GMT</pubDate>
    <dc:creator>mbeattie</dc:creator>
    <dc:date>2017-05-22T02:21:37Z</dc:date>
    <item>
      <title>customizing mails from ocum 7.1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/customizing-mails-from-ocum-7-1/m-p/131149#M23751</link>
      <description>&lt;P&gt;I am trying to customize the mails which come from the ocum alerts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw that there is no built in functionallity in the product but it is possible to do this by script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The OCUM is a virtual aplliance, does that mean it does not support powershell scripts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried a simple test to upload a script like that:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Send-MailMessage -From DFM@localdomain.com -To Tomer.Schweid@localdomain.com -Subject "Test" -Body "This is a test message" -SmtpServer mailhost.localdomain.com&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(domain name was replaced).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When running manually it sends the email so the command is fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The OCUM also sends it's own built in mails so it's not that nothing happend, I get the default mails and don't get the test one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If someone could please tell me what is the problem it would be greatfull. Also, if you could provide a shell script that does the same it would be great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My next step afterwards is to get environment variables so the mails would make sense so if you guys know this it would also save me some time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Tomer&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 15:04:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/customizing-mails-from-ocum-7-1/m-p/131149#M23751</guid>
      <dc:creator>Tomer_Schweid</dc:creator>
      <dc:date>2025-06-04T15:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: customizing mails from ocum 7.1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/customizing-mails-from-ocum-7-1/m-p/131151#M23752</link>
      <description>&lt;P&gt;Hi Tomer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To help troubleshoot the problem, could you please attach the logs from the date time the alarm\event is generated.&lt;/P&gt;&lt;P&gt;To enable verbose logging please perform the following steps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Enable verbose debug logging for the “logback-server.xml” within the “NetApp Packages” section by adding the highlighted line below to enable the logs to capture the script errors and event argument variables. EG:&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt; C:\Program Files\NetApp\essentials\jboss\server\onaro\conf\logback-server.xml

&amp;lt;!-- NetApp Packages --&amp;gt;
    &amp;lt;logger name="com.netapp" level="INFO"/&amp;gt;
    &amp;lt;logger name="com.netapp.dfm" level="DEBUG"/&amp;gt;
    &amp;lt;logger name="com.netapp.nwf" level="WARN"/&amp;gt;
    &amp;lt;logger name="com.netapp.autozapi.server" level="DEBUG"/&amp;gt;
    &lt;STRONG&gt;&amp;lt;logger name="com.netapp.um.script.service" level="DEBUG"/&amp;gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Restart the OCUM services&lt;/LI&gt;&lt;LI&gt;Ensure the OCUM alert is configured and the script is attached to the alert&lt;/LI&gt;&lt;LI&gt;Invoke the action that triggers the OCUM alarm\event (which will trigger the script)&lt;/LI&gt;&lt;LI&gt;Perform a storage rediscovery or wait for OCUM poll the storage and trigger the alert\script and generate the events. EG&lt;/LI&gt;&lt;LI&gt;Check the “ocum-script” log file. The default location of the log is: C:\ProgramData\NetApp\OnCommandAppData\ocum\log\ocum-script.log&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Note: for the RHEL or vApp version the log will be "/var/log/ocum/ocum-script.log"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check the log for any errors and post the results. Hope that helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Matt&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 12:49:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/customizing-mails-from-ocum-7-1/m-p/131151#M23752</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2017-05-18T12:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: customizing mails from ocum 7.1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/customizing-mails-from-ocum-7-1/m-p/131163#M23753</link>
      <description>&lt;P&gt;First of all, thank you Matt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will need to check if it is possible to make this change.&lt;/P&gt;&lt;P&gt;Anyways, when I SSH to the server I do not have a normal shell so I don't think I could access the log or even make the change itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All I get is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Main Menu:
 --------------------------
    1 ) Upgrade (Disabled. Must be run on virtual machine console.)
    2 ) Network Configuration
    3 ) System Configuration
    4 ) Support/Diagnostics

    x ) Exit

 Enter your choice:&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 13:29:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/customizing-mails-from-ocum-7-1/m-p/131163#M23753</guid>
      <dc:creator>Tomer_Schweid</dc:creator>
      <dc:date>2017-05-18T13:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: customizing mails from ocum 7.1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/customizing-mails-from-ocum-7-1/m-p/131189#M23760</link>
      <description>&lt;P&gt;Hi Tomer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the KB to access the OCUM vAPP in the diag shell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="https://kb.netapp.com/support/s/article/ka31A00000012qfQAA/How-to-access-the-OnCommand-Virtual-Machine-DIAG-shell" href="https://kb.netapp.com/support/s/article/ka31A00000012qfQAA/How-to-access-the-OnCommand-Virtual-Machine-DIAG-shell" target="_blank"&gt;https://kb.netapp.com/support/s/article/ka31A00000012qfQAA/How-to-access-the-OnCommand-Virtual-Machine-DIAG-shell&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Matt&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 04:12:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/customizing-mails-from-ocum-7-1/m-p/131189#M23760</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2017-05-19T04:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: customizing mails from ocum 7.1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/customizing-mails-from-ocum-7-1/m-p/131227#M23765</link>
      <description>&lt;P&gt;Hi Tomer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are some instructions for you for enabling debug logging for the script service for the OCUM vSphere vApp version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Enable remote SSH access for the "diag" user as per the following KB:&lt;/LI&gt;&lt;LI&gt;&lt;A title="https://kb.netapp.com/support/s/article/ka31A00000012qfQAA/How-to-access-the-OnCommand-Virtual-Machine-DIAG-shell" href="https://kb.netapp.com/support/s/article/ka31A00000012qfQAA/How-to-access-the-OnCommand-Virtual-Machine-DIAG-shell" target="_blank"&gt;https://kb.netapp.com/support/s/article/ka31A00000012qfQAA/How-to-access-the-OnCommand-Virtual-Machine-DIAG-shell&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Using Putty SSH to the OCUM vApp's IP Address and login as the diag user&lt;/LI&gt;&lt;LI&gt;Ensure the ocie service is stopped.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;diag@TESTOC71P1:/$ sudo service ocie status
[ ok ] ocie is running.
diag@TESTOC71P1:/$ sudo service ocie stop
[ ok ] Stopping NetApp OnCommand Insight Essentials Server service: ocie.
[info] Waiting for ocie to shut down.
.......&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Change directories to locate the "logback-server.xml" file&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;diag@TESTOC71P1:/$ cd /opt/netapp/essentials/jboss/server/onaro/conf/
diag@TESTOC71P1:/opt/netapp/essentials/jboss/server/onaro/conf$ sudo vi logback-server.xml&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Browse file using the arrow keys to find the XML section named "NetApp Packages"&lt;/LI&gt;&lt;LI&gt;Press "i" to enter insert mode and enter the line in bold text below to enable debug logging for the um.script.service:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;   &amp;lt;!-- NetApp Packages --&amp;gt;
    &amp;lt;logger name="com.netapp" level="INFO"/&amp;gt;
    &amp;lt;logger name="com.netapp.dfm" level="DEBUG"/&amp;gt;
    &amp;lt;logger name="com.netapp.nwf" level="WARN"/&amp;gt;
    &amp;lt;logger name="com.netapp.autozapi.server" level="DEBUG"/&amp;gt;
    &lt;STRONG&gt;&amp;lt;logger name="com.netapp.um.script.service" level="DEBUG"/&amp;gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Press ":wq" to save and quit vi.&lt;/LI&gt;&lt;LI&gt;Verify that the file is updated successfully&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;diag@TESTOC71P1:/opt/netapp/essentials/jboss/server/onaro/conf$ cat logback-server.xml | grep "um.script.service"
    &amp;lt;logger name="com.netapp.um.script.service" level="DEBUG"/&amp;gt;&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Start the ocie service&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;diag@TESTOC71P1:/var/log/ocum$ sudo service ocie start
[ ok ] Starting NetApp OnCommand Insight Essentials Server service: ocie.&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Verify the OCIE service is running&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;diag@TESTOC71P1:/var/log/ocum$ sudo service ocie status
[ ok ] ocie is running.&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Change directories to the script log file location:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;diag@TESTOC71P1:/$ cd /var/log/ocum&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Initiate the action that will cause the OCUM alarm to generate an event and trigger your script&lt;/LI&gt;&lt;LI&gt;Check the "ocum-script.log"&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;diag@TESTOC71P1:/var/log/ocum$ cat ocum-script.log&lt;/PRE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you check the log file it will display:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The details for scripts that have been triggered via OCUM alarms&lt;/LI&gt;&lt;LI&gt;The scripts event argument variables.&lt;/LI&gt;&lt;LI&gt;The scripts exit code is (0 = success; 1 = failed)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Matt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 02:21:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/customizing-mails-from-ocum-7-1/m-p/131227#M23765</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2017-05-22T02:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: customizing mails from ocum 7.1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/customizing-mails-from-ocum-7-1/m-p/131235#M23769</link>
      <description>&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have another projects to do so I won't be able to clear time for this in the near future.&lt;/P&gt;&lt;P&gt;I will look into it when I can and update.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Tomer&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 14:04:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/customizing-mails-from-ocum-7-1/m-p/131235#M23769</guid>
      <dc:creator>Tomer_Schweid</dc:creator>
      <dc:date>2017-05-22T14:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: customizing mails from ocum 7.1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/customizing-mails-from-ocum-7-1/m-p/131252#M23774</link>
      <description>&lt;P&gt;Hi Tomer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The OCUM vApp is based on Debian and supports shell or Perl scripts (not powershell) so you'd have to use sendmail. EG:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="https://www.tutorialspoint.com/perl/perl_sending_email.htm" href="https://www.tutorialspoint.com/perl/perl_sending_email.htm" target="_blank"&gt;https://www.tutorialspoint.com/perl/perl_sending_email.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also added some additional info here on troubleshooting:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="https://community.netapp.com/t5/OnCommand-Storage-Management-Software-Discussions/OnCommand-Unified-Manager-alert-script-integration/m-p/128784#M23129" href="https://community.netapp.com/t5/OnCommand-Storage-Management-Software-Discussions/OnCommand-Unified-Manager-alert-script-integration/m-p/128784#M23129" target="_blank"&gt;https://community.netapp.com/t5/OnCommand-Storage-Management-Software-Discussions/OnCommand-Unified-Manager-alert-script-integration/m-p/128784#M23129&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Matt&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 05:32:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/customizing-mails-from-ocum-7-1/m-p/131252#M23774</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2017-05-23T05:32:45Z</dc:date>
    </item>
  </channel>
</rss>

