TPT-HEALTH-MIB

File: TPT-HEALTH-MIB.mib (14125 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC TPT-TPAMIBS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
TEXTUAL-CONVENTION tpt-tpa-objs

Defined Types

HealthSeverity  
A qualitative description of the state of a health value.
TEXTUAL-CONVENTION    
  INTEGER normal(0), info(1), minor(2), major(3), critical(4)  

HealthThresholdType  
How to apply thresholds to see if a value is operating correctly: - minimum: value should not go below thresholds. - range: value should be within nominal plus or minus thresholds. - maximum: value should not go above thresholds.
TEXTUAL-CONVENTION    
  INTEGER minimum(1), range(2), maximum(3)  

HealthTempEntry  
SEQUENCE    
  healthTempIndex Unsigned32
  healthTempChannel OCTET STRING Size(0..64)
  healthTempValue Unsigned32
  healthTempSeverity HealthSeverity
  healthTempThresholdType HealthThresholdType
  healthTempMajor Unsigned32
  healthTempCritical Unsigned32

HealthFanEntry  
SEQUENCE    
  healthFanIndex Unsigned32
  healthFanChannel OCTET STRING Size(0..64)
  healthFanValue Unsigned32
  healthFanSeverity HealthSeverity
  healthFanThresholdType HealthThresholdType
  healthFanMajor Unsigned32
  healthFanCritical Unsigned32

HealthVoltageEntry  
SEQUENCE    
  healthVoltageIndex Unsigned32
  healthVoltageChannel OCTET STRING Size(0..64)
  healthVoltageValue Unsigned32
  healthVoltageSeverity HealthSeverity
  healthVoltageThresholdType HealthThresholdType
  healthVoltageMajor Unsigned32
  healthVoltageCritical Unsigned32
  healthVoltageNominal Unsigned32

HealthI2CEntry  
SEQUENCE    
  healthI2CIndex Unsigned32
  healthI2CChannel OCTET STRING Size(0..64)
  healthI2CValue Unsigned32
  healthI2CSeverity HealthSeverity
  healthI2CThresholdType HealthThresholdType
  healthI2CMajor Unsigned32
  healthI2CCritical Unsigned32

Defined Values

tpt-health-objs 1.3.6.1.4.1.10734.3.3.2.13
Health information: temperatures, fan speeds, and voltage levels. Copyright (C) 2016 Trend Micro Incorporated. All Rights Reserved. Trend Micro makes no warranty of any kind with regard to this material, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. Trend Micro shall not be liable for errors contained herein or for incidental or consequential damages in connection with the furnishing, performance, or use of this material. This document contains proprietary information, which is protected by copyright. No part of this document may be photocopied, reproduced, or translated into another language without the prior written consent of Trend Micro. The information is provided 'as is' without warranty of any kind and is subject to change without notice. The only warranties for Trend Micro products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. Trend Micro shall not be liable for technical or editorial errors or omissions contained herein. TippingPoint(R), the TippingPoint logo, and Digital Vaccine(R) are registered trademarks of Trend Micro. All other company and product names may be trademarks of their respective holders. All rights reserved. This document contains confidential information, trade secrets or both, which are the property of Trend Micro. No part of this documentation may be reproduced in any form or by any means or used to make any derivative work (such as translation, transformation, or adaptation) without written permission from Trend Micro or one of its subsidiaries. All other company and product names may be trademarks of their respective holders.
MODULE-IDENTITY    

healthTempTable 1.3.6.1.4.1.10734.3.3.2.13.1
Table of temperatures at various places inside the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HealthTempEntry

healthTempEntry 1.3.6.1.4.1.10734.3.3.2.13.1.1
An entry in the temperature table. Rows cannot be created or deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  HealthTempEntry  

healthTempIndex 1.3.6.1.4.1.10734.3.3.2.13.1.1.1
Index into the temperature table, starting with 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

healthTempChannel 1.3.6.1.4.1.10734.3.3.2.13.1.1.2
String description of the location of this temperature sensor.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

healthTempValue 1.3.6.1.4.1.10734.3.3.2.13.1.1.3
The temperature in degrees centigrade at this sensor.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

healthTempSeverity 1.3.6.1.4.1.10734.3.3.2.13.1.1.4
Whether this temperature is normal or too hot.
Status: current Access: read-only
OBJECT-TYPE    
  HealthSeverity  

healthTempThresholdType 1.3.6.1.4.1.10734.3.3.2.13.1.1.5
How to apply thresholds to see if this value is within operating range.
Status: current Access: read-only
OBJECT-TYPE    
  HealthThresholdType  

healthTempMajor 1.3.6.1.4.1.10734.3.3.2.13.1.1.6
The major threshold temperature (degrees C).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

healthTempCritical 1.3.6.1.4.1.10734.3.3.2.13.1.1.7
The critical threshold temperature (degrees C).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

healthFanTable 1.3.6.1.4.1.10734.3.3.2.13.2
Table of fans for the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HealthFanEntry

healthFanEntry 1.3.6.1.4.1.10734.3.3.2.13.2.1
An entry in the fan table. Rows cannot be created or deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  HealthFanEntry  

healthFanIndex 1.3.6.1.4.1.10734.3.3.2.13.2.1.1
Index into the fan table, starting with 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

healthFanChannel 1.3.6.1.4.1.10734.3.3.2.13.2.1.2
Identifier of this fan.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

healthFanValue 1.3.6.1.4.1.10734.3.3.2.13.2.1.3
The speed of this fan in RPM.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

healthFanSeverity 1.3.6.1.4.1.10734.3.3.2.13.2.1.4
Whether this fan speed is normal or too slow.
Status: current Access: read-only
OBJECT-TYPE    
  HealthSeverity  

healthFanThresholdType 1.3.6.1.4.1.10734.3.3.2.13.2.1.5
How to apply thresholds to see if this value is within operating range.
Status: current Access: read-only
OBJECT-TYPE    
  HealthThresholdType  

healthFanMajor 1.3.6.1.4.1.10734.3.3.2.13.2.1.6
The major threshold fan speed (RPM).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

healthFanCritical 1.3.6.1.4.1.10734.3.3.2.13.2.1.7
The critical threshold fan speed (RPM).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

healthVoltageTable 1.3.6.1.4.1.10734.3.3.2.13.3
Table of voltages at various places inside the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HealthVoltageEntry

healthVoltageEntry 1.3.6.1.4.1.10734.3.3.2.13.3.1
An entry in the voltage table. Rows cannot be created or deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  HealthVoltageEntry  

healthVoltageIndex 1.3.6.1.4.1.10734.3.3.2.13.3.1.1
Index into the voltage table, starting with 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

healthVoltageChannel 1.3.6.1.4.1.10734.3.3.2.13.3.1.2
String description of the location of this voltage sensor.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

healthVoltageValue 1.3.6.1.4.1.10734.3.3.2.13.3.1.3
The voltage reading in millivolts at this sensor.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

healthVoltageSeverity 1.3.6.1.4.1.10734.3.3.2.13.3.1.4
Whether this voltage is within the normal operating range or not.
Status: current Access: read-only
OBJECT-TYPE    
  HealthSeverity  

healthVoltageThresholdType 1.3.6.1.4.1.10734.3.3.2.13.3.1.5
How to apply thresholds to see if this value is within operating range.
Status: current Access: read-only
OBJECT-TYPE    
  HealthThresholdType  

healthVoltageMajor 1.3.6.1.4.1.10734.3.3.2.13.3.1.6
The major threshold voltage (mV) delta (above or below nominal).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

healthVoltageCritical 1.3.6.1.4.1.10734.3.3.2.13.3.1.7
The critical threshold voltage (mV) delta (above or below nominal).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

healthVoltageNominal 1.3.6.1.4.1.10734.3.3.2.13.3.1.8
What the voltage (mV) reading at this sensor should be.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

healthI2CTable 1.3.6.1.4.1.10734.3.3.2.13.4
Table of I2C bus timsouts.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HealthI2CEntry

healthI2CEntry 1.3.6.1.4.1.10734.3.3.2.13.4.1
An entry in the I2C bus table. Rows cannot be created or deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  HealthI2CEntry  

healthI2CIndex 1.3.6.1.4.1.10734.3.3.2.13.4.1.1
Index into the I2C bus table, starting with 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

healthI2CChannel 1.3.6.1.4.1.10734.3.3.2.13.4.1.2
String description of this I2C bus.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

healthI2CValue 1.3.6.1.4.1.10734.3.3.2.13.4.1.3
The number of timeouts on this I2C bus since boot.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

healthI2CSeverity 1.3.6.1.4.1.10734.3.3.2.13.4.1.4
Whether this number of I2C bus timeouts is acceptable or excessive.
Status: current Access: read-only
OBJECT-TYPE    
  HealthSeverity  

healthI2CThresholdType 1.3.6.1.4.1.10734.3.3.2.13.4.1.5
How to apply thresholds to see if this value is within operating range.
Status: current Access: read-only
OBJECT-TYPE    
  HealthThresholdType  

healthI2CMajor 1.3.6.1.4.1.10734.3.3.2.13.4.1.6
The major threshold number of I2C bus timeouts.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

healthI2CCritical 1.3.6.1.4.1.10734.3.3.2.13.4.1.7
The critical threshold number of I2C bus timeouts.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32