summaryrefslogtreecommitdiff
path: root/MIBS/alcatel/HPOV-NNM-MIB
blob: b680c448d292c0305fd11d69c26e2592431aefee (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
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
252
-- History

--	@RA XTSce98612	Eric Auffret			13/11/2002

--		SNMP trap : error in file  /etc/snmp/mibs/export/HPOV-NNM.txt,

--		compilation of the file by SNMP supervisor not possible / 1-73880476

--		@@





HPOV-NNM-MIB DEFINITIONS ::= BEGIN



IMPORTS

    MODULE-IDENTITY, OBJECT-IDENTITY, OBJECT-TYPE, 

    NOTIFICATION-TYPE, enterprises

        FROM SNMPv2-SMI

    DisplayString, 

        FROM SNMPv2-TC

    MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP

        FROM SNMPv2-CONF;



hp		OBJECT IDENTIFIER ::= { enterprises 11 }

nm		OBJECT IDENTIFIER ::= { hp 2 }

openView	OBJECT IDENTIFIER ::= { nm 17 }



hpOpenView MODULE-IDENTITY

    LAST-UPDATED "9607080000Z"

    ORGANIZATION "Hewlett-Packard, Network & System Management Division"

    CONTACT-INFO

            "Support: Hewlett-Packard Response Center

                 Tel: +1 (800) 633-3600"



    DESCRIPTION

            "General management information used within the 

             HP OpenView Network Node Manager product.

	     

	     This object identifier also serves as the 

	     OpenView Enterprise ID for SNMPv1 Traps."



    REVISION      "9607080000Z"

    DESCRIPTION

            "Initial revision published as part of hp-unix MIB.

	     Updated to add support for SNMPv2 Security Proxy.

	     Updated to use the SNMPv2 SMI."

    ::= { openView 1 }





--

-- Textual Conventions

-- /* RA CDHva56260 */



OVTextString ::= TEXTUAL-CONVENTION

    DISPLAY-HINT "255a"

    STATUS       current

    DESCRIPTION

            "Represents textual information consisting of either 

            single- or multi-byte characters.  



            The character string is interpreted using the locale 

            (language) of the interpreting entity because the locale 

            is NOT included.  Therefore, transmitting an object value 

            of this syntax across different locales is not supported."



    SYNTAX       OCTET STRING (SIZE (0..255))





--

-- OpenView NNM Notification Group 

--

-- The OpenView trap variables defined below cannot be retrieved 

-- from the SNMP Agent. They are defined only for use within OpenView

-- NNM notifications (traps).

 

openViewTrapVars OBJECT IDENTIFIER ::= { openView 2 }



openViewSourceId OBJECT-TYPE

	SYNTAX	INTEGER				-- Should be an ENUM

	ACCESS	accessible-for-notify

	STATUS	current

	DESCRIPTION

		"The identifier of the software generating the trap/event.

		 This number is used by HP OpenView software when it sends

		 an event to the OpenView event system.  It identifies

		 which software component sent the event."

	::= { openViewTrapVars 1 }



openViewSourceName OBJECT-TYPE

	SYNTAX	OVTextString

	ACCESS	accessible-for-notify

	STATUS	current

	DESCRIPTION

		"The source of the event (may not be the machine upon

		 which the event was generated).  This string is used

		 by HP OpenView software when it sends an event.  It

		 identifies for which node the event is generated."

	::= { openViewTrapVars 2 }



openViewObjectId OBJECT-TYPE

	SYNTAX	DisplayString

	ACCESS	accessible-for-notify

	STATUS	current

	DESCRIPTION

		"The OpenView Windows object identifier associated 

                 with the source of the trap/event."

	::= { openViewTrapVars 3 }



openViewData OBJECT-TYPE

	SYNTAX	OCTET STRING

	ACCESS	accessible-for-notify

	STATUS	current

	DESCRIPTION

		"Any miscellaneous data sent with an OpenView trap/event."

	::= { openViewTrapVars 4 }



openViewSeverity OBJECT-TYPE

	SYNTAX	OVTextString

	ACCESS	accessible-for-notify

	STATUS	current

	DESCRIPTION

		"The OpenView event severity associated with the trap/event."

	::= { openViewTrapVars 5 }



openViewCategory OBJECT-TYPE

	SYNTAX	OVTextString

	ACCESS	accessible-for-notify

	STATUS	current

	DESCRIPTION

		"The OpenView event category associated with the trap/event."

	::= { openViewTrapVars 6 }



