SITEBOSS-220-STD-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
8
Rows
8
Columns
74
esPointTable
table.1.3.6.1.4.1.3052.43.1.1.1
·
1 row entry
·
7 columns
Uses the asentria variant from
Command help
/opt/observium/mibs/asentria.
Walk esPointTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SITEBOSS-220-STD-MIB' -M '/opt/observium/mibs/asentria:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SITEBOSS-220-STD-MIB::esPointTable'
This table organizes 4 basic attributes of points. A point
is a particular sensor on an EventSensor (e.g., temperature,
humidity, contact closure 2, relay 5, etc.). The 4 point
attributes are its name, whether it's in its event state,
the point's value as a number and its value as a string.
Points are referenced by a point index. The point index
is a string of 3 numbers separated by periods.
It contains all the information necessary for getting a piece
of data off an event sensor; namely, which EventSensor,
point class, and which-sensor-of-that-class (a.k.a. point).
Entry for EventSensor point table
Indexes
| Column | Syntax | OID |
|---|---|---|
|
The part of the point index that refers to an
EventSensor. The point index is a string of 3 numbers separated by periods. It contains all the information necessary for getting a piece of data off an even… |
Integer32 Constraints: range: 1-200 |
.1.3.6.1.4.1.3052.43.1.1.1.1.1 |
|
The part of the point index that refers to point class.
The point index is a string of 3 numbers separated by periods. It contains all the information necessary for getting a piece of data off an event se… |
Integer32 Constraints: range: 1-6 |
.1.3.6.1.4.1.3052.43.1.1.1.1.2 |
|
The part of the point index that delineates which
sensor on the EventSensor. So this combined with esIndexPC (Point Class or type) and esIndexES (which EventSensor) uniquely defines each point (sensor or … |
Integer32 Constraints: range: 1-64 |
.1.3.6.1.4.1.3052.43.1.1.1.1.3 |
|
The name of the point on an EventSensor. For example,
'AC temp' (in the case of the temperature sensor on an EventSensor). There can be multiple points of the same point class on an EventSensor (e.g., 8 c… |
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.1.1.1.1.4 |
|
A number referring to the event state of a point
on an EventSensor. This number can have different meanings depending on the point class. If the point class is temperature, humidity, or analog input, the… |
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.1.1.1.1.5 |
|
A read-only number referring to the value of a
point on an EventSensor. If the point class is temperature, then this object is the temperature in its configured scale (default is Fahrenheit). … |
Integer32r/w Constraints: range: -32768-32767 |
.1.3.6.1.4.1.3052.43.1.1.1.1.6 |
|
A string referring to the value of a point on an
EventSensor. For contact closures this object is either 'Open' or 'Closed'. For relays this object is either 'Active' (energized) or 'Inacti… |
SNMPv2-TCDisplayString Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.1.1.1.1.7 |
esPointConfigTempTable
table.1.3.6.1.4.1.3052.43.2.2.1
·
1 row entry
·
15 columns
Uses the asentria variant from
Command help
/opt/observium/mibs/asentria.
Walk esPointConfigTempTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SITEBOSS-220-STD-MIB' -M '/opt/observium/mibs/asentria:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SITEBOSS-220-STD-MIB::esPointConfigTempTable'
This table organizes 3 basic attributes of temperature
sensor points. A point is a particular sensor on an
EventSensor. The 3 point attributes organizes in this table
are:
1. the configuration item (e.g., enable, name, etc.)
2. the eventsensor on which this point resides
3. the point number (always 1 for temp sensors)
Points are referenced by a point config index. The point
config index is a string of 2 numbers separated by periods.
It contains all the information necessary for getting a
piece of data off an event sensor within the context of this
emperature point config table ; namely, which EventSensor,
and which sensor (a.k.a. point) (always 1 for temperature
sensors).
Entry for EventSensor point config temperature table
Indexes
| Column | Syntax | OID |
|---|---|---|
|
The part of the point index that refers to an
EventSensor. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off… |
Integer32 Constraints: range: 1-200 |
.1.3.6.1.4.1.3052.43.2.2.1.1.1 |
|
The part of the point index that delineates which
sensor on the EventSensor. So this combined with espcTempIndexES (which EventSensor) uniquely defines each point attached to a unit within the context of … |
Integer32 Constraints: range: 1-64 |
.1.3.6.1.4.1.3052.43.2.2.1.1.2 |
|
ON/OFF enable this temperature sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.1.1.3 |
|
The name of this temperature sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.1.1.4 |
|
Scale (C/F) for this temperature sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.1.1.5 |
|
Deadband for this temperature sensor
|
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.2.2.1.1.6 |
|
Very high temperature event threshold for this temperature
sensor |
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.2.2.1.1.7 |
|
Very high temperature event class for this temperature
sensor |
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.1.1.9 |
|
High temperature event threshold for this temperature
sensor |
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.2.2.1.1.10 |
|
High temperature event class for this temperature sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.1.1.13 |
|
Low temperature event threshold for this temperature sensor
|
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.2.2.1.1.17 |
|
Low temperature event class for this temperature sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.1.1.20 |
|
Very Low temperature event threshold for this temperature
sensor |
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.2.2.1.1.21 |
|
Very Low temperature event class for this temperature sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.1.1.24 |
|
Temperature event Action
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.1.1.25 |
esPointConfigCCTable
table.1.3.6.1.4.1.3052.43.2.2.2
·
1 row entry
·
11 columns
Uses the asentria variant from
Command help
/opt/observium/mibs/asentria.
Walk esPointConfigCCTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SITEBOSS-220-STD-MIB' -M '/opt/observium/mibs/asentria:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SITEBOSS-220-STD-MIB::esPointConfigCCTable'
This table organizes 3 basic attributes of contact closure
points. A point is a particular sensor on an EventSensor.
The 3 point attributes organizes in this table are:
1. the configuration item (e.g., enable, name, etc.)
2. the eventsensor on which this point resides
3. the point number
Points are referenced by a point config index. The point
config index is a string of 2 numbers separated by a period.
It contains all the information necessary for getting a piece
of data off an event sensor within the context of this
contact closure point config table ; namely, which
EventSensor and which sensor.
Entry for EventSensor point config contact closure table
Indexes
| Column | Syntax | OID |
|---|---|---|
|
The part of the point index that refers to an
EventSensor. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off… |
Integer32 Constraints: range: 1-200 |
.1.3.6.1.4.1.3052.43.2.2.2.1.1 |
|
The part of the point index that delineates which
sensor on the EventSensor. So this combined with espcCCIndexES (which EventSensor) uniquely defines each point attached to a unit within the context of co… |
Integer32 Constraints: range: 1-64 |
.1.3.6.1.4.1.3052.43.2.2.2.1.2 |
|
ON/OFF enable for this contact closure
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.2.1.3 |
|
Name for this contact closure
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.2.1.4 |
|
Event state for this contact closure
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.2.1.5 |
|
Threshold (seconds) for this contact closure
|
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.2.2.2.1.6 |
|
Event class for this contact closure
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.2.1.7 |
|
Event class for this contact closure
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.2.1.9 |
|
Return-to-normal class for this contact closure
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.2.1.12 |
|
Event alias for this contact closure
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.2.1.13 |
|
Return-to-normal alias for this contact closure
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.2.1.14 |
esPointConfigHumidTable
table.1.3.6.1.4.1.3052.43.2.2.3
·
1 row entry
·
14 columns
Uses the asentria variant from
Command help
/opt/observium/mibs/asentria.
Walk esPointConfigHumidTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SITEBOSS-220-STD-MIB' -M '/opt/observium/mibs/asentria:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SITEBOSS-220-STD-MIB::esPointConfigHumidTable'
This table organizes 3 basic attributes of humidity points.
A point is a particular sensor on an EventSensor. The 3
point attributes organizes in this table are:
1. the configuration item (e.g., enable, name, etc.)
2. the eventsensor on which this point resides
3. the point number (always 1 for humidity sensors)
Points are referenced by a point config index. The point
config index is a string of 2 numbers separated by a period.
It contains all the information necessary for getting a piece
of data off an event sensor within the context of this
humidity point config table ; namely, which EventSensor and
which sensor.
Entry for EventSensor point config humidity table
Indexes
| Column | Syntax | OID |
|---|---|---|
|
The part of the point index that refers to an
EventSensor. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off… |
Integer32 Constraints: range: 1-200 |
.1.3.6.1.4.1.3052.43.2.2.3.1.1 |
|
The part of the point index that delineates which
sensor on the EventSensor. So this combined with espcHumidIndexES (which EventSensor) uniquely defines each point attached to a unit within the context of… |
Integer32 Constraints: range: 1-64 |
.1.3.6.1.4.1.3052.43.2.2.3.1.2 |
|
ON/OFF enable for this humidity sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.3.1.3 |
|
The name for this humidity sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.3.1.4 |
|
Deadband for this humidity sensor
|
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.2.2.3.1.5 |
|
Very high event threshold for this humidity sensor
|
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.2.2.3.1.6 |
|
Very high event class for this humidity sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.3.1.8 |
|
High event threshold for this humidity sensor
|
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.2.2.3.1.9 |
|
High event class for this humidity sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.3.1.12 |
|
Low event threshold for this humidity sensor
|
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.2.2.3.1.16 |
|
Low event class for this humidity sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.3.1.19 |
|
Very low event threshold for this humidity sensor
|
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.2.2.3.1.20 |
|
Very low event class for this humidity sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.3.1.23 |
|
Humidity event actions for this humidity sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.3.1.24 |
esPointConfigAITable
table.1.3.6.1.4.1.3052.43.2.2.5
·
1 row entry
·
19 columns
Uses the asentria variant from
Command help
/opt/observium/mibs/asentria.
Walk esPointConfigAITable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SITEBOSS-220-STD-MIB' -M '/opt/observium/mibs/asentria:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SITEBOSS-220-STD-MIB::esPointConfigAITable'
This table organizes 3 basic attributes of analog input
points. A point is a particular sensor on an EventSensor.
The 3 point attributes organizes in this table are:
1. the configuration item (e.g., enable, name, etc.)
2. the eventsensor on which this point resides
3. the point number
Points are referenced by a point config index. The point
config index is a string of 2 numbers separated by a period.
It contains all the information necessary for getting a
piece of data off an event sensor within the context of this
analog input point config table ; namely, which EventSensor
and which sensor.
Entry for EventSensor point config analog input table
Indexes
| Column | Syntax | OID |
|---|---|---|
|
The part of the point index that refers to an
EventSensor. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off… |
Integer32 Constraints: range: 1-200 |
.1.3.6.1.4.1.3052.43.2.2.5.1.1 |
|
The part of the point index that delineates which
sensor on the EventSensor. So this combined with espcAIIndexES (which EventSensor) uniquely defines each point attached to a unit within the context of co… |
Integer32 Constraints: range: 1-64 |
.1.3.6.1.4.1.3052.43.2.2.5.1.2 |
|
ON/OFF for this analog input sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.5.1.3 |
|
Name for this analog input sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.5.1.4 |
|
Deadband for this analog input sensor
|
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.2.2.5.1.5 |
|
Very high event threshold (decivolts or tenths of
milliamps) for this analog input sensor |
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.2.2.5.1.6 |
|
Very high event class for this analog input sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.5.1.8 |
|
High event threshold (decivolts or tenths of
milliamps) for this analog input sensor |
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.2.2.5.1.9 |
|
High event class for this analog input sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.5.1.12 |
|
Low event threshold (decivolts or tenths of
milliamps) for this analog input sensor |
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.2.2.5.1.16 |
|
Low event class for this analog input sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.5.1.19 |
|
Very low event threshold (decivolts or tenths of
milliamps) for this analog input sensor |
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.2.2.5.1.20 |
|
Very low event class for this analog input sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.5.1.23 |
|
Event actions for this analog input sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.5.1.24 |
|
Conversion unit name for this analog input sensor
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.5.1.25 |
|
Conversion low value for this analog input sensor
|
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.2.2.5.1.26 |
|
Conversion low unit value for this analog input sensor
|
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.2.2.5.1.27 |
|
Conversion high value for this analog input sensor
|
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.2.2.5.1.28 |
|
Conversion high unit value for this analog input sensor
|
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.3052.43.2.2.5.1.29 |
esPointConfigRelayTable
table.1.3.6.1.4.1.3052.43.2.2.6
·
1 row entry
·
4 columns
Uses the asentria variant from
Command help
/opt/observium/mibs/asentria.
Walk esPointConfigRelayTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SITEBOSS-220-STD-MIB' -M '/opt/observium/mibs/asentria:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SITEBOSS-220-STD-MIB::esPointConfigRelayTable'
This table organizes 3 basic attributes of relay
points. A point is a particular sensor on an EventSensor.
The 3 point attributes organizes in this table are:
1. the configuration item (e.g., enable, name, etc.)
2. the eventsensor on which this point resides
3. the point number
Points are referenced by a point config index. The point
config index is a string of 2 numbers separated by a period.
It contains all the information necessary for getting a piece
of data off an event sensor within the context of this
relay point config table ; namely, which
EventSensor and which sensor.
Entry for EventSensor point config relay table
Indexes
| Column | Syntax | OID |
|---|---|---|
|
The part of the point index that refers to an
EventSensor. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off… |
Integer32 Constraints: range: 1-200 |
.1.3.6.1.4.1.3052.43.2.2.6.1.1 |
|
The part of the point index that delineates which
sensor on the EventSensor. So this combined with espcRelayIndexES (which EventSensor) uniquely defines each point attached to a unit within the context of… |
Integer32 Constraints: range: 1-64 |
.1.3.6.1.4.1.3052.43.2.2.6.1.2 |
|
ON/OFF enable for this relay
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.6.1.3 |
|
Name for this relay
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.2.6.1.4 |
snmpServerTable
table.1.3.6.1.4.1.3052.43.2.4.8.6
·
1 row entry
·
2 columns
Uses the asentria variant from
Command help
/opt/observium/mibs/asentria.
Walk snmpServerTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SITEBOSS-220-STD-MIB' -M '/opt/observium/mibs/asentria:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SITEBOSS-220-STD-MIB::snmpServerTable'
Table of network hosts to use for network-based actions
Entry for table of network hosts to use for network-based
actions
actions
Indexes
| Column | Syntax | OID |
|---|---|---|
|
Index for table of network hosts to use for network-based
actions |
Integer32 Constraints: range: 1-6 |
.1.3.6.1.4.1.3052.43.2.4.8.6.1.1 |
|
Hostname/IP address used as destination for network-based
action (e.g., trap) |
SNMPv2-SMIIpAddressr/w Type Constraints: range: 4 |
.1.3.6.1.4.1.3052.43.2.4.8.6.1.2 |
emailTable
table.1.3.6.1.4.1.3052.43.2.4.17.6
·
1 row entry
·
2 columns
Uses the asentria variant from
Command help
/opt/observium/mibs/asentria.
Walk emailTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SITEBOSS-220-STD-MIB' -M '/opt/observium/mibs/asentria:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SITEBOSS-220-STD-MIB::emailTable'
Table of email addresses to use for email actions
Entry for table of email addresses to use for email actions
Indexes
| Column | Syntax | OID |
|---|---|---|
|
Index for table of email addresses to use for email actions
|
Integer32 Constraints: range: 1-6 |
.1.3.6.1.4.1.3052.43.2.4.17.6.1.1 |
|
email address
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.3052.43.2.4.17.6.1.2 |