ELTEX-PROCESS-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
4
Rows
4
Columns
34
.1.3.6.1.4.1.35265.41.1.1.1 · 1 row entry · 6 columns
A table of overall CPU statistics.
eltexProcessCPUMonitorEntry entry .1.3.6.1.4.1.35265.41.1.1.1.1
Overall information about the CPU load. Entries in this table come and go
as CPUs are added and removed from the system.
Indexes
No indexes recorded
Column Syntax OID
eltexProcessCPUMonitorIndex
An index that uniquely represents a CPU (or group of CPUs)
whose CPU load information is reported by a row in this table.
This index is assigned arbitrarily by the engine
and is not saved over reboots.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.35265.41.1.1.1.1.1
eltexProcessCPUMonitorInterval
Time interval for calculating the average load of CPU.
secondsSNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.35265.41.1.1.1.1.2
eltexProcessCPUMonitorPhysicalIndex
Physical index of a CPU from entPhysicalTable.
ENTITY-MIBPhysicalIndex
Textual Convention: ENTITY-MIBPhysicalIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.35265.41.1.1.1.1.3
eltexProcessCPUMonitorValue
The overall CPU busy percentage in the last eltexProcessCPUMonitorInterval
period.
percentELTEX-TCEltexPercent
Textual Convention: ELTEX-TCEltexPercent Unsigned32
Type Constraints:
range: 0..100
.1.3.6.1.4.1.35265.41.1.1.1.1.4
eltexProcessCPUMonitorValidValue
Indicates whether or not the eltexProcessCPUMonitorValue
contain accurate data. If an instance of this object has the value false,
the values of eltexProcessCPUMonitorValidValue in the conceptual row may contain
inacc…
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.35265.41.1.1.1.1.5
eltexProcessCPUMonitorThresholdFreeIndex
This field indicates the minimal value of eltexProcessCPUThresholdIndex that
isn't in use by any threshold configured in eltexProcessCPUThresholdTable and
which can be used as index to create a new eltexProcessCPUThresh…
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.35265.41.1.1.1.1.6
.1.3.6.1.4.1.35265.41.1.1.2.3 · 1 row entry · 9 columns
This table lists the thresholds severity, relation, and comparison value
for a CPU.
          
List of notification sending conditions:
          
Val - eltexProcessCPUMonitorValue
Thr - eltexProcessCPUThresholdValue
Int - eltexProcessCPUThresholdFlappingInterval
abs - absolute value
          
+----------------+------------------------+------------------------+
| Relation       | Notification Condition |   Recovery Condition   |
+----------------+------------------------+------------------------+
| greaterThan    |       Val >  Thr       |   Val <  (Thr - Int)   |
| greaterOrEqual |       Val >= Thr       |   Val <= (Thr - Int)   |
| lessThan       |       Val <  Thr       |   Val >  (Thr + Int)   |
| lessOrEqual    |       Val <= Thr       |   Val >= (Thr + Int)   |
| equalTo        |       Val == Thr       |  abs(Val - Thr) > Int  |
| notEqualTo     |  abs(Val - Thr) > Int  |       Val == Thr       |
+----------------+------------------------+------------------------+
eltexProcessCPUThresholdEntry entry .1.3.6.1.4.1.35265.41.1.1.2.3.1
An entry describes the threshold for a CPU.
Indexes
No indexes recorded
Column Syntax OID
eltexProcessCPUThresholdIndex
An index unique within a CPU entity. This index permits
CPU to have thresholds with the same index.