openViewFilter OBJECT-TYPE

	SYNTAX	DisplayString

	ACCESS	accessible-for-notify

	STATUS	current

	DESCRIPTION

		"The event filter for an application connecting to the

		 OpenView event system."

	::= { openViewTrapVars 7 }



openViewEntity OBJECT-TYPE

	SYNTAX	OVTextString

	ACCESS	accessible-for-notify

	STATUS	current

	DESCRIPTION

		"The entity (string name) of an application connecting

		 to the OpenView event system."

	::= { openViewTrapVars 8 }



openViewAddress OBJECT-TYPE

	SYNTAX	DisplayString

	ACCESS	accessible-for-notify

	STATUS	current

	DESCRIPTION

		"The IP address of the node from where an application

		 is connecting to the OpenView event system."

	::= { openViewTrapVars 9 }



openViewPid OBJECT-TYPE

	SYNTAX	DisplayString

	ACCESS	accessible-for-notify

	STATUS	current

	DESCRIPTION

		"The process ID of an application connecting to the

		 OpenView event system."

	::= { openViewTrapVars 10 }

	

openViewCmipManagedObjectClass OBJECT-TYPE

	SYNTAX	DisplayString

	ACCESS	accessible-for-notify

	STATUS	current

	DESCRIPTION

		"A cmisEventReport managedObjectClass.  Only valid when

		 running with the HP OpenView DM product."

	::= { openViewTrapVars 11 }



openViewCmipEventTime OBJECT-TYPE

	SYNTAX	DisplayString

	ACCESS	accessible-for-notify

	STATUS	current

	DESCRIPTION

		"A cmisEventReport eventTime.  Only valid when

		 running with the HP OpenView DM product."

	::= { openViewTrapVars 12 }



openViewCmipEventType OBJECT-TYPE

	SYNTAX	DisplayString

	ACCESS	accessible-for-notify

	STATUS	current

	DESCRIPTION

		"A cmisEventReport eventType.  Only valid when

		 running with the HP OpenView DM product."

	::= { openViewTrapVars 13 }



openViewCmipEventInfo OBJECT-TYPE

	SYNTAX	DisplayString

	ACCESS	accessible-for-notify

	STATUS	current

	DESCRIPTION

		"A cmisEventReport eventInfo.  Only valid when

		 running with the HP OpenView DM product."

	::= { openViewTrapVars 14 }



openViewCmipManagedObjectInstanceId OBJECT-TYPE

	SYNTAX	DisplayString

	ACCESS	accessible-for-notify

	STATUS	current

	DESCRIPTION

		"A cmisEventReport managedObjectInstance.  Only valid when

		 running with the HP OpenView DM product."

	::= { openViewTrapVars 15 }



openViewEventUUID OBJECT-TYPE

	SYNTAX  OCTET STRING

	ACCESS	accessible-for-notify

	STATUS	current

	DESCRIPTION

		"An OpenView Event UUID which uniquely identifies an event."

	::= { openViewTrapVars 16 }



openViewEcsCorrelateEvUUID OBJECT-TYPE

	SYNTAX	DisplayString

	ACCESS	accessible-for-notify

	STATUS	current

	DESCRIPTION

		"If an OpenView event contains this var-bind, it indicates to

		the Event Correlation System that the event should be correlated

		with the event whose UUID is the value of this var-bind.  If the

		var-bind is missing or has a zero length value, then no event

		correlation occurs."

	::= { openViewTrapVars 17 }



openViewEcsNodeImportance OBJECT-TYPE

	SYNTAX	DisplayString

	ACCESS	accessible-for-notify

	STATUS	current

	DESCRIPTION

		"If an OpenView event contains this var-bind, it indicates to

		the Event Correlation System the importance of the node from

		an event correlation perspective.  In situations where the

		ECS system would normally suppress an event, it may choose not

		to suppress it if the node is very important (e.g. an important

		server node).  The integral value of this MIB object may evolve

		over time.  For now, non-integral values are invalid, a value of

		zero indicates that the node is a regular node and a non-zero 

		value indicates that the node is an important node."

	::= { openViewTrapVars 18 }





hpOVNNMTraps	 OBJECT IDENTIFIER ::= { hpOpenView 0 }

	--

	-- TODO: the bazillion NNM traps go here.

	--



END