- 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.
17 lines
387 B
Text
17 lines
387 B
Text
ONE4NET-MIB DEFINITIONS ::= BEGIN
|
|
IMPORTS
|
|
OBJECT-TYPE, MODULE-IDENTITY, enterprises FROM SNMPv2-SMI;
|
|
|
|
|
|
one4net MODULE-IDENTITY
|
|
LAST-UPDATED "200201120000Z"
|
|
ORGANIZATION "One4net GmbH"
|
|
CONTACT-INFO
|
|
"email: support@one4net.com"
|
|
DESCRIPTION
|
|
"one4net MIB."
|
|
REVISION "200201120000Z"
|
|
DESCRIPTION
|
|
"initial version"
|
|
::= { enterprises 12196 }
|
|
END
|