A list of alarm table entries. The table contains
zero, one, or many rows at any moment, depending upon
the number of alarm conditions in effect. The table
is initially empty at agent startup. The agent
creates a row in the table each time a condition is
detected and deletes that row when that condition no
longer pertains. The agent creates the first row with
tsAlarmId equal to 1, and increments the value of
tsAlarmId each time a new row is created, wrapping to
the first free value greater than or equal to 1 when
the maximum value of tsAlarmId would otherwise be
exceeded. Consequently, after multiple operations,
the table may become sparse, e.g., containing entries
for rows 95, 100, 101, and 203 and the entries should
not be assumed to be in chronological order because
tsAlarmId might have wrapped.
The number of rows in the table at any given time is
reflected by the value of tsAlarmsPresent.
Parsed from file DAMOCLES-MIB.mib
Module: DAMOCLES-MIB
Vendor: HW group s.r.o
Module: DAMOCLES-MIB
[Automatically extracted from oidview.com]
tsAlarmTable OBJECT-TYPE SYNTAX SEQUENCE OF TsAlarmEntry ACCESS not-accessible STATUS current DESCRIPTION "A list of alarm table entries. The table contains zero, one, or many rows at any moment, depending upon the number of alarm conditions in effect. The table is initially empty at agent startup. The agent creates a row in the table each time a condition is detected and deletes that row when that condition no longer pertains. The agent creates the first row with tsAlarmId equal to 1, and increments the value of tsAlarmId each time a new row is created, wrapping to the first free value greater than or equal to 1 when the maximum value of tsAlarmId would otherwise be exceeded. Consequently, after multiple operations, the table may become sparse, e.g., containing entries for rows 95, 100, 101, and 203 and the entries should not be assumed to be in chronological order because tsAlarmId might have wrapped. The number of rows in the table at any given time is reflected by the value of tsAlarmsPresent." ::= { tsAlarm 2 }
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.21796.3.4.50.2.1 | tsAlarmEntry | 5 | 5 | An entry containing information applicable to a particular alarm. |
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.21796.3.4.50.1 | tsAlarmsPresent | 0 | 0 | The present number of active alarm conditions. |