Specifications
SSR Command Line Interface Reference Manual 683
rmon alarm
an alarm. When the sample’s value is less than or equal to this threshold, and the
value at the last sampling interval was greater than this threshold, a single event is
generated. The value must be between 1 and 2147483647, inclusive.
owner <string>
Specifies the owner of the alarm resource; for example, an IP address, machine name
or person’s name.
rising-event-index <num>
Is the action to be taken as defined by the row with this index in the event table when
a rising threshold is crossed. The value must be between 1 and 65535, inclusive.
rising-threshold <num>
Specifies that the sample’s value must be greater than or equal to the threshold to
trigger an alarm. When the sample’s value is greater than or equal to this threshold,
and the value at the last sampling interval was less than this threshold, a single event
is generated. The value must be between 1 and 2147483647, inclusive.
startup <keyword>
Specifies the condition for which the alarm is to be generated. The condition can be
one of the following:
rising Causes an alarm to be generated if the sampled variable is greater than
or equal to the rising threshold.
falling Causes an alarm to be generated if the sampled variable is less than or
equal to the falling threshold.
both Causes an alarm to be generated if the sampled variable is greater than
or equal to the rising threshold or less than or equal to the falling
threshold.
status enable|disable
Enables or disables this alarm.
type <keyword>
Specifies the method of sampling the selected variable and calculating the value to be
compared against the thresholds. The sampling method can be one of the following:
absolute-value Monitor the absolute value over the sample interval of the variable
against the threshold value.
delta-value Monitor the change in value over the sample interval of the variable
against the threshold value.
variable <string>
Specifies the object identifier of the variable to be sampled. Only variables that resolve
to an ASN.1 primitive type of INTEGER may be sampled.










