e60b972a04
This update brings FM in line with directory and index structure of other content. Signed-off-by: Stone <ronald.stone@windriver.com> Change-Id: If730098dc3eb119defa89647b04ac9f7c8717992
1.0 KiB
1.0 KiB
Unsuppress an Alarm Using the CLI
If you need to reactivate a suppressed alarm, you can do so using the CLI.
Use the
fm event-unsuppress
CLI command to unsuppress a currently suppressed alarm.~(keystone_admin)$ fm event-unsuppress [--nowrap] --alarm_id <alarm-id>[,<alarm-id>] \ [--nopaging] [--uuid]
where
<alarm-id>
-
is a comma separated Alarm ID list of alarms to unsuppress.
--nowrap
-
disables output wrapping.
--nopaging
-
disables paged output
--uuid
-
includes the alarm type UUIDs in the output.
Alarm type(s) with the specified <alarm-id(s)> will be unsuppressed.
You can unsuppress all currently suppressed alarms using the following command:
~(keystone_admin)$ fm event-unsuppress -all [--nopaging] [--uuid]