-
Notifications
You must be signed in to change notification settings - Fork 0
/
VMWARE-VC-EVENT-MIB.mib
251 lines (223 loc) · 8.57 KB
/
VMWARE-VC-EVENT-MIB.mib
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
-- **********************************************************
-- Copyright 2008 VMware, Inc. All rights reserved.
-- **********************************************************
VMWARE-VC-EVENT-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE
FROM SNMPv2-SMI
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
-- add these for HP SIM
--vmwProductSpecific
--FROM VMWARE-ROOT-MIB;
-- remove these for HP SIM
vmwVC
FROM VMWARE-PRODUCTS-MIB
VmwLongSnmpAdminString
FROM VMWARE-TC-MIB;
vmwVCMIB MODULE-IDENTITY
LAST-UPDATED "200912150000Z"
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://communities.vmware.com/community/developer/forums/managementapi
"
DESCRIPTION
"This MIB module identifies vCenter Trap notifications (traps or inform)."
REVISION "200912150000Z"
DESCRIPTION
"Notification vpxdAlarm is now obsolete and is replaced with vpxdAlarmInfo,
new object group vmwVCAlarmGroup is created making the vmwVCAlarmInfoGroup
obsolete, new notification group vmwVCAlarmNotificationGroup is created
making vmwVCNotificationGroup obsolete,new varbinds vmwVpxdTargetObj and
vmwVpxdTargetObjType are added, var binds vmwVpxdHostName, vmwVpxdVMName
and vmwVpxdTrapType have become obsolete."
REVISION "200909080000Z"
DESCRIPTION
"VC SNMP Agent has always used UTF-8 in notifications,
update this MIB module to reflect that."
REVISION "200905270000Z"
DESCRIPTION
"Updated comments on the alarm trap and parameters with more detail."
REVISION "200904060000Z"
DESCRIPTION
"Swap vmwVpxdNewStatus and vmwVpxdOldStatus to match code implementation."
REVISION "200903170000Z"
DESCRIPTION
"Changed vmwVpxdObjValue be of type vmwLongDisplayString"
REVISION "200802220000Z"
DESCRIPTION
"This is the first revision in SMIv2 format. Prior version was published as SMIv1.
Notifications were formerly in the VMWARE-TRAPS-MIB module."
::= { vmwVC 1 }
-- product compatiblity: smilint warning: redefinition of vmwVC in VMWARE-PRODUCTS-MIB
-- The folowing redefinition of vmwVC is a workaround for HP SIM which
-- doesn't process IMPORTS more than one level deep.
-- vmwVC OBJECT IDENTIFIER ::= { vmwProductSpecific 3 }
vmwVCNotifications OBJECT IDENTIFIER ::= {vmwVC 0 }
-- **********************************************************
-- Notifications by an agent that implements this mib module
-- **********************************************************
vpxdAlarm NOTIFICATION-TYPE
OBJECTS { vmwVpxdTrapType, vmwVpxdHostName, vmwVpxdVMName,
vmwVpxdOldStatus, vmwVpxdNewStatus, vmwVpxdObjValue }
STATUS obsolete
DESCRIPTION
"This notification is sent on entity alarm state change, by the vCenter Server SNMP agent.
This information is also available through the vSphere client, through the Alarms screen,
or through the Managed Object Browser(MOB) interface for alarms at
https://<vCenter Server machine address>/mob/?moid=AlarmManager.
Listing individual objects of a specific type or ID can be done through the PropertyCollector SDK API.
See http://www.vmware.com/support/developer/vc-sdk/visdk2xpubs/ReferenceGuide/vmodl.query.PropertyCollector.html
for details."
::= { vmwVCNotifications 201 }
vpxdDiagnostic NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This notification is sent on starting or restarting vCenter Server,
on requesting a test notification explicitly, and can also be
configured to be sent periodically at a specified time interval via
vCenter Server configuration by the vCenter Server SNMP agent."
::= { vmwVCNotifications 202 }
vpxdAlarmInfo NOTIFICATION-TYPE
OBJECTS { vmwVpxdTargetObjType, vmwVpxdOldStatus, vmwVpxdNewStatus, vmwVpxdObjValue, vmwVpxdTargetObj }
STATUS current
DESCRIPTION
"This notification is sent on entity alarm state change, by the vCenter Server SNMP agent.
This information is also available through the vSphere client, through the Alarms screen,
or through the Managed Object Browser(MOB) interface for alarms at
https://<vCenter Server machine address>/mob/?moid=AlarmManager.
Listing individual objects of a specific type or ID can be done through the PropertyCollector SDK API.
See http://www.vmware.com/support/developer/vc-sdk/visdk2xpubs/ReferenceGuide/vmodl.query.PropertyCollector.html
for details."
::= { vmwVCNotifications 203 }
-- **********************************************************
-- Notification parameters
-- **********************************************************
vmwVpxdTrapType OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS accessible-for-notify
STATUS obsolete
DESCRIPTION
"This is the alarm notification type."
::= { vmwVC 301 }
vmwVpxdHostName OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS accessible-for-notify
STATUS obsolete
DESCRIPTION
"This is the name of the vSphere host in the notification."
::= { vmwVC 302 }
vmwVpxdVMName OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS accessible-for-notify
STATUS obsolete
DESCRIPTION
"This is the name of the VM in the notification."
::= { vmwVC 303 }
vmwVpxdOldStatus OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This is the old status in the notification."
::= { vmwVC 304 }
vmwVpxdNewStatus OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This is the new status in the notification."
::= { vmwVC 305 }
vmwVpxdObjValue OBJECT-TYPE
SYNTAX VmwLongSnmpAdminString
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This is the current object value in the notification."
::= { vmwVC 306 }
vmwVpxdTargetObj OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This is the current object in the notification. This may be
one of esx host name, vm name, or other. This value must not be empty."
::= { vmwVC 307 }
vmwVpxdTargetObjType OBJECT-TYPE
SYNTAX INTEGER { unknown(1), host(2), vm(3), other(4)}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This is the alarm target object type."
::= { vmwVC 308 }
-- conformance information
vmwVCMIBConformance OBJECT IDENTIFIER ::= { vmwVCMIB 2 }
vmwVCMIBCompliances OBJECT IDENTIFIER ::= { vmwVCMIBConformance 1 }
vmwVCMIBGroups OBJECT IDENTIFIER ::= { vmwVCMIBConformance 2 }
-- compliance statements
vmwVCMIBBasicCompliance MODULE-COMPLIANCE
STATUS obsolete
DESCRIPTION
"The compliance statement for entities which implement VMWARE-VC-EVENT-MIB."
MODULE -- this module
MANDATORY-GROUPS { vmwVCAlarmInfoGroup, vmwVCNotificationGroup }
::= { vmwVCMIBCompliances 2 }
-- compliance statements
vmwVCMIBBasicComplianceRev2 MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for entities which implement VMWARE-VC-EVENT-MIB."
MODULE -- this module
MANDATORY-GROUPS { vmwVCAlarmGroup, vmwVCAlarmNotificationGroup }
::= { vmwVCMIBCompliances 3 }
vmwVCAlarmInfoGroup OBJECT-GROUP
OBJECTS {
vmwVpxdTrapType,
vmwVpxdHostName,
vmwVpxdVMName,
vmwVpxdOldStatus,
vmwVpxdNewStatus,
vmwVpxdObjValue
}
STATUS obsolete
DESCRIPTION
"These objects provide alarm notification details."
::= { vmwVCMIBGroups 1 }
vmwVCNotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS {
vpxdAlarm,
vpxdDiagnostic
}
STATUS obsolete
DESCRIPTION
"Group of objects describing notifications (traps)."
::= { vmwVCMIBGroups 2 }
vmwVCAlarmGroup OBJECT-GROUP
OBJECTS {
vmwVpxdTargetObjType,
vmwVpxdOldStatus,
vmwVpxdNewStatus,
vmwVpxdObjValue,
vmwVpxdTargetObj
}
STATUS current
DESCRIPTION
"These objects provide alarm notification details."
::= { vmwVCMIBGroups 3 }
vmwVCAlarmNotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS {
vpxdAlarmInfo,
vpxdDiagnostic
}
STATUS current
DESCRIPTION
"Group of objects describing notifications (traps)."
::= { vmwVCMIBGroups 4 }
END -- end of VMWARE-VC-EVENT-MIB.