<?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: Ops Manager disk threshold notification verification in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Ops-Manager-disk-threshold-notification-verification/m-p/51163#M10556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. If the condition still exist, a new event will be generated and that would in-turn create an alarm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;adai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Mar 2013 12:13:48 GMT</pubDate>
    <dc:creator>adaikkap</dc:creator>
    <dc:date>2013-03-01T12:13:48Z</dc:date>
    <item>
      <title>Ops Manager disk threshold notification verification</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Ops-Manager-disk-threshold-notification-verification/m-p/51148#M10552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a customer asking the following:&lt;/P&gt;&lt;P&gt;I can set up disk thresholds so that when a user exceeds their threshold, they will get an email notification.&amp;nbsp; However, three days later when their disk space is still over the threshold I have no way of knowing if the email was sent.&amp;nbsp; Is there a log file somewhere that will show the email was sent to the user?&amp;nbsp; If not, do I have a way of being notified X days after a threshold has gone unresolved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyone that can answer this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:14:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Ops-Manager-disk-threshold-notification-verification/m-p/51148#M10552</guid>
      <dc:creator>pmonte</dc:creator>
      <dc:date>2025-06-05T07:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ops Manager disk threshold notification verification</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Ops-Manager-disk-threshold-notification-verification/m-p/51153#M10553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt; Is there a log file somewhere that will show the email was sent to the user?&amp;nbsp; &lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Yes.You will find a log file named alert.log under /opt/NTAPdfm/log, if installed with default location else under &amp;lt;installdir&amp;gt;/NTAPdfm/log&lt;/P&gt;&lt;P&gt;The contents will be like this.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;May 12 14:23:38 [dfmeventd: INFO]: [3364:0x6ffabb0]: alarm 1, event 83148, Aggregate Full on aggr0: sending email alert to &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:user@domain.com" target="_blank"&gt;user@domain.com&lt;/A&gt;&lt;SPAN&gt;. took 2 seconds&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where&lt;/P&gt;&lt;P&gt;alarm 1 is the alarm id.&lt;/P&gt;&lt;P&gt;event 83148 is the event id&lt;/P&gt;&lt;P&gt;Aggregate Full is the event name.&lt;/P&gt;&lt;P&gt;aggr0 is the object name.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-email-small" href="mailto:user@domain.com" target="_blank"&gt;user@domain.com&lt;/A&gt;&lt;SPAN&gt; is the email address set in the alarm.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;&lt;/P&gt;If not, do I have a way of being notified X days after a threshold has gone unresolved?&lt;/PRE&gt;&lt;P&gt;Yes.Did you try setting up a repeat notification ?&lt;/P&gt;&lt;P&gt;[root@lnx]# dfm alarm create help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; create -- create a new alarm, triggered by particular events specified by the options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYNOPSIS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dfm alarm create [ -E &amp;lt;email-to-addresses&amp;gt; ] [ -F &amp;lt;page-to-addresses&amp;gt; ]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ -C &amp;lt;event-class&amp;gt; ] [ -A &amp;lt;admin-login-name&amp;gt; ]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ -P &amp;lt;page-to-admin&amp;gt; ] [ -T &amp;lt;trap-to&amp;gt; ] [ -s &amp;lt;script&amp;gt; ]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ -u &amp;lt;alarmScriptRunAs&amp;gt; ] [ -g &amp;lt;group&amp;gt; ] [ -h &amp;lt;event-name&amp;gt; ]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ -l &amp;lt;time-from&amp;gt; ] [ -m &amp;lt;time-to&amp;gt; ] [ -v &amp;lt;event-severity&amp;gt; ]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ -r &amp;lt;repeat-notify&amp;gt; ] [ -i &amp;lt;repeat-interval&amp;gt; ]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ -b &amp;lt;disabled&amp;gt; ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[root@lnx]#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where -r &amp;lt;repeat-notify&amp;gt; as yes&lt;/P&gt;&lt;P&gt;and -i &amp;lt;repeat-interval&amp;gt; as the time after which if the condition of the event still persist send another alarm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can also be done from the webui by going Control Center-&amp;gt;Setup-&amp;gt;Alarm&amp;nbsp;&amp;nbsp; Advanced Version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;adai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 17:01:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Ops-Manager-disk-threshold-notification-verification/m-p/51153#M10553</guid>
      <dc:creator>adaikkap</dc:creator>
      <dc:date>2010-05-12T17:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Ops Manager disk threshold notification verification</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Ops-Manager-disk-threshold-notification-verification/m-p/51158#M10554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With this repeat-interval &amp;amp; notify option is set, will it generates the alarm again ?, if the event is manually removed my someone...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 15:13:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Ops-Manager-disk-threshold-notification-verification/m-p/51158#M10554</guid>
      <dc:creator>sheelnidhig</dc:creator>
      <dc:date>2012-11-27T15:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ops Manager disk threshold notification verification</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Ops-Manager-disk-threshold-notification-verification/m-p/51163#M10556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. If the condition still exist, a new event will be generated and that would in-turn create an alarm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;adai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 12:13:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Ops-Manager-disk-threshold-notification-verification/m-p/51163#M10556</guid>
      <dc:creator>adaikkap</dc:creator>
      <dc:date>2013-03-01T12:13:48Z</dc:date>
    </item>
  </channel>
</rss>

