towerops/priv/mibs/arubaos-cx/ARUBAWIRED-CHASSIS-MIB
Graham McIntire b4f8b40b7f
Include MIB files in Docker image instead of using PVC
- Remove PVC volume mount from k8s/deployment.yaml
- Delete k8s/mib-pvc.yaml (no longer needed)
- Update .gitignore to commit MIB files to git
- Add mix import_mibs task to copy MIBs from LibreNMS
- Add all MIB files from priv/mibs/ to git

This fixes the multi-attach volume error in Kubernetes where new pods
couldn't start because the RWO (ReadWriteOnce) PVC was attached to the
old pod. MIBs are now part of the Docker image and can be used by all
pods simultaneously.
2026-01-19 14:01:03 -06:00

63 lines
2.4 KiB
Text

--**MOD+************************************************************************
--* Module: ARUBAWIRED-CHASSIS-MIB :CHASSIS MIB file
--*
--* (c) Copyright 2020-2021,2023 Hewlett Packard Enterprise Development LP
--* All Rights Reserved.
--*
--* The contents of this software are proprietary and confidential
--* to the Hewlett-Packard Development Company, L.P. No part of this
--* program may be photocopied, reproduced, or translated into another
--* programming language without prior written consent of the
--* Hewlett-Packard Development Company, L.P.
--*
--* Purpose: This file contains MIB definition of ARUBAWIRED-CHASSIS-MIB
--*
--**MOD-************************************************************************
ARUBAWIRED-CHASSIS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
wndFeatures
FROM ARUBAWIRED-NETWORKING-OID;
arubaWiredChassisMIB MODULE-IDENTITY
LAST-UPDATED "202306270000Z" -- June 27, 2023
ORGANIZATION "HPE/Aruba Networking Division"
CONTACT-INFO "Hewlett Packard Company
8000 Foothills Blvd.
Roseville, CA 95747"
DESCRIPTION
"This MIB module describes management objects that manage Chassis
components."
REVISION "202306270000Z" -- June 27, 2023
DESCRIPTION "Added Power Stat entry."
REVISION "202306060000Z" -- June 6, 2023
DESCRIPTION "Added Led Locator."
REVISION "202101110000Z" -- January 11, 2021
DESCRIPTION "Added module entry."
REVISION "202002130000Z" -- February 13, 2020
DESCRIPTION "Added temperature sensor, fan tray, and fan entries."
REVISION "202001070000Z" -- January 7, 2020
DESCRIPTION "Initial revision."
::= { wndFeatures 11 }
-- **********************************************************************
-- subtrees in the MIB
-- **********************************************************************
arubaWiredPowerSupply OBJECT IDENTIFIER ::= { arubaWiredChassisMIB 2 }
arubaWiredTempSensor OBJECT IDENTIFIER ::= { arubaWiredChassisMIB 3 }
arubaWiredFanTray OBJECT IDENTIFIER ::= { arubaWiredChassisMIB 4 }
arubaWiredFan OBJECT IDENTIFIER ::= { arubaWiredChassisMIB 5 }
arubaWiredModule OBJECT IDENTIFIER ::= { arubaWiredChassisMIB 6 }
arubaWiredLedLocator OBJECT IDENTIFIER ::= { arubaWiredChassisMIB 7 }
arubaWiredPowerStat OBJECT IDENTIFIER ::= { arubaWiredChassisMIB 8 }
END