SIAE-SENSOR-TEMP-MIB: View SNMP OID List / Download MIB
VENDOR: SIAE MICROELETTRONICA S.P.A.
Home | MIB: SIAE-SENSOR-TEMP-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
sensorTemp | 1.3.6.1.4.1.3373.1103.77 |
Management information for equipment heat. |
||
sensorTempMibVersion | 1.3.6.1.4.1.3373.1103.77.1 | integer | read-only |
Numerical version of this module. The string version of this MIB have the following format: XX.YY.ZZ so, for example, the value 1 should be interpreted as 00.00.01 and the value 10001 should be interpreted as 01.00.01. |
sensorTempTable | 1.3.6.1.4.1.3373.1103.77.2 | no-access |
Table with sensorTemp device entries |
|
1.3.6.1.4.1.3373.1103.77.2.1 | no-access |
Temperature Sensor entry |
||
sensorTempIndex | 1.3.6.1.4.1.3373.1103.77.2.1.1 | integer32 | read-only |
Temperature Sensor index. |
sensorTempValue | 1.3.6.1.4.1.3373.1103.77.2.1.2 | integer32 | read-only |
Value of the temperature (in Celsius). |
sensorTempThreshold1 | 1.3.6.1.4.1.3373.1103.77.2.1.3 | integer32 | read-only |
This object can not be modified. It reports the temperature threshold 1. When sensorTempValue exceeds this value sensorTempStatus1 becomes Active. When threshold has been exceed status returns stand-by only when sensorTempValue goes under sensorTempHysteresis1. |
sensorTempThreshold2 | 1.3.6.1.4.1.3373.1103.77.2.1.4 | integer32 | read-only |
This object can not be modified. It reports the temperature threshold 2. When sensorTempValue exceeds this value sensorTempStatus2 becomes Active. When threshold has been exceed status returns stand-by only when sensorTempValue goes under sensorTempHysteresis2. |
sensorTempHysteresis1 | 1.3.6.1.4.1.3373.1103.77.2.1.5 | integer32 | read-only |
This object can not be modified. It reports the temperature hysteresis 1. When sensorTempStatus1 is Active it represents the value under which returns cleared. |
sensorTempHysteresis2 | 1.3.6.1.4.1.3373.1103.77.2.1.6 | integer32 | read-only |
This object can not be modified. It reports the temperature hysteresis 2. When sensorTempStatus1 is Active it represents the value under which returns cleared. |
sensorTempStatus1 | 1.3.6.1.4.1.3373.1103.77.2.1.7 | integer | read-only |
This object is used to manage temperature related to sensorTempThreshold1. Values mean: cleared: sensorTempValue is lower than threshold1 active: sensorTempValue is greater than threshold1 hysteresis: sensorTempValue is between threshold1 and hysteresis1 but previuosly greater than thresold1. Enumeration: 'cleared': 1, 'alarmed': 2, 'hysteresis': 3. |
sensorTempStatus2 | 1.3.6.1.4.1.3373.1103.77.2.1.8 | integer | read-only |
This object is used to manage temperature related to sensorTempThreshold2. Values mean: cleared: sensorTempValue is lower than threshold2 active: sensorTempValue is greater than threshold2 hysteresis: sensorTempValue is between threshold2 and hysteresis2 but previuosly greater than thresold2. Enumeration: 'cleared': 1, 'alarmed': 2, 'hysteresis': 3. |
sensorTempLabel | 1.3.6.1.4.1.3373.1103.77.2.1.9 | displaystring | read-only |
A textual string containing information on sensorTemp sensor. |
sensorTempAlarmThreshold1 | 1.3.6.1.4.1.3373.1103.77.3 | alarmstatus | read-only |
This object is used to notiy alarm if at least one entry in the sensorTemp table has got sensorTempStatus1 alarmed. |
sensorTempAlarmThreshold2 | 1.3.6.1.4.1.3373.1103.77.4 | alarmstatus | read-only |
This object is used to notiy alarm if at least one entry in the sensorTemp table has got sensorTempStatus2 alarmed. |
sensorTempAlarmThreshold1Severity | 1.3.6.1.4.1.3373.1103.77.5 | alarmseveritycode | read-write |
This object is used to change severity of sensorTempAlarmThreshold1. |
sensorTempAlarmThreshold2Severity | 1.3.6.1.4.1.3373.1103.77.6 | alarmseveritycode | read-write |
This object is used to change severity of sensorTempAlarmThreshold2. |
sensorTempMonitorTable | 1.3.6.1.4.1.3373.1103.77.7 | no-access |
Table with sensorTempMonitor entries |
|
1.3.6.1.4.1.3373.1103.77.7.1 | no-access |
Temperature Sensor Monitor entry |
||
sensorTempMonitorAdminStatus | 1.3.6.1.4.1.3373.1103.77.7.1.1 | integer | read-write |
The desired state of the temperatuure monitor. When a managed system initializes, all the temperature monitors start with sensorTempMonitorAdminStatus in the down(2) state, it's a default state also. As a result of either explicit management action or per configuration information retained by the managed system, sensorTempMonitorAdminStatus is then changed to the up(1) state (or remains in the down(2) state). Enumeration: 'down': 2, 'up': 1. |
sensorTempMonitorOperStatus | 1.3.6.1.4.1.3373.1103.77.7.1.2 | integer | read-only |
The current state of the temperatuure monitor. Usually this object report the same value of sensorTempMonitorAdminStatus. When there is some problem related to the temperature sensor, this object shown the down(2) value even if sensorTempMonitorAdminStatus is set to up(1). Enumeration: 'down': 2, 'up': 1. |
sensorTempMonitorMinTemp | 1.3.6.1.4.1.3373.1103.77.7.1.3 | integer32 | read-only |
The minimum value of the temperature measured in the last actual 900 seconds. The value is expressed in degrees Celsius. |
sensorTempMonitorMaxTemp | 1.3.6.1.4.1.3373.1103.77.7.1.4 | integer32 | read-only |
The maximum value of the temperature measured in the last actual 900 seconds. The value is expressed in degrees Celsius. |
sensorTempMonitorAverageTemp | 1.3.6.1.4.1.3373.1103.77.7.1.5 | integer32 | read-only |
The average value of the temperature measured in the last actual 900 seconds. The value is expressed in tenth of degrees Celsius. |
sensorTempMonitorSystemControl | 1.3.6.1.4.1.3373.1103.77.8 | integer | read-write |
The administrative system control status requested by management for the TEMP-MONITOR feature. The value 'start'(1) indicates that TEMP-MONITOR should be supported in the device on all temperature sensors that have this capability (Those shown in sensorTempMonitorTable). The value shutdown(2) indicates that TEMP-MONITOR should be shutdown in the device on all temperature sensors. Enumeration: 'start': 1, 'shutdown': 2. |