Index  |  Top  -  Up Data ONTAP 8.2

dashboard alarm show

Display current over-threshold alarms

Availability: This command is available to cluster administrators at the admin privilege level.

Description

The dashboard alarm show command displays information about over-threshold alarms. Over-threshold alarms are generated when a value exceeds the configured threshold.

Parameters

{  [-fields <fieldname>, ...]

If you specify the -fields <fieldname>, ... parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

|  [-instance ]  }

If you specify the -instance parameter, the command displays detailed information about all fields.

[-type <Metric Type>] - Metric Type

Use this parameter to display information only about alarms with the object type you specify, such as cpu-busy, port-util, op-latency, or aggregate-used.

[-node {<nodename>|local}] - Node

Selects the alarms that match this parameter value.

[-name <text>] - Object Name

Selects the alarms that match this parameter value (such as an aggregate named aggr0).

[-state <Alarm Monitoring State>] - Alarm State

Selects the alarms that match this parameter value. Possible states are ok, warning, and critical. States are displayed according to the configured thresholds. Use the dashboard alarm thresholds modify command to configure alarm thresholds.

[-ems-state <EMS State>] - EMS State

Selects the alarms that match this parameter value. Possible states are rising and falling.

[-value <Counter>] - Last Value

Selects the alarms that match this parameter value.

[-high-value <Counter>] - High Value

Selects the alarms that match this parameter value. This parameter is most useful when used with a range, such as ">90%".

Examples

The following example shows the default alarm dashboard output when an alarm exceeds its threshold:
cluster1::> dashboard alarm show
ObjectType     Node   Name   State     LastValue  HighValue
-------------- ------ ------ --------- ---------- ----------
aggregate-used node1  aggr0  critical  57%        57%

See Also

dashboard alarm thresholds modify  
Index  |  Top  -  Up Data ONTAP 8.2