summaryrefslogtreecommitdiff
path: root/MIBS/vmware/VMWARE-VROPS-AGENTCAP-MIB
blob: 0d434ca125eb5635eea33b2cc0e6eff3469c6009 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
-- **********************************************************
-- 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