The first free index can be obtained from the field
eltexProcessCPUMonitorThresholdFreeIndex in the tabl…
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.35265.41.1.1.2.3.1.1
eltexProcessCPUThresholdRowStatus
This object indicates the RowStatus of this entry.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.35265.41.1.1.2.3.1.2
eltexProcessCPUThresholdValue
This field indicates value of threshold in percents.
ELTEX-TCEltexPercentr/w
Textual Convention: ELTEX-TCEltexPercent Unsigned32
Type Constraints:
range: 0..100
.1.3.6.1.4.1.35265.41.1.1.2.3.1.3
eltexProcessCPUThresholdFlappingInterval
This field indicates the value of flapping interval. This field is
necessary for determining the moment of sending
eltexProcessCPUThresholdRecoveryNotification.
ELTEX-TCEltexPercentr/w
Textual Convention: ELTEX-TCEltexPercent Unsigned32
Type Constraints:
range: 0..100
.1.3.6.1.4.1.35265.41.1.1.2.3.1.4
eltexProcessCPUThresholdSeverity
This field indicates the severity of this threshold.
SYSLOG-TC-MIBSyslogSeverityr/w
Textual Convention: SYSLOG-TC-MIBSyslogSeverity Enumeration
Type Values:
0emerg
1alert
2crit
3err
4warning
5notice
6info
7debug
.1.3.6.1.4.1.35265.41.1.1.2.3.1.5
eltexProcessCPUThresholdRelation
This field indicates the relation between eltexProcessCPUMonitorValue
and eltexProcessCPUThresholdValue required to trigger the alarm.
ELTEX-TCEltexThresholdRelationr/w
Textual Convention: ELTEX-TCEltexThresholdRelation Enumeration
Type Values:
1lessThan
2lessOrEqual
3greaterThan
4greaterOrEqual
5equalTo
6notEqualTo
.1.3.6.1.4.1.35265.41.1.1.2.3.1.6
eltexProcessCPUThresholdNotificationEnable
This field controls generation of eltexProcessCPUThresholdNotification
for this threshold.

When this field is 'true', generation of notifications is enabled for this
threshold. When this field is 'false',…
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.35265.41.1.1.2.3.1.7
eltexProcessCPUThresholdRecoveryNotificationEnable
This field controls generation of eltexProcessCPUThresholdRecoveryNotification
for this threshold.

When this field is 'true', generation of notifications is enabled for this
threshold. When this field is …
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.35265.41.1.1.2.3.1.8
eltexProcessCPUThresholdEvaluation
This field indicates the result of the most recent evaluation of the threshold.
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.35265.41.1.1.2.3.1.9
.1.3.6.1.4.1.35265.41.1.2.1 · 1 row entry · 10 columns
A table of overall RAM statistics.
eltexProcessMemoryEntry entry .1.3.6.1.4.1.35265.41.1.2.1.1
Overall information about the RAM.
Indexes
No indexes recorded
Column Syntax OID
eltexProcessMemoryIndex
An index that uniquely represents a memory whose
load information is reported by a row in this table.
This index is assigned arbitrarily by the engine
and is not saved over reboots.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.35265.41.1.2.1.1.1
eltexProcessMemoryPhysicalIndex
Physical index of a RAM from entPhysicalTable.
ENTITY-MIBPhysicalIndex
Textual Convention: ENTITY-MIBPhysicalIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.35265.41.1.2.1.1.2
eltexProcessMemoryTotal
The overall CPU wide system memory size which is currently in system.
bytesSNMPv2-SMIGauge32
Textual Convention: SNMPv2-SMIGauge32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.35265.41.1.2.1.1.3
eltexProcessMemoryTotalOverflow
This object represents the upper 32-bit of eltexProcessMemoryTotal.

This object needs to be supported only when the value of
eltexProcessMemoryTotal exceeds 32-bit, otherwise this object value
would be se…
bytesSNMPv2-SMIGauge32
Textual Convention: SNMPv2-SMIGauge32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.35265.41.1.2.1.1.4
eltexProcessMemoryHCTotal
The overall CPU wide system memory which is currently in system.

This object is a 64-bit version of eltexProcessMemoryTotal.
bytesSNMPv2-SMICounter64
Textual Convention: SNMPv2-SMICounter64 Unsigned64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.35265.41.1.2.1.1.5
eltexProcessMemoryFreePercent
The overall CPU wide system memory which is currently free in percents.
ELTEX-TCEltexPercent
Textual Convention: ELTEX-TCEltexPercent Unsigned32
Type Constraints:
range: 0..100
.1.3.6.1.4.1.35265.41.1.2.1.1.6
eltexProcessMemoryFree
The overall CPU wide system memory which is currently free in bytes.
bytesSNMPv2-SMIGauge32
Textual Convention: SNMPv2-SMIGauge32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.35265.41.1.2.1.1.7
eltexProcessMemoryFreeOverflow
This object represents the upper 32-bit of eltexProcessMemoryFree.

This object needs to be supported only when the value of
eltexProcessMemoryFree exceeds 32-bit, otherwise this object value
would be set …
bytesSNMPv2-SMIGauge32
Textual Convention: SNMPv2-SMIGauge32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.35265.41.1.2.1.1.8
eltexProcessMemoryHCFree
The overall CPU wide system memory which is currently free.

