- 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
986 B
Text
40 lines
986 B
Text
|
|
MCAFEE-SMI DEFINITIONS ::= BEGIN
|
|
|
|
-- $Header: /cvs/WebShield/wsrc/comp/lib/snmp/Attic/MCAFEE-SMI.txt,v 1.1.2.1 2006/09/21 07:46:36 cbotteri Exp $
|
|
-- Copyright (C) 2006 McAfee Inc. All rights reserved.
|
|
|
|
IMPORTS
|
|
MODULE-IDENTITY,
|
|
OBJECT-IDENTITY,
|
|
enterprises
|
|
FROM SNMPv2-SMI;
|
|
|
|
mcafee MODULE-IDENTITY
|
|
LAST-UPDATED "200607110000Z"
|
|
ORGANIZATION "McAfee, Inc."
|
|
CONTACT-INFO
|
|
"McAfee Customer Service Department
|
|
|
|
Postal: 5000 Headquarters Drive
|
|
Plano, TX 75024
|
|
USA
|
|
|
|
Tel: +1 800 338 8754
|
|
|
|
E-mail: support@mcafee.com"
|
|
DESCRIPTION
|
|
" The Structure of Management Information for the
|
|
McAfee enterprise."
|
|
REVISION "200609190000Z"
|
|
DESCRIPTION
|
|
"Initial Definition"
|
|
::= { enterprises 1230 }
|
|
|
|
mcafeeGATEWAY OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"McAfee Gateway Products"
|
|
::= { mcafee 2 }
|
|
|
|
END
|