- 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.
34 lines
847 B
Text
34 lines
847 B
Text
-- RPS S.p.A enterprise MIB definition
|
|
|
|
-- Copyright (c) RPS S.p.A.
|
|
-- Version: 1.0 by Michele Marcon
|
|
-- Date: 1.04.2016
|
|
|
|
-- Title: RIELLO MIB
|
|
|
|
-- ************************************************************************
|
|
-- ************************************************************************
|
|
|
|
-- RIELLO-MIB { iso org(3) dod(6) internet(1) private(4)
|
|
-- enterprises(1) riello(5491) }
|
|
|
|
|
|
|
|
RIELLO-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
enterprises, MODULE-IDENTITY FROM SNMPv2-SMI;
|
|
|
|
rielloMIB MODULE-IDENTITY
|
|
LAST-UPDATED "201602230000Z"
|
|
ORGANIZATION "RPS S.p.A"
|
|
CONTACT-INFO
|
|
" Michele Marcon
|
|
E-mail: info@riello-ups.com"
|
|
DESCRIPTION
|
|
"The MIB module to describe Riello devices."
|
|
|
|
REVISION "201602230000Z"
|
|
DESCRIPTION "Latest avaialble" ::= { enterprises 5491 }
|
|
|
|
END
|