mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* add alpine optoelectronics mibs for tcdm-edfa * add alpine optoelectronics logo * add alpine optoelectronics icon * add inital detection * add yaml discovery file * improve yaml discovery for webUI * rename os to alpineoe * rename files * replace svg logos by png * add success tests * Revert "replace svg logos by png" This reverts commit71f3dacef6
. * Revert "Revert "replace svg logos by png"" This reverts commitcd4f4cf5e0
. * Revert "add success tests" This reverts commit27bb3a96e4
. * add success tests with right icon * Remove sysDecr not necessary for discovery
47 lines
814 B
Plaintext
47 lines
814 B
Plaintext
--
|
|
-- ALPINE-ROOT.mib
|
|
--
|
|
|
|
ALPINE-ROOT DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
enterprises, OBJECT-IDENTITY
|
|
FROM SNMPv2-SMI;
|
|
|
|
|
|
|
|
--
|
|
-- Node definitions
|
|
--
|
|
|
|
-- 1.3.6.1.4.1.52326
|
|
alpineRoot OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The root of the OID sub-tree assigned to Alpine Optoelectronics Inc by the Internet Assigned Numbers Authority (IANA)"
|
|
::= { enterprises 52326 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.52326.1
|
|
alpineGeneric OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Sub-tree for general definitions"
|
|
::= { alpineRoot 1 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.52326.2
|
|
alpineProducts OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Sub-tree for specific products' definitions."
|
|
::= { alpineRoot 2 }
|
|
|
|
|
|
|
|
END
|
|
|
|
--
|
|
-- ALPINE-ROOT.mib
|
|
--
|