- 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.
40 lines
1 KiB
Text
Executable file
40 lines
1 KiB
Text
Executable file
-- Copyright 2017 BlueCat Networks. All rights reserved.
|
|
-- *****************************************************************
|
|
-- BLUECATNETWORKS-MIB.mib
|
|
-- BlueCat Networks Enterprise Structure of Management Information
|
|
--
|
|
-- December 2010, Fabian Ischia
|
|
--
|
|
-- All rights reserved.
|
|
--
|
|
-- *****************************************************************
|
|
|
|
BLUECATNETWORKS-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
MODULE-IDENTITY,
|
|
enterprises
|
|
FROM SNMPv2-SMI;
|
|
|
|
bluecatnetworksId MODULE-IDENTITY
|
|
LAST-UPDATED "201011300000Z"
|
|
ORGANIZATION "BlueCat Networks Inc."
|
|
CONTACT-INFO
|
|
"BlueCat Networks Inc.
|
|
|
|
Tel: +1 866 491 2228 (toll free)
|
|
+1 416 646 8400 (international)
|
|
Email: support@bluecatnetworks.com"
|
|
DESCRIPTION
|
|
"New oid assignments for Cisco REPEATER MIB and others."
|
|
REVISION "201011300000Z"
|
|
DESCRIPTION
|
|
"Initial version of this MIB module."
|
|
::= { bluecatnetworks 1 }
|
|
|
|
bluecatnetworks OBJECT IDENTIFIER ::= { enterprises 13315 }
|
|
|
|
|
|
appliances OBJECT IDENTIFIER ::= { bluecatnetworks 100 }
|
|
|
|
END
|