[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@52.14.229.130: ~ $
LM-SENSORS-MIB DEFINITIONS ::= BEGIN

--
-- Derived from the original VEST-INTERNETT-MIB. Open issues:
--
-- (a) where to register this MIB?
-- (b) use not-accessible for diskIOIndex?
--


IMPORTS
    MODULE-IDENTITY, OBJECT-TYPE, Integer32, Gauge32
        FROM SNMPv2-SMI
    DisplayString
        FROM SNMPv2-TC
    ucdExperimental
        FROM UCD-SNMP-MIB;

lmSensorsMIB MODULE-IDENTITY
    LAST-UPDATED "200011050000Z"
    ORGANIZATION "AdamsNames Ltd"
    CONTACT-INFO    
        "Primary Contact: M J Oldfield
         email:     m@mail.tc"
    DESCRIPTION
        "This MIB module defines objects for lm_sensor derived data."
    REVISION     "200011050000Z"
    DESCRIPTION
        "Derived from DISKIO-MIB ex UCD."
    ::= { lmSensors 1 }

lmSensors      OBJECT IDENTIFIER ::= { ucdExperimental 16 }

--

lmTempSensorsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF LMTempSensorsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "Table of temperature sensors and their values."
    ::= { lmSensors 2 }

lmTempSensorsEntry OBJECT-TYPE
    SYNTAX      LMTempSensorsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "An entry containing a device and its statistics."
    INDEX       { lmTempSensorsIndex }
    ::= { lmTempSensorsTable 1 }

LMTempSensorsEntry ::= SEQUENCE {
    lmTempSensorsIndex    Integer32,
    lmTempSensorsDevice   DisplayString,
    lmTempSensorsValue    Gauge32
}

lmTempSensorsIndex OBJECT-TYPE
    SYNTAX      Integer32 (0..65535)
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Reference index for each observed device."
    ::= { lmTempSensorsEntry 1 }

lmTempSensorsDevice OBJECT-TYPE
    SYNTAX      DisplayString
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The name of the temperature sensor we are reading."
    ::= { lmTempSensorsEntry 2 }

lmTempSensorsValue OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The temperature of this sensor in mC."
    ::= { lmTempSensorsEntry 3 }
--

lmFanSensorsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF LMFanSensorsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "Table of fan sensors and their values."
    ::= { lmSensors 3 }

lmFanSensorsEntry OBJECT-TYPE
    SYNTAX      LMFanSensorsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "An entry containing a device and its statistics."
    INDEX       { lmFanSensorsIndex }
    ::= { lmFanSensorsTable 1 }

LMFanSensorsEntry ::= SEQUENCE {
    lmFanSensorsIndex    Integer32,
    lmFanSensorsDevice   DisplayString,
    lmFanSensorsValue    Gauge32
}

lmFanSensorsIndex OBJECT-TYPE
    SYNTAX      Integer32 (0..65535)
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Reference index for each observed device."
    ::= { lmFanSensorsEntry 1 }

lmFanSensorsDevice OBJECT-TYPE
    SYNTAX      DisplayString
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The name of the fan sensor we are reading."
    ::= { lmFanSensorsEntry 2 }

lmFanSensorsValue OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The rotation speed of the fan in RPM."
    ::= { lmFanSensorsEntry 3 }

--

lmVoltSensorsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF LMVoltSensorsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "Table of voltage sensors and their values."
    ::= { lmSensors 4 }

lmVoltSensorsEntry OBJECT-TYPE
    SYNTAX      LMVoltSensorsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "An entry containing a device and its statistics."
    INDEX       { lmVoltSensorsIndex }
    ::= { lmVoltSensorsTable 1 }

LMVoltSensorsEntry ::= SEQUENCE {
    lmVoltSensorsIndex    Integer32,
    lmVoltSensorsDevice   DisplayString,
    lmVoltSensorsValue    Gauge32
}

lmVoltSensorsIndex OBJECT-TYPE
    SYNTAX      Integer32 (0..65535)
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Reference index for each observed device."
    ::= { lmVoltSensorsEntry 1 }

lmVoltSensorsDevice OBJECT-TYPE
    SYNTAX      DisplayString
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The name of the device we are reading."
    ::= { lmVoltSensorsEntry 2 }

lmVoltSensorsValue OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The voltage in mV."
    ::= { lmVoltSensorsEntry 3 }

--

lmMiscSensorsTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF LMMiscSensorsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "Table of miscellaneous sensor devices and their values."
    ::= { lmSensors 5 }

lmMiscSensorsEntry OBJECT-TYPE
    SYNTAX      LMMiscSensorsEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "An entry containing a device and its statistics."
    INDEX       { lmMiscSensorsIndex }
    ::= { lmMiscSensorsTable 1 }

LMMiscSensorsEntry ::= SEQUENCE {
    lmMiscSensorsIndex    Integer32,
    lmMiscSensorsDevice   DisplayString,
    lmMiscSensorsValue    Gauge32
}

lmMiscSensorsIndex OBJECT-TYPE
    SYNTAX      Integer32 (0..65535)
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Reference index for each observed device."
    ::= { lmMiscSensorsEntry 1 }

lmMiscSensorsDevice OBJECT-TYPE
    SYNTAX      DisplayString
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The name of the device we are reading."
    ::= { lmMiscSensorsEntry 2 }

lmMiscSensorsValue OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The value of this sensor."
    ::= { lmMiscSensorsEntry 3 }


END

Filemanager

Name Type Size Permission Actions
AGENTX-MIB.txt File 17.05 KB 0644
BRIDGE-MIB.txt File 49.75 KB 0644
DISMAN-EVENT-MIB.txt File 66.51 KB 0644
DISMAN-SCHEDULE-MIB.txt File 24.04 KB 0644
DISMAN-SCRIPT-MIB.txt File 62.8 KB 0644
EtherLike-MIB.txt File 82.51 KB 0644
HCNUM-TC.txt File 4.55 KB 0644
HOST-RESOURCES-MIB.txt File 51.31 KB 0644
HOST-RESOURCES-TYPES.txt File 10.33 KB 0644
IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt File 4.71 KB 0644
IANA-LANGUAGE-MIB.txt File 4.2 KB 0644
IANA-RTPROTO-MIB.txt File 3.57 KB 0644
IANAifType-MIB.txt File 31.7 KB 0644
IF-INVERTED-STACK-MIB.txt File 4.95 KB 0644
IF-MIB.txt File 70.01 KB 0644
INET-ADDRESS-MIB.txt File 16.39 KB 0644
IP-FORWARD-MIB.txt File 45.2 KB 0644
IP-MIB.txt File 181.32 KB 0644
IPV6-FLOW-LABEL-MIB.txt File 1.98 KB 0644
IPV6-ICMP-MIB.txt File 15.56 KB 0644
IPV6-MIB.txt File 47.56 KB 0644
IPV6-TC.txt File 2.31 KB 0644
IPV6-TCP-MIB.txt File 7.09 KB 0644
IPV6-UDP-MIB.txt File 4.3 KB 0644
LM-SENSORS-MIB.txt File 5.79 KB 0644
MTA-MIB.txt File 41.38 KB 0644
NET-SNMP-AGENT-MIB.txt File 15.53 KB 0644
NET-SNMP-EXAMPLES-MIB.txt File 8.95 KB 0644
NET-SNMP-EXTEND-MIB.txt File 9.11 KB 0644
NET-SNMP-MIB.txt File 1.99 KB 0644
NET-SNMP-PASS-MIB.txt File 3.27 KB 0644
NET-SNMP-TC.txt File 4.7 KB 0644
NET-SNMP-VACM-MIB.txt File 4.92 KB 0644
NETWORK-SERVICES-MIB.txt File 20.51 KB 0644
NOTIFICATION-LOG-MIB.txt File 24.12 KB 0644
RFC-1215.txt File 1.15 KB 0644
RFC1155-SMI.txt File 3 KB 0644
RFC1213-MIB.txt File 77.8 KB 0644
RMON-MIB.txt File 144.36 KB 0644
SCTP-MIB.txt File 44.26 KB 0644
SMUX-MIB.txt File 4.54 KB 0644
SNMP-COMMUNITY-MIB.txt File 15.13 KB 0644
SNMP-FRAMEWORK-MIB.txt File 21.82 KB 0644
SNMP-MPD-MIB.txt File 5.37 KB 0644
SNMP-NOTIFICATION-MIB.txt File 19.54 KB 0644
SNMP-PROXY-MIB.txt File 8.89 KB 0644
SNMP-TARGET-MIB.txt File 22.24 KB 0644
SNMP-USER-BASED-SM-MIB.txt File 38.28 KB 0644
SNMP-USM-AES-MIB.txt File 2.15 KB 0644
SNMP-USM-DH-OBJECTS-MIB.txt File 20.61 KB 0644
SNMP-VIEW-BASED-ACM-MIB.txt File 33.36 KB 0644
SNMPv2-CONF.txt File 8.07 KB 0644
SNMPv2-MIB.txt File 28.62 KB 0644
SNMPv2-SMI.txt File 8.71 KB 0644
SNMPv2-TC.txt File 37.14 KB 0644
SNMPv2-TM.txt File 5.64 KB 0644
TCP-MIB.txt File 27.89 KB 0644
TRANSPORT-ADDRESS-MIB.txt File 16.03 KB 0644
TUNNEL-MIB.txt File 27.17 KB 0644
UCD-DEMO-MIB.txt File 2.11 KB 0644
UCD-DISKIO-MIB.txt File 4.5 KB 0644
UCD-DLMOD-MIB.txt File 3.01 KB 0644
UCD-IPFWACC-MIB.txt File 7.93 KB 0644
UCD-SNMP-MIB.txt File 50.92 KB 0644
UDP-MIB.txt File 20.39 KB 0644