KMX-RACK DEFINITIONS ::= BEGIN

IMPORTS
	enterprises
		FROM RFC1155-SMI
	OBJECT-TYPE
		FROM RFC-1212
	TRAP-TYPE
		FROM RFC-1215
	DisplayString
		FROM RFC1213-MIB;

kentix             OBJECT IDENTIFIER ::= { enterprises 37954 }

multisensorRack  OBJECT IDENTIFIER ::= { kentix 3 }

-- Kentix KMS-RACK MODULE-IDENTITY
--	LAST-UPDATED "20140611"
--	ORGANIZATION 
--		"Kentix GmbH"
--	CONTACT-INFO 
--		"info@kentix.de"
--	DESCRIPTION 
--		"KMS-RACK MIB module"
-- 
--	REVISION "20140611REV01"
--	DESCRIPTION 
--		"MIB Release version 1.0"
-- ::= { multisensorRack }

datapoints           OBJECT IDENTIFIER ::= { multisensorRack 1 }

-- Temperature
 
temperatureEntry  OBJECT IDENTIFIER ::= { datapoints 1 }


temperatureValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..1000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Temperature on the Kentix KMS-RACK for that datatpoint (Factor 0.1)"
	::= { temperatureEntry 1 }

temperatureMin  OBJECT-TYPE
	SYNTAX     INTEGER (0..99)
	ACCESS     read-write
	STATUS     mandatory
	DESCRIPTION 
		"Temperature Min on the Kentix KMS-RACK for that datatpoint"
	::= { temperatureEntry 2 }

temperatureMax  OBJECT-TYPE
	SYNTAX     INTEGER (0..99)
	ACCESS     read-write
	STATUS     mandatory
	DESCRIPTION 
		"Temperature Max on the Kentix KMS-RACK for that datatpoint"
	::= { temperatureEntry 3 }

temperatureAlarm  OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Alarm on the Kentix KMS-RACK for that datatpoint"
	::= { temperatureEntry 4 }

temperatureAlarmtext  OBJECT-TYPE
	SYNTAX     DisplayString
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Alarmmessage on the Kentix KMS-RACK for that datatpoint"
	::= { temperatureEntry 5 }
	
temperatureAlarmArm	OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-write
	STATUS     mandatory
	DESCRIPTION 
		"Arm/Disarm TemperatureAlarm on the Kentix KMS-RACK"
	::= { temperatureEntry 6 }

         
-- Humidity
 
humidityEntry  OBJECT IDENTIFIER ::= { datapoints 2 }

humidityValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..1000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Humidity on the Kentix KMS-RACK for that datatpoint (Factor 0.1)"
	::= { humidityEntry 1 }

humidityMin  OBJECT-TYPE
	SYNTAX     INTEGER (0..99)
	ACCESS     read-write
	STATUS     mandatory
	DESCRIPTION 
		"Humidity Min on the Kentix KMS-RACK for that datatpoint"
	::= { humidityEntry 2 }

humidityMax  OBJECT-TYPE
	SYNTAX     INTEGER (0..99)
	ACCESS     read-write
	STATUS     mandatory
	DESCRIPTION 
		"Humidity Max on the Kentix KMS-RACK for that datatpoint"
	::= { humidityEntry 3 }

humidityAlarm  OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Alarm on the Kentix KMS-RACK for that datatpoint"
	::= { humidityEntry 4 }    
	
humidityAlarmtext  OBJECT-TYPE
	SYNTAX     DisplayString
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Alarmmessage on the Kentix KMS-RACK for that datatpoint"
	::= { humidityEntry 5 }

	
humidityAlarmArm	OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-write
	STATUS     mandatory
	DESCRIPTION 
		"Arm/Disarm HumidityAlarm on the Kentix KMS-RACK"
	::= { humidityEntry 6 }

                         
-- Dewpoint
 
dewpointEntry  OBJECT IDENTIFIER ::= { datapoints 3 }


dewpointValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..1000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Dewpoint on the Kentix KMS-RACK for that datatpoint (Factor 0.1)"
	::= { dewpointEntry 1 }

dewpointMin  OBJECT-TYPE
	SYNTAX     INTEGER (0..99)
	ACCESS     read-write
	STATUS     mandatory
	DESCRIPTION 
		"Dewpoint Min on the Kentix KMS-RACK for that datatpoint"
	::= { dewpointEntry 2 }

dewpointAlarm  OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Alarm on the Kentix KMS-RACK for that datatpoint"
	::= { dewpointEntry 3 }

dewpointAlarmtext  OBJECT-TYPE
	SYNTAX     DisplayString
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Alarmmessage on the Kentix KMS-RACK for that datatpoint"
	::= { dewpointEntry 4 }
         
	
