unbreak BEGEMOT-LM75-MIB.txt

The MIB has several bugs making it unusable. Fix it.

Reported-by:	Eugene M. Zheganin <eugene@zhegan.in>
MFC-after:	2 weeks
This commit is contained in:
Eugene Grosbein 2023-08-31 09:47:57 +07:00
parent e04c4b4a36
commit 872e894056

View file

@ -35,7 +35,7 @@ IMPORTS
begemot
FROM BEGEMOT-MIB;
begemotLoos MODULE-IDENTITY
begemotLm75 MODULE-IDENTITY
LAST-UPDATED "201402240000Z"
ORGANIZATION "FreeBSD"
CONTACT-INFO
@ -59,7 +59,7 @@ begemotLm75Objects OBJECT IDENTIFIER ::= { begemotLm75 1 }
-- Configuration parameters
-- ---------------------------------------------------------- --
lm75Sensor OBJECT IDENTIFIER ::= { begemotlm75Objects 1 }
lm75Sensor OBJECT IDENTIFIER ::= { begemotLm75Objects 1 }
lm75Sensors OBJECT-TYPE
SYNTAX Integer32
@ -67,7 +67,7 @@ lm75Sensors OBJECT-TYPE
STATUS current
DESCRIPTION
"Number of LM75 sensors in the system."
::= { lm75Sensors 1 }
::= { lm75Sensor 1 }
-- ---------------------------------------------------------- --
-- TempSensor Table
@ -80,7 +80,7 @@ lm75SensorTable OBJECT-TYPE
"A table containing information about all temperature sensors."
::= { begemotLm75Objects 2 }
loosTempSensorEntry OBJECT-TYPE
lm75SensorEntry OBJECT-TYPE
SYNTAX Lm75SensorEntry
MAX-ACCESS not-accessible
STATUS current