Acknowledge Alarms

You can set the frequency of alarm notifications at the time that you acknowledge the alarm.

From a command prompt, acknowledge a particular alarm.

You can also include sub-commands to set the frequency of the notifications.

alarm --acknowledge ID --remind_every period --remind_every_unit {minutes|hours|days}

The following example lists all the alarms on the array (there is only one) and then acknowledges that alarm setting the notifications of the alarm to remind the user every day.

$ alarm --list
------------+--------------+------------------------------+------------+-------------------+--------------------------------
ID             Severity       Time                              Status       Array                 Detail
------------+--------------+------------------------------+------------+-------------------+--------------------------------
       5        CRITICAL  Oct 20 2016 16:49:30     Open         -                      Volume test string from alert gen space usage is at 0% 
and approaching quota of 0%. It will be taken offline if it exceeds the quota

$ alarm --acknowledge 5 --remind_every 1 --remind_every_unit days