CUMULUS-SENSOR-MIB
25 objects
Cumulus entity sensor mib based on ENTITY-SENSOR-MIB
Imported Objects
| CUMULUS-SNMP-MIB | cumulusMib |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | Integer32 mib-2 MODULE-IDENTITY OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | TEXTUAL-CONVENTION TimeStamp |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.40310.6 | IdentityagentSwitchSensorMIB | Cumulus entity sensor mib based on ENTITY-SENSOR-MIB | ||
| 1.3.6.1.4.1.40310.6.1 | NodeentitySensorObjects | |||
| 1.3.6.1.4.1.40310.6.1.1 | TableentPhySensorTable | not-accessible | current | This table contains one row per physical sensor represented by an associated row in the entPhysicalTable. |
| 1.3.6.1.4.1.40310.6.1.1.1 | RowentPhySensorEntry | not-accessible | current | Information about a particular physical sensor. An entry in this table describes the present reading of a sensor, the measurement units and scale, and sensor o… |
| 1.3.6.1.4.1.40310.6.1.1.1.1 | ColumnentPhySensorIndex | read-only | current | Sensor Identifier |
| 1.3.6.1.4.1.40310.6.1.1.1.2 | ColumnentPhySensorType | read-only | current | The type of data returned by the associated entPhySensorValue object. This object SHOULD be set by the agent during entry creation, and the value SHOULD NOT ch… |
| 1.3.6.1.4.1.40310.6.1.1.1.3 | ColumnentPhySensorScale | read-only | current | The exponent to apply to values returned by the associated entPhySensorValue object. This object SHOULD be set by the agent during entry creation, and the valu… |
| 1.3.6.1.4.1.40310.6.1.1.1.4 | ColumnentPhySensorPrecision | read-only | current | The number of decimal places of precision in fixed-point sensor values returned by the associated entPhySensorValue object. This object SHOULD be set to '0' wh… |
| 1.3.6.1.4.1.40310.6.1.1.1.5 | ColumnentPhySensorValue | read-only | current | The most recent measurement obtained by the agent for this sensor. To correctly interpret the value of this object, the associated entPhySensorType, entPhySens… |
| 1.3.6.1.4.1.40310.6.1.1.1.6 | ColumnentPhySensorOperStatus | read-only | current | The operational status of the sensor. |
| 1.3.6.1.4.1.40310.6.1.1.1.7 | ColumnentPhySensorUnitsDisplay | read-only | current | A textual description of the data units that should be used in the display of entPhySensorValue. |
| 1.3.6.1.4.1.40310.6.1.1.1.8 | ColumnentPhySensorValueTimeStamp | read-only | current | The value of sysUpTime at the time the status and/or value of this sensor was last obtained by the agent. |
| 1.3.6.1.4.1.40310.6.1.1.1.9 | ColumnentPhySensorValueUpdateRate | read-only | current | An indication of the frequency that the agent updates the associated entPhySensorValue object, representing in milliseconds. The value zero indicates: - the se… |
| 1.3.6.1.4.1.40310.6.1.1.1.10 | ColumnentPhySensorDescr | read-only | current | A textual description of physical entity. This object should contain a string that identifies the manufacturer's name for the physical entity, and should be se… |
| 1.3.6.1.4.1.40310.6.1.1.1.11 | ColumnentPhySensorMin | read-only | current | Minimum value expected of the sensor. Provided by manufacturer |
| 1.3.6.1.4.1.40310.6.1.1.1.12 | ColumnentPhySensorMax | read-only | current | Maximum value expected of the sensor. Provided by manufacturer |
| 1.3.6.1.4.1.40310.6.1.1.1.13 | ColumnentPhySensorAlarm | read-only | current | Sensor value translates into the levels of alarm |
| 1.3.6.1.4.1.40310.6.1.1.1.14 | ColumnentPhySensorAdminStatus | read-only | current | The Admin status of the sensor. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| EntityAdminStatus | INTEGER { off(0), on(1), notApplicable(2) } | current | This enumerated data type provides adiministrative state on(1) off(0) |
| EntitySensorAlarm | INTEGER { other(1), unknown(2), normal(3), warning(4), alert(5), critical(6), NotPresent(7), NotOperational(8), unavailable(9) } | current | This enumerated data type provides information about alarm Valid values are: normal(3), warning(4), alert(5), critical(6) |
| EntitySensorDataScale | INTEGER { yocto(1), zepto(2), atto(3), femto(4), pico(5), nano(6), micro(7), milli(8), units(9), kilo(10), mega(11), giga(12), tera(13), exa(14), peta(15), zetta(16), yotta(17) } | current | An object using this data type represents a data scaling factor, represented with an International System of Units (SI) prefix. The actual data units are determined by examining an object of this type together with the … |
| EntitySensorDataType | INTEGER { other(1), unknown(2), voltsAC(3), voltsDC(4), amperes(5), watts(6), hertz(7), celsius(8), percentRH(9), rpm(10), cmm(11), truthvalue(12) } | current | An object using this data type represents the Entity Sensor measurement data type associated with a physical sensor value. The actual data units are determined by examining an object of this type together with the assoc… |
| EntitySensorPrecision | Integer32 (-8..9) | current | An object using this data type represents a sensor precision range. An object of this type SHOULD be defined together with objects of type EntitySensorDataType and EntitySensorDataScale. Together, associated objects of … |
| EntitySensorStatus | INTEGER { ok(1), unavailable(2), nonoperational(3) } | current | An object using this data type represents the operational status of a physical sensor. The value 'ok(1)' indicates that the agent can obtain the sensor value. The value 'unavailable(2)' indicates that the agent presentl… |
| EntitySensorValue | Integer32 (-1000000000..1000000000) | current | An object using this data type represents an Entity Sensor value. An object of this type SHOULD be defined together with objects of type EntitySensorDataType, EntitySensorDataScale and EntitySensorPrecision. Together, a… |