<?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: Event alert Exclusion for NAS cluster in event of maintenance in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Event-alert-Exclusion-for-NAS-cluster-in-event-of-maintenance/m-p/142859#M26113</link>
    <description>&lt;P&gt;Thank you Matt for the solution, we are already using UI and indeed, easiest is to simply disable it, but if we're not looking at large scale of NAS clusters involved, e.g. just 10 -20 nodes, we do not want to disable entire alerts as the other non affected clusters events will be required for auto ticketing solution..etc based on the event occuring.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;that's reason, we're looking for simplified way to exclude just bunch of clusters, instead of creating too many individual alerts or extensive manual setting the cluster/inclusion as the event resources&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Sep 2018 06:59:03 GMT</pubDate>
    <dc:creator>Cavin</dc:creator>
    <dc:date>2018-09-21T06:59:03Z</dc:date>
    <item>
      <title>Event alert Exclusion for NAS cluster in event of maintenance</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Event-alert-Exclusion-for-NAS-cluster-in-event-of-maintenance/m-p/142844#M26103</link>
      <description>&lt;P&gt;Does anyone know effective way to surpress all alerts from list of NAS cluster that scheduled maintenance, e.g. ONTAP upgrade?&lt;/P&gt;
&lt;P&gt;UM 7.3, 9.4, even with nas name, lif name,,etc indicated, but alerts still creep in.&lt;/P&gt;
&lt;P&gt;that causing tons of events per cluster&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is it necessary to create same no. "Resources - e.g. cluster, nodes, lif, shelf..etc" in EXCLUSION section as well? same as no. resources we defined in INCLUSION.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or any SIMPLEST way to indicate just a cluster name that BLOCK every alerts fired from cluster during takeover/down..&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:17:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Event-alert-Exclusion-for-NAS-cluster-in-event-of-maintenance/m-p/142844#M26103</guid>
      <dc:creator>Cavin</dc:creator>
      <dc:date>2025-06-04T13:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Event alert Exclusion for NAS cluster in event of maintenance</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Event-alert-Exclusion-for-NAS-cluster-in-event-of-maintenance/m-p/142853#M26110</link>
      <description>&lt;P&gt;Hi Cavin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The is a um CLI available but it does NOT support a "um alert list" or "um alert modify" command. The API XML is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;alert-list&amp;gt;
    &amp;lt;alert-info&amp;gt;
        &amp;lt;alert-id&amp;gt;&amp;lt;/alert-id&amp;gt;
        &amp;lt;alert-name&amp;gt;&amp;lt;/alert-name&amp;gt;
        &amp;lt;email-addresses&amp;gt;
            &amp;lt;email-address&amp;gt;&amp;lt;/email-address&amp;gt;
        &amp;lt;/email-addresses&amp;gt;
        &amp;lt;event-names&amp;gt;
            &amp;lt;event-name&amp;gt;&amp;lt;/event-name&amp;gt;
        &amp;lt;/event-names&amp;gt;
        &lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;lt;is-disabled&amp;gt;&amp;lt;/is-disabled&amp;gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;
        &amp;lt;repeat-interval&amp;gt;&amp;lt;/repeat-interval&amp;gt;
        &amp;lt;resource-types&amp;gt;
            &amp;lt;resource-type&amp;gt;&amp;lt;/resource-type&amp;gt;
        &amp;lt;/resource-types&amp;gt;
        &amp;lt;send-snmp-trap&amp;gt;&amp;lt;/send-snmp-trap&amp;gt;
    &amp;lt;/alert-info&amp;gt;
&amp;lt;/alert-list&amp;gt;&lt;/PRE&gt;
&lt;P&gt;IE each alarm has a property to define if the alarm is in an enabled\disabled state. Therefore in theory it would be possible to disable all alarms programmatically for the purpose of invoking scheduled maintence.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The supported method of disable alerts would be to use the UI.&lt;/P&gt;
&lt;P&gt;For example, click configuration, alerting, select the top left checkbox to select all alerts and then click the disable button.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="ocum_alerts.png" style="width: 999px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/8475i9749297FAA9D3817/image-size/large?v=v2&amp;amp;px=999" role="button" title="ocum_alerts.png" alt="ocum_alerts.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/Matt&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 05:11:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Event-alert-Exclusion-for-NAS-cluster-in-event-of-maintenance/m-p/142853#M26110</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2018-09-21T05:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Event alert Exclusion for NAS cluster in event of maintenance</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Event-alert-Exclusion-for-NAS-cluster-in-event-of-maintenance/m-p/142859#M26113</link>
      <description>&lt;P&gt;Thank you Matt for the solution, we are already using UI and indeed, easiest is to simply disable it, but if we're not looking at large scale of NAS clusters involved, e.g. just 10 -20 nodes, we do not want to disable entire alerts as the other non affected clusters events will be required for auto ticketing solution..etc based on the event occuring.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;that's reason, we're looking for simplified way to exclude just bunch of clusters, instead of creating too many individual alerts or extensive manual setting the cluster/inclusion as the event resources&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 06:59:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Event-alert-Exclusion-for-NAS-cluster-in-event-of-maintenance/m-p/142859#M26113</guid>
      <dc:creator>Cavin</dc:creator>
      <dc:date>2018-09-21T06:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Event alert Exclusion for NAS cluster in event of maintenance</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Event-alert-Exclusion-for-NAS-cluster-in-event-of-maintenance/m-p/146484#M26646</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;seems to be resolved in OCUM 9.5&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="maint_mode.png" style="width: 943px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/8831iFEC4C291822B93D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="maint_mode.png" alt="maint_mode.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;from release notes:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"New &lt;SPAN class="ph"&gt;Unified Manager&lt;/SPAN&gt; maintenance window functionalityYou can define a &lt;SPAN class="ph"&gt;Unified Manager&lt;/SPAN&gt; maintenance window to suppress events and alerts for a specific timeframe when you have scheduled cluster maintenance and you do not want to receive a flood of unwanted notifications. During a maintenance window the events related to all objects on that cluster are still generated, but they do not appear in any of the UI pages, and no alerts or other types of notification are sent for these events. See the topic &lt;SPAN class="q"&gt;"What a Unified Manager maintenance window is"&lt;/SPAN&gt; in the online help for more details."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 20:59:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Event-alert-Exclusion-for-NAS-cluster-in-event-of-maintenance/m-p/146484#M26646</guid>
      <dc:creator>GidonMarcus</dc:creator>
      <dc:date>2019-02-06T20:59:58Z</dc:date>
    </item>
  </channel>
</rss>

