mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Extract DiscoveryItem and move some things to better places. Extract model class Fix up model construction. I have problem with construction... Makeshift model working. Switch constructor to factory. discover() and create() Support legacy discovery. Remove uneeded custom pollers Remove netonix custom detection as we try ucd on all os now. Add a few yaml procs. Fix a couple things. More processor discovery conversions Move Calix e7 to standard hrProcessorLoad, but it doesn't fully implement the HR-MIB, move things around to make it work. Add a few yaml procs. Fix a couple things. Correct some stupid mib stuff. Move more, drop php 5.3 Add netscaler which uses string indexes. Port fiberhome to yaml and use skip_values More conversions. BroadcomProcessorUsage Trait Serveriron and Ironware share some mibs. Create a common abstract os for them. Add yaml support for mib specification in each data entry Make legacy discover_processor() set 0 for hrDeviceIndex Untangle Dell switch OS processors Use use shared OS for groups if they don't have a specific group. fix silly mib mistake Make index optional Move HR and UCD to Traits and out of Processor. * forgot to update the fortiswitch index * Make sgos and avaya-ers match the old index. * fix comware test data * fix merge errors * fix dsm and remove pointless empty modules * file not found exception is in the wrong place. * Updated processor development docs
81 lines
2.4 KiB
Plaintext
81 lines
2.4 KiB
Plaintext
-- *******************************************************************
|
|
-- Brocade-REG-MIB.my: Brocade Products MIB.
|
|
--
|
|
-- Feb 2012, Sanjeev C Joshi, Yasar Khan
|
|
--
|
|
-- Copyright (c) 1996-2002, 2012 by Brocade Communications Systems, Inc.
|
|
-- All rights reserved.
|
|
--
|
|
-- *******************************************************************
|
|
Brocade-REG-MIB DEFINITIONS ::= BEGIN
|
|
IMPORTS
|
|
MODULE-IDENTITY,
|
|
OBJECT-IDENTITY,
|
|
enterprises FROM SNMPv2-SMI;
|
|
|
|
bcsi MODULE-IDENTITY
|
|
LAST-UPDATED "201202030000Z"
|
|
ORGANIZATION " Brocade Communications Systems, Inc."
|
|
CONTACT-INFO
|
|
"Brocade Communications Systems, Inc.
|
|
Postal: 130 Holger Way
|
|
San Jose, CA 95134
|
|
U.S.A
|
|
Tel: +1-408-333-8000
|
|
E-mail: support@Brocade.com
|
|
web: www.brocade.com."
|
|
DESCRIPTION
|
|
"This MIB module defines Structure of Management
|
|
Information for the Brocade enterprise and serves as
|
|
central repository of all the OIDs under Brocade
|
|
enterprise OID tree."
|
|
|
|
REVISION "201202030000Z"
|
|
DESCRIPTION
|
|
"Initial version of this MIB module."
|
|
::= { enterprises 1588 } -- assigned by IANA
|
|
|
|
commDev OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The root OID sub-tree for Communication devices of Brocade."
|
|
::= { bcsi 2 }
|
|
|
|
fibrechannel OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The root OID sub-tree for Fibre Channel Devices of Brocade."
|
|
::= { commDev 1 }
|
|
|
|
nos OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The root OID sub-tree for Brocade's NOS products."
|
|
::= { commDev 2 }
|
|
|
|
fcSwitch OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The root OID sub-tree for Fibre Channel Switches of Brocade."
|
|
::= { fibrechannel 1 }
|
|
|
|
bcsiReg OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The root OID sub-tree for Brocade Global Registry."
|
|
::= { bcsi 3 }
|
|
|
|
bcsiModules OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The root OID sub-tree for all the Brocade management MIBs."
|
|
::= { bcsiReg 1 }
|
|
|
|
brocadeAgentCapability OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This provides a root object identifier from which
|
|
AGENT-CAPABILITIES values may be assigned."
|
|
::= { bcsiReg 2 }
|
|
END
|