- 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.
51 lines
1.5 KiB
Text
51 lines
1.5 KiB
Text
-- **********************************************************
|
|
-- Copyright 2018 VMware, Inc. All rights reserved.
|
|
-- **********************************************************
|
|
|
|
VMWARE-VROPS-AGENTCAP-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
MODULE-IDENTITY
|
|
FROM SNMPv2-SMI
|
|
vmwareAgentCapabilities
|
|
FROM VMWARE-ROOT-MIB
|
|
AGENT-CAPABILITIES
|
|
FROM SNMPv2-CONF;
|
|
vmwVropsAgentCapabilityMIB MODULE-IDENTITY
|
|
LAST-UPDATED "201806270000Z"
|
|
ORGANIZATION "VMware, Inc"
|
|
CONTACT-INFO
|
|
"VMware, Inc
|
|
3401 Hillview Ave
|
|
Palo Alto, CA 94304
|
|
Tel: 1-877-486-9273 or 650-427-5000
|
|
Fax: 650-427-5001
|
|
Web: http://kb.vmware.com/kb/1013445
|
|
"
|
|
DESCRIPTION
|
|
"This module defines agent capabilities for deployed VMware vRealize Operations Manager agents by release."
|
|
REVISION "201806270000Z"
|
|
DESCRIPTION
|
|
"Capabilities for vRealize Operations Manager 7.0 releases."
|
|
|
|
::= { vmwareAgentCapabilities 27 }
|
|
|
|
vmwVropsCapability OBJECT IDENTIFIER ::= { vmwVropsAgentCapabilityMIB 1 }
|
|
|
|
vmwVrops2018-70 AGENT-CAPABILITIES
|
|
PRODUCT-RELEASE
|
|
"7.0.0"
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Release 7.0.0 for VMware vRealize Operations Manager supporting only SNMPv2c/SNMPv3 trap PDUs.
|
|
It describes all the notifications sent from the vRealize Operations Manager.
|
|
"
|
|
REFERENCE
|
|
"http://www.vmware.com/products"
|
|
-- REVISION 201806270000Z
|
|
SUPPORTS VMWARE-VROPS-MIB
|
|
INCLUDES {
|
|
vmwVROPSNotificationGroup
|
|
}
|
|
::= { vmwVropsCapability 1 }
|
|
END
|