dewpointAlarmArm	OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-write
	STATUS     mandatory
	DESCRIPTION 
		"Arm/Disarm DewpointAlarm on the Kentix KMS-RACK"
	::= { dewpointEntry 6 }
-- Carbon Monoxide
 
coEntry  OBJECT IDENTIFIER ::= { datapoints 4 }


coValue  OBJECT-TYPE
	SYNTAX     INTEGER (-100..100)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Carbon Monoxide on the Kentix KMS-RACK for that datatpoint"
	::= { coEntry 1 }

coMax  OBJECT-TYPE
	SYNTAX     INTEGER (0..99)
	ACCESS     read-write
	STATUS     mandatory
	DESCRIPTION 
		"Carbon Monoxide Min on the Kentix KMS-RACK for that datatpoint"
	::= { coEntry 2 }

coAlarm  OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Alarm on the Kentix KMS-RACK for that datatpoint"
	::= { coEntry 3 }

coAlarmtext  OBJECT-TYPE
	SYNTAX     DisplayString
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Alarmmessage on the Kentix KMS-RACK for that datatpoint"
	::= { coEntry 4 }
         
   
	
coAlarmArm	OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-write
	STATUS     mandatory
	DESCRIPTION 
		"Arm/Disarm COAlarm on the Kentix KMS-RACK"
	::= { coEntry 6 }

-- Motion
 
motionEntry  OBJECT IDENTIFIER ::= { datapoints 5 }


motionValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..100)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Motion on the Kentix KMS-RACK for that datatpoint"
	::= { motionEntry 1 }

motionMax  OBJECT-TYPE
	SYNTAX     INTEGER (0..99)
	ACCESS     read-write
	STATUS     mandatory
	DESCRIPTION 
		"Motion Min on the Kentix KMS-RACK for that datatpoint"
	::= { motionEntry 2 }

motionAlarm  OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Alarm on the Kentix KMS-RACK for that datatpoint"
	::= { motionEntry 3 }

motionAlarmtext  OBJECT-TYPE
	SYNTAX     DisplayString
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Alarmmessage on the Kentix KMS-RACK for that datatpoint"
	::= { motionEntry 4 }
         
	
motionAlarmArm	OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-write
	STATUS     mandatory
	DESCRIPTION 
		"Arm/Disarm MotionAlarm on the Kentix KMS-RACK"
	::= { motionEntry 6 }
         
         
-- Digital IN 1    
    
digitalIn1  OBJECT IDENTIFIER ::= { datapoints 6 }


digitalIn1Value  OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Digital IN 1 on the Kentix KMS-RACK for that datatpoint"
	::= { digitalIn1 1 }
 

digitalIn1Name  OBJECT-TYPE
	SYNTAX     DisplayString
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Digital IN 1 on the Kentix KMS-RACK for that datatpoint"
	::= { digitalIn1 2 }
 


-- Digital IN 2 
 
digitalIn2  OBJECT IDENTIFIER ::= { datapoints 7 }


digitalIn2Value  OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Digital IN 2 on the Kentix KMS-RACK for that datatpoint"
	::= { digitalIn2 1 }
 

digitalIn2Name  OBJECT-TYPE
	SYNTAX     DisplayString
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Digital IN 2 on the Kentix KMS-RACK for that datatpoint"
	::= { digitalIn2 2 }
 



-- Digital OUT 2 
 
digitalOut2  OBJECT IDENTIFIER ::= { datapoints 8 }


digitalOut2Value  OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-write
	STATUS     mandatory
	DESCRIPTION 
		"Digital OUT 2 on the Kentix KMS-RACK for that datatpoint"
	::= { digitalOut2 1 }
 

	
buzzerTime  OBJECT IDENTIFIER ::= { datapoints 9 }

buzzerTimeValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..999)
	ACCESS     read-write
	STATUS     mandatory
	DESCRIPTION 
		"Buzzer on the Kentix KMS-RACK for that datatpoint"
	::= { buzzerTime 1 }

-- RelayTime

relayTime  OBJECT IDENTIFIER ::= { datapoints 10 }


relayTimeValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..999)
	ACCESS     read-write
	STATUS     mandatory
	DESCRIPTION 
		"Buzzer Time on the Kentix KMS-RACK for that datatpoint"
	::= { relayTime 1 }
                
-- Arm-Disarm Motion

rearmMotion  OBJECT IDENTIFIER ::= { datapoints 11 }

rearmMotionValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..999)
	ACCESS     read-write
	STATUS     mandatory
	DESCRIPTION 
		"Arm-Disarm Motion on the Kentix KMS-RACK for that datatpoint"
	::= { rearmMotion 1 }


	-- pdu1
 
pdu1  OBJECT IDENTIFIER ::= { datapoints 12 }


pdu1activepowerValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..100000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Active power value of pdu1 on the Kentix KMS-RACK (Factor 0.1)"
	::= { pdu1 1 }
	
pdu1apparentpowerValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..100000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Apparrnt power value of pdu1 on the Kentix KMS-RACK (Factor 0.1)"
	::= { pdu1 2 }
	
pdu1energyValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..40000000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Energy value of pdu1 on the Kentix KMS-RACK (Factor 0.1)"
	::= { pdu1 3 }
	
pdu1energycostsValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..40000000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Energy costs value of pdu1 on the Kentix KMS-RACK (Factor 0.1)"
	::= { pdu1 4 }
	
pdu1currentValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..1000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Current value of pdu1 on the Kentix KMS-RACK (Factor 0.1)"
	::= { pdu1 5 }
	
pdu1voltageValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..10000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Voltage value of pdu1 on the Kentix KMS-RACK (Factor 0.1)"
	::= { pdu1 6 }

pdu1powerfactorValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..1000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Power factor of pdu1 on the Kentix KMS-RACK (Factor 0.1)"
	::= { pdu1 7 }

pdu1frequencyValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..1000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Frequency of pdu1 on the Kentix KMS-RACK (Factor 0.1)"
	::= { pdu1 8 }
	
pdu1VoltageFlicker  OBJECT IDENTIFIER ::= { pdu1 9 }

pdu1VoltageFlickerValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Flicker (low voltage) value of pdu1 on the Kentix KMS-RACK."
	::= { pdu1VoltageFlicker 1 }
	
pdu1VoltageFlickerTime  OBJECT-TYPE
	SYNTAX     DisplayString
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
	"Last Flicker (low voltage) time of pdu1 on the Kentix KMS-RACK."
::= { pdu1VoltageFlicker 2 }

pdu1VoltageFlickerState  OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
	"Alarmstate Flicker (low voltage) of pdu1 on the Kentix KMS-RACK."
::= { pdu1VoltageFlicker 3 }

pdu1VoltageSwell  OBJECT IDENTIFIER ::= { pdu1 10 }

pdu1VoltageSwellValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Voltage swell value of pdu1 on the Kentix KMS-RACK."
	::= { pdu1VoltageSwell 1 }
	
pdu1VoltageSwellTime  OBJECT-TYPE
	SYNTAX     DisplayString
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
	"Last voltage swell time of pdu1 on the Kentix KMS-RACK."
::= { pdu1VoltageSwell 2 }

pdu1VoltageSwellState  OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
	"Alarmstate voltage swell of pdu1 on the Kentix KMS-RACK."
::= { pdu1VoltageSwell 3 }

pdu1VoltagePeak  OBJECT IDENTIFIER ::= { pdu1 11 }

pdu1VoltagePeakValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..999)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"VoltagePeakvoltage value of pdu1 on the Kentix KMS-RACK."
	::= { pdu1VoltagePeak 1 }
	
pdu1VoltagePeakTime  OBJECT-TYPE
	SYNTAX     DisplayString
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
	"Last peakvoltage time of pdu1 on the Kentix KMS-RACK."
::= { pdu1VoltagePeak 2 }

pdu1VoltagePeakState  OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
	"Alarmstate peakvoltage of pdu1 on the Kentix KMS-RACK."
::= { pdu1VoltagePeak 3 }

-- pdu2
 
pdu2  OBJECT IDENTIFIER ::= { datapoints 13 }

pdu2activepowerValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..100000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Active power value of pdu2 on the Kentix KMS-RACK (Factor 0.1)"
	::= { pdu2 1 }
	
pdu2apparentpowerValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..100000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Apparrnt power value of pdu2 on the Kentix KMS-RACK (Factor 0.1)"
	::= { pdu2 2 }
	
pdu2energyValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..40000000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Energy value of pdu2 on the Kentix KMS-RACK (Factor 0.1)"
	::= { pdu2 3 }
	
pdu2energycostsValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..40000000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Energy costs value of pdu2 on the Kentix KMS-RACK (Factor 0.1)"
	::= { pdu2 4 }
	
pdu2currentValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..1000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Current value of pdu2 on the Kentix KMS-RACK (Factor 0.1)"
	::= { pdu2 5 }
	
pdu2voltageValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..10000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Voltage value of pdu2 on the Kentix KMS-RACK (Factor 0.1)"
	::= { pdu2 6 }

