Configure events used in the remote monitoring system.
- index- event index;
- type -type of notification generated by the device for this
event:
none - do not create a notification,
log - create a table entry,
trap - send an SNMP trap,
log-trap - create a table entry and send an SNMP trap;
-com_text - SNMP community string for trap transmission;
-desc_text - event description;
-name - event creator name.
Configure alarm event trigger criteria.
- index- alarm event index;
- mib_object_id - variable part identifier of the OID object;
- interval - time period when data is collected and compared
to the rising and falling thresholds;
- rthreshold - rising threshold;
- fthreshold - falling threshold;
- revent - event index that is used for crossing the rising
threshold;
- fevent - event index that is used for crossing the falling
threshold;
- type - method for selecting variables and calculating values
to be compared with the thresholds:
absolute - the absolute value of the selected variable will be
compared to the threshold at the end point of the control
interval;
delta - the value of the variable selected in the last selection
will be deducted from the current value and the difference will
be compared to the thresholds (the difference between the
variable values at the start and end points of the control
interval);
- startup - event generation instruction in the first control
interval; Specify alarm event generation rules for the first
control interval by comparing the selected variable with one
or both thresholds:
- rising - generate a single alarm event for the rising threshold
if the selected variable value in the first control interval is
above or equal to this threshold;
- falling - generate a single alarm event for the falling
threshold if the selected variable value in the first control
interval is below or equal to this threshold;
- rising-falling - generate a single alarm event for the rising
and/or falling threshold if the selected variable value in the
first control interval is above or equal to the rising
threshold/below or equal to the falling threshold;
- owner - alarm event creator name.