Chapter 3
Device Management
RUGGEDCOM ROS
User Guide
100
Adding an RMON Alarm
Parameter
Description
Index
Synopsis:
1 to 65535
Default:
1
The index of this RMON Alarm record.
Variable
Synopsis:
SNMP Object Identifier - up to 39 characters
The SNMP object identifier (OID) of the particular variable to
be sampled. Only variables that resolve to an ASN.1 primitive
type INTEGER (INTEGER, Integer32,Counter32, Counter64,
Gauge, or TimeTicks) may be sampled. A list of objects can
be printed using shell command 'rmon'. The OID format:
objectName.index1.index2... where index format depends on
index object type.
Rising Thr
Synopsis:
-2147483647 to 2147483647
Default:
0
A threshold for the sampled variable. When the current sampled
variable 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 will be generated. A single event will also be
generated if the first sample after this record is created is greater
than or equal to this threshold and the associated startup alarm
ils equal to 'rising'.After rising alarm is generated, another such
event will not be generated until the sampled value falls below
this threshold and reaches the value of FallingThreshold.
Falling Thr
Synopsis:
-2147483647 to 2147483647
Default:
0
A threshold for the sampled variable. When the current sampled
variable 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 will be generated. A single event will also be
generated if the first sample after this record is created is less
than or equal to this threshold and the associated startup alarm
ils equal to 'falling'.After falling alarm is generated, another such
event will not be generated until the sampled value rises above
this threshold and reaches the value of RisingThreshold.
Value
Synopsis:
-2147483647 to 2147483647
The value of monitoring object during the last sampling period.
The presentation of value depends of sample type ('absolute' or
'delta').
Type
Synopsis:
{ absolute, delta }
Default:
delta
The method of sampling the selected variable and calculating the
value to be compared against the thresholds. The value of sample
type can be 'absolute' or 'delta'.
Interval
Synopsis:
0 to 2147483647
Default:
60
The number of seconds in over which the data is sampled and
compared with the rising and falling thresholds.
Startup Alarm
Synopsis:
{ rising, falling, risingOrFalling }
Default:
risingOrFalling
The alarm that may be sent when this record is first created if
condition for raising alarm is met. The value of startup alarm can
be 'rising', 'falling' or 'risingOrFalling'.
Rising Event
Synopsis:
0 to 65535
Default:
0