EGNITEPHYSENSOR-MIB
27 objects
This module defines Querx MIB for physical sensors. Copyright (C) 2014-2016 by egnite GmbH. This version is based on RFC 3433; see the RFC itself for full legal notices.
Imported Objects
| RFC-1215 | TRAP-TYPE |
| RFC1155-SMI | enterprises Gauge IpAddress TimeTicks |
| RFC1213-MIB | DisplayString |
| SNMPv2-SMI | Integer32 mib-2 MODULE-IDENTITY OBJECT-TYPE Unsigned32 |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.3444 | Nodeegnite | |||
| 1.3.6.1.4.1.3444.1 | Nodeproducts | |||
| 1.3.6.1.4.1.3444.1.14 | Nodequerx | |||
| 1.3.6.1.4.1.3444.1.14.1 | IdentityegniteSensorMIB | This module defines Querx MIB for physical sensors. Copyright (C) 2014-2016 by egnite GmbH. This version is based on RFC 3433; see the RFC itself for full lega… | ||
| 1.3.6.1.4.1.3444.1.14.1 | NodequerxSensorObjects | |||
| 1.3.6.1.4.1.3444.1.14.1.1 | ScalarquerxPhySensorNumber | read-only | current | The number of sensors present on this system. |
| 1.3.6.1.4.1.3444.1.14.1.2 | TablequerxPhySensorTable | not-accessible | current | This table contains one row per physical sensor. |
| 1.3.6.1.4.1.3444.1.14.1.2.1 | RowquerxPhySensorEntry | 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.3444.1.14.1.2.1.1 | ColumnquerxPhySensorIndex | read-only | current | A unique value, greater than zero, for each sensor. |
| 1.3.6.1.4.1.3444.1.14.1.2.1.2 | ColumnquerxPhySensorType | read-only | current | The type of data returned by the associated querxPhySensorValue object. This object SHOULD be set by the agent during entry creation, and the value SHOULD NOT … |
| 1.3.6.1.4.1.3444.1.14.1.2.1.3 | ColumnquerxPhySensorScale | read-only | current | The exponent to apply to values returned by the associated querxPhySensorValue object. |
| 1.3.6.1.4.1.3444.1.14.1.2.1.4 | ColumnquerxPhySensorPrecision | read-only | current | The number of decimal places of precision in fixed-point sensor values returned by the associated querxPhySensorValue object. This object SHOULD be set to '0' … |
| 1.3.6.1.4.1.3444.1.14.1.2.1.5 | ColumnquerxPhySensorValue | read-only | current | The most recent measurement obtained by the agent for this sensor. To correctly interpret the value of this object, the associated querxPhySensorType, querxPhy… |
| 1.3.6.1.4.1.3444.1.14.1.2.1.6 | ColumnquerxPhySensorOperStatus | read-only | current | The operational status of the sensor. |
| 1.3.6.1.4.1.3444.1.14.1.2.1.7 | ColumnquerxPhySensorUnitsDisplay | read-only | current | A textual description of the data units that should be used in the display of querxPhySensorValue. |
| 1.3.6.1.4.1.3444.1.14.1.2.1.8 | ColumnquerxPhySensorValueTimeStamp | 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.3444.1.14.1.2.1.9 | ColumnquerxPhySensorValueUpdateRate | read-only | current | An indication of the frequency that the agent updates the associated querxPhySensorValue object, representing in milliseconds. The value zero indicates: - the … |
| 1.3.6.1.4.1.3444.1.14.1.2.1.10 | ColumnquerxPhySensorName | read-only | current | The textual name of the physical sensor. If there is no local name, or if this object is otherwise not applicable, then this object contains a zero-length stri… |
| 1.3.6.1.4.1.3444.1.14.2 | NodequerxSensorTraps | |||
| 1.3.6.1.4.1.3444.1.14.2.101 | NodequerxPhySensorNormal | Sensor state changed back to normal. | ||
| 1.3.6.1.4.1.3444.1.14.2.102 | NodequerxPhySensorAlert | Sensor in critical state after value reached limit. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| QuerxSensorDataScale | 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 … |
| QuerxSensorDataType | 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 Querx 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 associ… |
| QuerxSensorIndex | Integer32 (1..2147483647) | current | A unique value, greater than zero, for each sensor in the managed system. |
| QuerxSensorPrecision | 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 QuerxSensorDataType and QuerxSensorDataScale. Together, associated objects of th… |
| QuerxSensorStatus | 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… |
| QuerxSensorValue | Integer32 (-1000000000..1000000000) | current | An object using this data type represents an Querx Sensor value. An object of this type SHOULD be defined together with objects of type QuerxSensorDataType, QuerxSensorDataScale and QuerxSensorPrecision. Together, assoc… |