- 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.
20 lines
519 B
Text
20 lines
519 B
Text
--======================================================================
|
|
-- SPIDCOM MIB
|
|
--======================================================================
|
|
|
|
-- File Name : SPIDCOM-MIB.txt
|
|
-- Date : Tue Jul 22 00:00:00 CEST 2004
|
|
-- Author : Gilles Dupont
|
|
|
|
SPIDCOM-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
enterprises FROM SNMPv2-SMI;
|
|
|
|
spidcom OBJECT IDENTIFIER ::= { enterprises 22764 }
|
|
|
|
--========================= END OF DOCUMENT ========================
|
|
|
|
END
|
|
|
|
|