towerops/priv/mibs/saf/SAF-ENTERPRISE
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

41 lines
1 KiB
Text

SAF-ENTERPRISE DEFINITIONS ::= BEGIN
-- Definitions for include by other SAF Tehnika mib modules
IMPORTS
enterprises,
MODULE-IDENTITY,
OBJECT-IDENTITY
FROM SNMPv2-SMI;
-- saf OBJECT IDENTIFIER ::= { enterprises 7571 }
saf MODULE-IDENTITY
LAST-UPDATED "201511120000Z" -- 12 nov 2015
ORGANIZATION "SAF Tehnika"
CONTACT-INFO
"SAF Tehnika technical support
<techsupport>"
DESCRIPTION
"microwave subtree added"
-- Revision history
REVISION "200704030000Z" -- 03 apr 2007
DESCRIPTION
"Initial version"
::= { enterprises 7571 }
tehnika OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Subtree to register SAF tehnika modules"
::= { saf 100 }
-- smiv1
microwaveRadio OBJECT IDENTIFIER ::= { tehnika 1 }
microwave OBJECT IDENTIFIER ::= { tehnika 2 }
pointToPoint OBJECT IDENTIFIER ::= { microwaveRadio 1 }
-- end smiv1
--
END