towerops/priv/mibs/positron/POSITRON-SMI
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

95 lines
2.8 KiB
Text

-- *****************************************************************
-- POSITRON-SMI: Positron enterprise structure
--
-- Copyright (c) 2016 Positron Access Solutions Corp.
-- All Rights Reserved.
--
-- ****************************************************************
POSITRON-SMI DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
enterprises
FROM SNMPv2-SMI;
positron MODULE-IDENTITY
LAST-UPDATED "201608110000Z"
ORGANIZATION "Positron Access Solutions Corp."
CONTACT-INFO "Positron Access Solutions Corp.
Customer Service
Postal: 5101 Buchan Street, Suite 220
Montreal, QC
H4P 2R9
CANADA
Phone: +1-514-345-2220
Toll Free: +1-888-577-5254
Fax: +1-514-345-2271
E-mail: info@positronaccess.com"
DESCRIPTION "The Structure of Management Information for the
Positron enterprise."
REVISION "201608110000Z"
DESCRIPTION "Initial release."
::= { enterprises 20095 } -- assigned by IANA
aktinoProducts OBJECT-IDENTITY
STATUS current
DESCRIPTION
"aktinoProducts is the root OBJECT IDENTIFIER from
which sysObjectID values are assigned. Actual
values are defined in AKTINO-PRODUCTS-MIB."
::= { positron 1 }
aktinoModules OBJECT-IDENTITY
STATUS current
DESCRIPTION
"aktinoModules provides a root object identifier
from which MODULE-IDENTITY values may be assigned."
::= { positron 2 }
aktinoMgmt OBJECT-IDENTITY
STATUS current
DESCRIPTION
"aktinoMgmt is the root object for the Aktino
products management."
::= { positron 3 }
aktinoExperiment OBJECT-IDENTITY
STATUS current
DESCRIPTION
"aktinoExperiment provides a root object identifier
from which experimental mibs may be temporarily
based.
NOTE WELL: support for mibs in the aktinoExperiment
subtree will be deleted when a permanent object
identifier assignment is made."
::= { positron 999 }
flexstreamMgmt OBJECT-IDENTITY
STATUS current
DESCRIPTION
"flexstreamMgmt is the root object for the FlexStream
products management."
::= { positron 1001 }
gamProducts OBJECT-IDENTITY
STATUS current
DESCRIPTION
"gamProducts is the root OBJECT IDENTIFIER from
which sysObjectID values are assigned. Actual
values are defined in GAM-PRODUCTS-MIB."
::= { positron 2000 }
gamMgmt OBJECT-IDENTITY
STATUS current
DESCRIPTION
"gamMgmt is the root object for the GAM
products management."
::= { positron 2001 }
END