docs/doc/source/fault-mgmt/viewing-suppressed-alarms-using-the-cli.rst
Stone 037c99f0b7 Fault Management doc
Added Data Networks toctree

Changed case on doc title in top level index - changed doc directory to
fault-mgmt.

Added Distributed Cloud section.

Broke out "OpenStack Fault Management Overview" statement about remote log
collection to conditionally included file.

Incorporated patch 6 review comments. Also implemented rST :abbr:
for first instance of SNMP in each file.

Changed port number and community string in two SNMP walk examples.

Change-Id: I1afd71265e752c4c9a54bf2dc9a173b3e17332a7
Signed-off-by: Stone <ronald.stone@windriver.com>
2020-11-27 14:13:00 -05:00

1.4 KiB

View Suppressed Alarms Using the CLI

Alarms may be suppressed. List them to determine if any need to be unsuppressed or otherwise managed.

  • Use the fm event-suppress-list CLI command to view a list of all currently suppressed alarms.

    This command shows all alarm IDs along with their suppression status.

    ~(keystone_admin)$ fm event-suppress-list [--nopaging] [--uuid] [--include-unsuppressed]

    where

    --nopaging

    disables paged output, see CLI Commands and Paged Output <cli-commands-and-paged-output>

    --uuid

    includes the alarm type UUIDs in the output

    --include-unsuppressed

    includes unsuppressed alarm types in the output. By default only suppressed alarm types are shown.

    For example:

    [sysadmin@controller-0 ~(keystone_admin)] fm event-suppress-list
    +----------+-------------+
    | Event ID | Status      |
    +----------+-------------+
    | 100.101  | suppressed  |
    | 100.103  | suppressed  |
    | 100.105  | suppressed  |
    | ...      | ...         |
    +----------+-------------+