- 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.
18 lines
422 B
Text
18 lines
422 B
Text
DKT-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
MODULE-IDENTITY, enterprises FROM SNMPv2-SMI;
|
|
|
|
dkt MODULE-IDENTITY
|
|
LAST-UPDATED "200802240000Z"
|
|
ORGANIZATION "DKT A/S"
|
|
CONTACT-INFO
|
|
"postal: DKT A/S
|
|
Fanoevej 6
|
|
DK-4060 Kirke Saaby
|
|
Denmark
|
|
|
|
email: info@dkt.dk"
|
|
DESCRIPTION "Base MIB for DKT."
|
|
::= { enterprises 27304 }
|
|
END
|