docs/doc/source/fault-mgmt/kubernetes/viewing-suppressed-alarms-using-the-cli.rst
Stone e60b972a04 Directory reorganization for FM
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
2021-03-25 09:04:59 -04: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  |
    | ...      | ...         |
    +----------+-------------+