TUXGRAPHICS-HWD-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, enterprises FROM SNMPv2-SMI DisplayString FROM SNMPv2-TC; tuxgraphicsHWD MODULE-IDENTITY LAST-UPDATED "201111090000Z" ORGANIZATION "tuxgraphics" CONTACT-INFO "e-mail: shop at tuxgraphics.org" DESCRIPTION "A basic mib to talk to the tuxgraphics hardware watchdog board." REVISION "201111090000Z" DESCRIPTION "Voltage readings available as integer values" REVISION "201010260000Z" DESCRIPTION "First draft version." ::= { enterprises 42 } -- The hierarchy is: -- iso OBJECT IDENTIFIER ::= { 1 } -- org OBJECT IDENTIFIER ::= { iso 3 } -- dod OBJECT IDENTIFIER ::= { org 6 } -- internet OBJECT IDENTIFIER ::= { dod 1 } -- private OBJECT IDENTIFIER ::= { internet 4 } -- enterprises OBJECT IDENTIFIER ::= { private 1 } -- thisOne OBJECT IDENTIFIER ::= { enterprises 42 } --====================================================================== -- tuxgraphicsHWD.name=1.3.6.1.4.1.42.0 name OBJECT-TYPE SYNTAX DisplayString (SIZE (0..25)) MAX-ACCESS read-only STATUS current DESCRIPTION "name of the watchdog" ::= { tuxgraphicsHWD 0 } -- tuxgraphicsHWD.resetCnt=1.3.6.1.4.1.42.1 resetCnt OBJECT-TYPE SYNTAX INTEGER (0..127) MAX-ACCESS read-only STATUS current DESCRIPTION "How often the watchdog triggered a reset since it was powered up or re-configured." ::= { tuxgraphicsHWD 1 } -- tuxgraphicsHWD.status=1.3.6.1.4.1.42.2 status OBJECT-TYPE SYNTAX INTEGER (0..255) MAX-ACCESS read-only STATUS current DESCRIPTION "Status of this watchdog: 0=OK otherwise count of missing ping." ::= { tuxgraphicsHWD 2 } -- tuxgraphicsHWD.state=1.3.6.1.4.1.42.3 state OBJECT-TYPE SYNTAX DisplayString (SIZE (0..25)) MAX-ACCESS read-only STATUS current DESCRIPTION "State of this watchdog: stopped|active|passive" ::= { tuxgraphicsHWD 3 } -- tuxgraphicsHWD.voltage0=1.3.6.1.4.1.42.4 voltage0 OBJECT-TYPE SYNTAX DisplayString (SIZE (0..8)) MAX-ACCESS read-only STATUS current DESCRIPTION "ADC0 voltage of the monitored system. String, e.g 2.21V" ::= { tuxgraphicsHWD 4 } -- tuxgraphicsHWD.intvoltage0=1.3.6.1.4.1.42.5 intvoltage0 OBJECT-TYPE SYNTAX INTEGER (0..4096) MAX-ACCESS read-only STATUS current DESCRIPTION "ADC0 voltage of the monitored system. Integer times 100, e.g 12.23V will show as 1223" ::= { tuxgraphicsHWD 5 } -- tuxgraphicsHWD.voltage1=1.3.6.1.4.1.42.6 voltage1 OBJECT-TYPE SYNTAX DisplayString (SIZE (0..8)) MAX-ACCESS read-only STATUS current DESCRIPTION "ADC1 voltage of the monitored system. String, e.g 2.21V" ::= { tuxgraphicsHWD 6 } -- tuxgraphicsHWD.intvoltage1=1.3.6.1.4.1.42.7 intvoltage1 OBJECT-TYPE SYNTAX INTEGER (0..4096) MAX-ACCESS read-only STATUS current DESCRIPTION "ADC1 voltage of the monitored system. Integer times 100, e.g 12.23V will show as 1223" ::= { tuxgraphicsHWD 7 } END -- vim: set sw=4 ts=4 et: