CISCO-ENTITY-SENSOR-HISTORY-MIB

        This MIB module defines objects that describe collections and
measurement information for each sensor supporting historical 
data collection.  The sensor measurement either represents a
measured value or a SMA (Simple Moving Average) value for a
specified interval rate over a period of time.
        
This MIB module defines two tables relating to sensor measured
value, including:
        
    o ceshCollectionTable - contains data describing a  
          collection of historic data for a sensor.
        
    o ceshCollectionIntervalTable - contains zero or more rows 
          containing historic data for a sensor
        
The figure below illustrates the relationship between these two
tables.
        
+----------------------------------------------+
| ceshCollectionTable                          |
| +------------------------------------------+ |
| | ceshCollectionEntry                      | |
| |   entPhysicalIndex = 3                   | |
| |   ceshCollectionIntervalTime = 60        | |
| |   ceshCollectionIntervals = 60           | |
| |   ceshCollectionInvalidIntervals = 0     |-----+
| |   ceshCollectionMaxIntervals = 60        | |   |
| |   ceshCollectionElapsedTime = 20         | |   |
| |   ceshCollectionAlgorithm = 3            | |   |
| +------------------------------------------+ |   |
| +------------------------------------------+ |   |
| | ceshCollectionEntry                      | |   |
| |   entPhysicalIndex = 3                   | |   |
| |   ceshCollectionIntervalTime = 3660      | |   |
| |   ceshCollectionIntervals = 2            |------------+
| |   ceshCollectionInvalidIntervals = 0     | |   |      |
| |   ceshCollectionMaxIntervals = 60        | |   |      |
| |   ceshCollectionElapsedTime = 20         | |   |      |
| |   ceshCollectionAlgorithm = 4            | |   |      |
| +------------------------------------------+ |   |      |
+----------------------------------------------+   |      |
                                                   |      |
+----------------------------------------------+   |      |
| ceshCollectionIntervalTable                  |   |      |
| +------------------------------------------+ |   |      |
| | ceshCollectionIntervalEntry              | |   |      |    
| |   entPhysicalIndex = 3                   |<----+      |
| |   ceshCollectionIntervalTime = 60        | |   |      |
| |   ceshCollectionIntervalNumber = 1       | |   |      |    
| |   ceshCollectionIntervalSensorValue = 54 | |   |      |
| |   ceshCollectionIntervalTimeStamp = 1    | |   |      |
| +------------------------------------------+ |   |      |
|            ....................             <----+      |
|             skipped 58 entries              <----+      |
|            ....................             <----+      |
|                                              |   |      |
| +------------------------------------------+ |   |      |
| | ceshCollectionIntervalEntry              | |   |      |    
| |   entPhysicalIndex = 3                   |<----+      |
| |   ceshCollectionIntervalTime = 60        | |          |
| |   ceshCollectionIntervalNumber = 60      | |          | 
| |   ceshCollectionIntervalSensorValue = 54 | |          |
| |   ceshCollectionIntervalTimeStamp = 60   | |          |
| +------------------------------------------+ |          |
|                                              |          |
| +------------------------------------------+ |          |
| | ceshCollectionIntervalEntry              | |          |    
| |   entPhysicalIndex = 3                   |<-----------+
| |   ceshCollectionIntervalTime = 3660      | |
| |   ceshCollectionIntervalNumber = 1       | |               
| |   ceshCollectionIntervalSensorValue = 54 | |
| |   ceshCollectionIntervalTimeStamp = 60   | |
| +------------------------------------------+ |
+----------------------------------------------+ 
        
If the system samples a sensor every minute for one collection
and every hour for another, then the ceshCollectionTable
contains two entries describing the two collections.
    
ciscoEntitySensorHistoryMIB 1.3.6.1.4.1.9.9.768
Imported Objects
CISCO-SMI ciscoMgmt
ENTITY-MIB entPhysicalIndex
ENTITY-SENSOR-MIB EntitySensorValue
SNMPv2-CONF MODULE-COMPLIANCE OBJECT-GROUP
SNMPv2-SMI Gauge32 MODULE-IDENTITY OBJECT-TYPE Unsigned32
SNMPv2-TC TEXTUAL-CONVENTION TimeStamp
Type Definitions (1)
SensorHistoryCollectionAlgorithm Enumeration
other(1)
unknown(2)
measured(3)
algoSMA(4)
Objects (18)
ciscoEntitySensorHistoryMIB .1.3.6.1.4.1.9.9.768
ciscoEntitySensorHistoryMIBObjects .1.3.6.1.4.1.9.9.768.0
ceshCollectionTable .1.3.6.1.4.1.9.9.768.0.1
ceshCollectionEntry ENTITY-MIBentPhysicalIndexceshCollectionIntervalTime .1.3.6.1.4.1.9.9.768.0.1.1
ceshCollectionIntervalTime secondsUnsigned32 .1.3.6.1.4.1.9.9.768.0.1.1.1
ceshCollectionIntervals intervalsSNMPv2-SMIGauge32 .1.3.6.1.4.1.9.9.768.0.1.1.2
ceshCollectionInvalidIntervals intervalsSNMPv2-SMIGauge32 .1.3.6.1.4.1.9.9.768.0.1.1.3
ceshCollectionMaxIntervals intervalsUnsigned32 .1.3.6.1.4.1.9.9.768.0.1.1.4
ceshCollectionElapsedTime secondsSNMPv2-SMIGauge32 .1.3.6.1.4.1.9.9.768.0.1.1.5
ceshCollectionAlgorithm SensorHistoryCollectionAlgorithm .1.3.6.1.4.1.9.9.768.0.1.1.6
ceshCollectionIntervalTable .1.3.6.1.4.1.9.9.768.0.2
ceshCollectionIntervalEntry ENTITY-MIBentPhysicalIndexceshCollectionIntervalTimeceshCollectionIntervalNumber .1.3.6.1.4.1.9.9.768.0.2.1
ceshCollectionIntervalNumber Unsigned32 .1.3.6.1.4.1.9.9.768.0.2.1.1
ceshCollectionIntervalSensorValue ENTITY-SENSOR-MIBEntitySensorValue .1.3.6.1.4.1.9.9.768.0.2.1.2
ceshCollectionIntervalTimeStamp SNMPv2-TCTimeStamp .1.3.6.1.4.1.9.9.768.0.2.1.3
ciscoEntitySensorHistoryMIBConform .1.3.6.1.4.1.9.9.768.1
ciscoEntitySensorHistoryMIBCompliances .1.3.6.1.4.1.9.9.768.1.1
ciscoEntitySensorHistoryMIBGroups .1.3.6.1.4.1.9.9.768.1.2