pdu2powerfactorValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..1000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Power factor of pdu2 on the Kentix KMS-RACK (Factor 0.1)"
	::= { pdu2 7 }

pdu2frequencyValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..1000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Frequency of pdu2 on the Kentix KMS-RACK (Factor 0.1)"
	::= { pdu2 8 }
	
pdu2VoltageFlicker  OBJECT IDENTIFIER ::= { pdu2 9 }

pdu2VoltageFlickerValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Flicker (low voltage) value of pdu2 on the Kentix KMS-RACK."
	::= { pdu2VoltageFlicker 1 }
	
pdu2VoltageFlickerTime  OBJECT-TYPE
	SYNTAX     DisplayString
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
	"Last Flicker (low voltage) time of pdu2 on the Kentix KMS-RACK."
::= { pdu2VoltageFlicker 2 }

pdu2VoltageFlickerState  OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
	"Alarmstate Flicker (low voltage) of pdu2 on the Kentix KMS-RACK."
::= { pdu2VoltageFlicker 3 }

pdu2VoltageSwell  OBJECT IDENTIFIER ::= { pdu2 10 }

pdu2VoltageSwellValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Voltage swell value of pdu2 on the Kentix KMS-RACK."
	::= { pdu2VoltageSwell 1 }
	
pdu2VoltageSwellTime  OBJECT-TYPE
	SYNTAX     DisplayString
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
	"Last voltage swell time of pdu2 on the Kentix KMS-RACK."
::= { pdu2VoltageSwell 2 }

pdu2VoltageSwellState  OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
	"Alarmstate voltage swell of pdu2 on the Kentix KMS-RACK."
::= { pdu2VoltageSwell 3 }

pdu2VoltagePeak  OBJECT IDENTIFIER ::= { pdu2 11 }

pdu2VoltagePeakValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..999)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Peakvoltage value of pdu2 on the Kentix KMS-RACK."
	::= { pdu2VoltagePeak 1 }
	
pdu2VoltagePeakTime  OBJECT-TYPE
	SYNTAX     DisplayString
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
	"Last peakvoltage time of pdu2 on the Kentix KMS-RACK."
::= { pdu2VoltagePeak 2 }

pdu2VoltagePeakState  OBJECT-TYPE
	SYNTAX     INTEGER (0..1)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
	"Alarmstate peakvoltage of pdu2 on the Kentix KMS-RACK."
::= { pdu2VoltagePeak 3 }
	
-- pdu1
 
pdusum  OBJECT IDENTIFIER ::= { datapoints 14 }


pdusumactivepowerValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..100000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Active power value of all pdus the Kentix KMS-RACK (Factor 0.1)"
	::= { pdusum 1 }
	
pdusumapparentpowerValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..100000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Apparrnt power value of all pdus the Kentix KMS-RACK (Factor 0.1)"
	::= { pdusum 2 }
	
pdusumenergyValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..40000000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Energy value of all pdus the Kentix KMS-RACK (Factor 0.1)"
	::= { pdusum 3 }
	
pdusumenergycostsValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..40000000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Energy costs value of all pdus the Kentix KMS-RACK (Factor 0.1)"
	::= { pdusum 4 }
	
pdusumcurrentValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..1000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Current value of all pdus the Kentix KMS-RACK (Factor 0.1)"
	::= { pdusum 5 }
	
pdusumvoltageValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..10000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Voltage value of all pdus the Kentix KMS-RACK (Factor 0.1)"
	::= { pdusum 6 }

pdusumpowerfactorValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..1000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Power factor of all pdus the Kentix KMS-RACK (Factor 0.1)"
	::= { pdusum 7 }

pdusumfrequencyValue  OBJECT-TYPE
	SYNTAX     INTEGER (0..1000)
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Frequency of all pdus the Kentix KMS-RACK (Factor 0.1)"
	::= { pdusum 8 }




alarmText  OBJECT-TYPE
	SYNTAX     DisplayString
	ACCESS     read-only
	STATUS     mandatory
	DESCRIPTION 
		"Alarm Text send to the Manager"
	::= { multisensorRack 2 }


wrongLogin  	TRAP-TYPE
		ENTERPRISE kentix
		DESCRIPTION 
		"wrong login of a user"
		::= 1
		
login 	 	TRAP-TYPE
		ENTERPRISE kentix
		DESCRIPTION 
		"login of user"
		::= 2

alarm  TRAP-TYPE
	ENTERPRISE kentix
	VARIABLES { alarmText }
	DESCRIPTION 
		"SNMP Trap for each multisensor alarm"
	::= 3


END

