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
Uses the eltex variant from /opt/observium/mibs/eltex.
Command help
Walk eltexProcessCPUMonitorTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ELTEX-PROCESS-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-PROCESS-MIB::eltexProcessCPUMonitorTable'
A table of overall CPU statistics.
eltexProcessCPUMonitorEntry row .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
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
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.35265.41.1.1.1.1.1
Time interval for calculating the average load of CPU.
secondsSNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.35265.41.1.1.1.1.2
Physical index of a CPU from entPhysicalTable.
ENTITY-MIBPhysicalIndex
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.35265.41.1.1.1.1.3
The overall CPU busy percentage in the last eltexProcessCPUMonitorInterval
period.
percentELTEX-TCEltexPercent
Type Constraints:
range: 0..100
.1.3.6.1.4.1.35265.41.1.1.1.1.4
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
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.35265.41.1.1.1.1.5
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
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
Uses the eltex variant from /opt/observium/mibs/eltex.
Command help
Walk eltexProcessCPUThresholdTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ELTEX-PROCESS-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-PROCESS-MIB::eltexProcessCPUThresholdTable'
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 row .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
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
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.35265.41.1.1.2.3.1.1
This object indicates the RowStatus of this entry.
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.35265.41.1.1.2.3.1.2
This field indicates value of threshold in percents.
ELTEX-TCEltexPercentr/w
Type Constraints:
range: 0..100
.1.3.6.1.4.1.35265.41.1.1.2.3.1.3
This field indicates the value of flapping interval. This field is
necessary for determining the moment of sending
eltexProcessCPUThresholdRecoveryNotification.
ELTEX-TCEltexPercentr/w
Type Constraints:
range: 0..100
.1.3.6.1.4.1.35265.41.1.1.2.3.1.4
This field indicates the severity of this threshold.
SYSLOG-TC-MIBSyslogSeverityr/w
Type Values:
0emerg
1alert
2crit
3err
4warning
5notice
6info
7debug
.1.3.6.1.4.1.35265.41.1.1.2.3.1.5
This field indicates the relation between eltexProcessCPUMonitorValue
and eltexProcessCPUThresholdValue required to trigger the alarm.
ELTEX-TCEltexThresholdRelationr/w
Type Values:
1lessThan
2lessOrEqual
3greaterThan
4greaterOrEqual
5equalTo
6notEqualTo
.1.3.6.1.4.1.35265.41.1.1.2.3.1.6
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
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.35265.41.1.1.2.3.1.7
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
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.35265.41.1.1.2.3.1.8
This field indicates the result of the most recent evaluation of the threshold.
SNMPv2-TCTruthValue
Type Values:
1true
2false
Description:
Represents a boolean value.
.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
Uses the eltex variant from /opt/observium/mibs/eltex.
Command help
Walk eltexProcessMemoryTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ELTEX-PROCESS-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-PROCESS-MIB::eltexProcessMemoryTable'
A table of overall RAM statistics.
eltexProcessMemoryEntry row .1.3.6.1.4.1.35265.41.1.2.1.1
Overall information about the RAM.
Indexes
No indexes recorded
Column Syntax OID
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
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.35265.41.1.2.1.1.1
Physical index of a RAM from entPhysicalTable.
ENTITY-MIBPhysicalIndex
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.35265.41.1.2.1.1.2
The overall CPU wide system memory size which is currently in system.
bytesSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.35265.41.1.2.1.1.3
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
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.35265.41.1.2.1.1.4
The overall CPU wide system memory which is currently in system.

This object is a 64-bit version of eltexProcessMemoryTotal.
bytesSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.35265.41.1.2.1.1.5
The overall CPU wide system memory which is currently free in percents.
ELTEX-TCEltexPercent
Type Constraints:
range: 0..100
.1.3.6.1.4.1.35265.41.1.2.1.1.6
The overall CPU wide system memory which is currently free in bytes.
bytesSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.35265.41.1.2.1.1.7
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
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.35265.41.1.2.1.1.8
The overall CPU wide system memory which is currently free.

This object is a 64-bit version of eltexProcessMemoryFree.
bytesSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.35265.41.1.2.1.1.9
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
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
Uses the eltex variant from /opt/observium/mibs/eltex.
Command help
Walk eltexProcessMemoryThresholdTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ELTEX-PROCESS-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-PROCESS-MIB::eltexProcessMemoryThresholdTable'
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 row .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
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
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.35265.41.1.2.2.3.1.1
This object indicates the RowStatus of this entry.
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.35265.41.1.2.2.3.1.2
Indicates the value of the threshold for field eltexProcessMemoryFreePercent.
ELTEX-TCEltexPercentr/w
Type Constraints:
range: 0..100
.1.3.6.1.4.1.35265.41.1.2.2.3.1.3
This field indicates the value of flapping interval. This field is
necessary for determining the moment of sending
eltexProcessMemoryThresholdRecoveryNotification.
ELTEX-TCEltexPercentr/w
Type Constraints:
range: 0..100
.1.3.6.1.4.1.35265.41.1.2.2.3.1.4
Indicates the severity of this threshold.
SYSLOG-TC-MIBSyslogSeverityr/w
Type Values:
0emerg
1alert
2crit
3err
4warning
5notice
6info
7debug
.1.3.6.1.4.1.35265.41.1.2.2.3.1.5
Indicates the relation between sensor value and threshold value,
required to trigger the alarm.
ELTEX-TCEltexThresholdRelationr/w
Type Values:
1lessThan
2lessOrEqual
3greaterThan
4greaterOrEqual
5equalTo
6notEqualTo
.1.3.6.1.4.1.35265.41.1.2.2.3.1.6
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
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.35265.41.1.2.2.3.1.7
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
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.35265.41.1.2.2.3.1.8
Indicates the result of the most recent evaluation of the threshold.
SNMPv2-TCTruthValue
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.35265.41.1.2.2.3.1.9