This object is a 64-bit version of eltexProcessMemoryFree.
bytesSNMPv2-SMICounter64
Textual Convention: SNMPv2-SMICounter64 Unsigned64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.35265.41.1.2.1.1.9
eltexProcessMemoryThresholdFreeIndex
This field indicates the minimal value of eltexProcessMemoryThresholdIndex that
isn't in use by any threshold configured in eltexProcessMemoryThresholdTable and
which can be used as index to create a new eltexProcessMem…
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.35265.41.1.2.1.1.10
.1.3.6.1.4.1.35265.41.1.2.2.3 · 1 row entry · 9 columns
This table lists the thresholds severity, relation, and comparison value
for a memory.
          
List of notification sending conditions:
          
Val - eltexProcessMemoryFreePercent
Thr - eltexProcessMemoryThresholdValue
Int - eltexProcessMemoryThresholdFlappingInterval
abs - absolute value
          
+----------------+------------------------+------------------------+
| Relation       | Notification Condition |   Recovery Condition   |
+----------------+------------------------+------------------------+
| greaterThan    |       Val >  Thr       |   Val <  (Thr - Int)   |
| greaterOrEqual |       Val >= Thr       |   Val <= (Thr - Int)   |
| lessThan       |       Val <  Thr       |   Val >  (Thr + Int)   |
| lessOrEqual    |       Val <= Thr       |   Val >= (Thr + Int)   |
| equalTo        |       Val == Thr       |  abs(Val - Thr) > Int  |
| notEqualTo     |  abs(Val - Thr) > Int  |       Val == Thr       |
+----------------+------------------------+------------------------+
eltexProcessMemoryThresholdEntry entry .1.3.6.1.4.1.35265.41.1.2.2.3.1
An entry describes the threshold for a memory.
Indexes
No indexes recorded
Column Syntax OID
eltexProcessMemoryThresholdIndex
An index unique within a memory entity. This index permits
memory to have thresholds with the same index.

The first free index can be obtained from the field
eltexProcessMemoryThresholdFreeIndex in the ta…
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.35265.41.1.2.2.3.1.1
eltexProcessMemoryThresholdRowStatus
This object indicates the RowStatus of this entry.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.35265.41.1.2.2.3.1.2
eltexProcessMemoryThresholdValue
Indicates the value of the threshold for field eltexProcessMemoryFreePercent.
ELTEX-TCEltexPercentr/w
Textual Convention: ELTEX-TCEltexPercent Unsigned32
Type Constraints:
range: 0..100
.1.3.6.1.4.1.35265.41.1.2.2.3.1.3
eltexProcessMemoryThresholdFlappingInterval
This field indicates the value of flapping interval. This field is
necessary for determining the moment of sending
eltexProcessMemoryThresholdRecoveryNotification.
ELTEX-TCEltexPercentr/w
Textual Convention: ELTEX-TCEltexPercent Unsigned32
Type Constraints:
range: 0..100
.1.3.6.1.4.1.35265.41.1.2.2.3.1.4
eltexProcessMemoryThresholdSeverity
Indicates the severity of this threshold.
SYSLOG-TC-MIBSyslogSeverityr/w
Textual Convention: SYSLOG-TC-MIBSyslogSeverity Enumeration
Type Values:
0emerg
1alert
2crit
3err
4warning
5notice
6info
7debug
.1.3.6.1.4.1.35265.41.1.2.2.3.1.5
eltexProcessMemoryThresholdRelation
Indicates the relation between sensor value and threshold value,
required to trigger the alarm.
ELTEX-TCEltexThresholdRelationr/w
Textual Convention: ELTEX-TCEltexThresholdRelation Enumeration
Type Values:
1lessThan
2lessOrEqual
3greaterThan
4greaterOrEqual
5equalTo
6notEqualTo
.1.3.6.1.4.1.35265.41.1.2.2.3.1.6
eltexProcessMemoryThresholdNotificationEnable
Controls generation of notifications for this threshold.

When this field is 'true', generation of notifications is enabled for
this threshold. When this field is 'false', generation of notifications
is di…
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.35265.41.1.2.2.3.1.7
eltexProcessMemoryThresholdRecoveryNotificationEnable
Controls generation of notifications for this threshold.

When this field is 'true', generation of notifications is enabled for
this threshold. When this field is 'false', generation of notifications
is di…
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.35265.41.1.2.2.3.1.8
eltexProcessMemoryThresholdEvaluation
Indicates the result of the most recent evaluation of the threshold.
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.35265.41.1.2.2.3.1.9