- 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.
28 lines
No EOL
764 B
Text
28 lines
No EOL
764 B
Text
IPI-MODULE-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
OBJECT-TYPE, MODULE-IDENTITY,
|
|
Gauge32, Counter32, Integer32, Unsigned32,
|
|
IpAddress, Counter64,
|
|
TimeTicks, NOTIFICATION-TYPE
|
|
FROM SNMPv2-SMI
|
|
DateAndTime, DisplayString,
|
|
PhysAddress, RowStatus, TEXTUAL-CONVENTION
|
|
FROM SNMPv2-TC
|
|
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
|
|
FROM SNMPv2-CONF
|
|
snmpTraps
|
|
FROM SNMPv2-MIB
|
|
enterprises, OBJECT-IDENTITY
|
|
FROM SNMPv2-SMI;
|
|
ipi MODULE-IDENTITY
|
|
LAST-UPDATED "201603301200Z"
|
|
ORGANIZATION "IP Infusion"
|
|
CONTACT-INFO "support@ipinfusion.com"
|
|
|
|
DESCRIPTION
|
|
"The IPI enterprise Module Identity."
|
|
|
|
::= { enterprises 36673 } -- assigned by IANA
|
|
|
|
END |