mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Papouch TME MIBs
git-svn-id: http://www.observium.org/svn/observer/trunk@684 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
61
mibs/Papouch-SMI.mib
Normal file
61
mibs/Papouch-SMI.mib
Normal file
@@ -0,0 +1,61 @@
|
||||
--*********************************
|
||||
-- Papouch-SMI.txt: PaPouch s.r.o Enterprise
|
||||
-- Structure of Management Information
|
||||
--
|
||||
-- April 2004 Steiger Miroslav
|
||||
-- Copyringht (c) 2004 by PaPouch s.r.o
|
||||
|
||||
--*********************************
|
||||
|
||||
Papouch-SMI DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
OBJECT-IDENTITY,
|
||||
enterprises
|
||||
FROM SNMPv2-SMI;
|
||||
|
||||
papouchProjekt MODULE-IDENTITY
|
||||
LAST-UPDATED "200604070000Z"
|
||||
ORGANIZATION "PaPouch s.r.o"
|
||||
CONTACT-INFO
|
||||
|
||||
" PaPouch s.r.o
|
||||
Software development
|
||||
E-mail: steiger@papouch.com"
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
"The Structure of Management Information for
|
||||
the PaPouch elektronika enterprise"
|
||||
REVISION "200604070000Z"
|
||||
DESCRIPTION
|
||||
"Initial version of this MIB module."
|
||||
::= {enterprises 18248}
|
||||
|
||||
tme OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"."
|
||||
::= { papouchProjekt 1 }
|
||||
|
||||
quido OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"."
|
||||
::= { papouchProjekt 2 }
|
||||
|
||||
eccitace OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"."
|
||||
::= { papouchProjekt 3 }
|
||||
|
||||
e_monitor OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"."
|
||||
::= { papouchProjekt 4 }
|
||||
|
||||
END
|
||||
|
77
mibs/TMESNMP2.mib
Normal file
77
mibs/TMESNMP2.mib
Normal file
@@ -0,0 +1,77 @@
|
||||
--*********************************
|
||||
-- Quido.txt: MIB corespording to QUIDOSNMP_10.C
|
||||
--
|
||||
--
|
||||
-- April 2006 Steiger Miroslav
|
||||
-- Copyringht (c) 2006 by PaPouch elektronika
|
||||
|
||||
--*********************************
|
||||
|
||||
TMESNMP2-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
OBJECT-TYPE,
|
||||
NOTIFICATION-TYPE,
|
||||
IpAddress
|
||||
FROM SNMPv2-SMI
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
tme
|
||||
FROM Papouch-SMI;
|
||||
|
||||
|
||||
vars OBJECT IDENTIFIER ::= { tme 1 }
|
||||
traps OBJECT IDENTIFIER ::= { tme 2 }
|
||||
|
||||
int_temperature OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "temperature integer value/10"
|
||||
::= { vars 1 }
|
||||
|
||||
string_temperature OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "temperature as string"
|
||||
::= { vars 2 }
|
||||
device_name OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "device name the SNMP Agent"
|
||||
::= { vars 3 }
|
||||
|
||||
int_temperature_t OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "trap object the temperature at integer value/10 "
|
||||
::= { traps 1 }
|
||||
|
||||
string_temperature_t OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "trap object the temperature at string"
|
||||
::= { traps 2 }
|
||||
device_name_t OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "trap object device name the SNMP Agent"
|
||||
::= { traps 3 }
|
||||
|
||||
warning_t OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "trap object temperature exceeded lower or upper limit "
|
||||
::= { traps 4 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user