forked from simonjj/SnmpMibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ASYNCOS-MAIL-MIB.mib
591 lines (513 loc) · 14.7 KB
/
ASYNCOS-MAIL-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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
ASYNCOS-MAIL-MIB DEFINITIONS ::= BEGIN
-- Enterprise MIB for IronPort Systems Mail Gateway Appliances
-- Compatible with SNMP Version 2.
IMPORTS
MODULE-IDENTITY, Counter32, Gauge32, OBJECT-TYPE, NOTIFICATION-TYPE FROM SNMPv2-SMI
DisplayString, TruthValue FROM SNMPv2-TC
asyncOSMail FROM IRONPORT-SMI;
asyncOSMailObjects MODULE-IDENTITY
LAST-UPDATED "200811190000Z"
ORGANIZATION "IronPort Systems"
CONTACT-INFO "Postal: 950 Elm Avenue
San Bruno, CA 94066
Email: [email protected]"
DESCRIPTION
"Enterprise MIB for IronPort Systems Mail Gateway Appliances"
REVISION "200811190000Z"
DESCRIPTION
"Intial Release."
::= { asyncOSMail 1 }
asyncOSMailNotifications OBJECT IDENTIFIER ::= { asyncOSMail 2 }
perCentMemoryUtilization OBJECT-TYPE
SYNTAX INTEGER(0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Percent memory utilization."
::= {asyncOSMailObjects 1}
perCentCPUUtilization OBJECT-TYPE
SYNTAX INTEGER(0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Percent CPU utilization."
::= {asyncOSMailObjects 2}
perCentDiskIOUtilization OBJECT-TYPE
SYNTAX INTEGER(0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Percent disk I/O utilization."
::= {asyncOSMailObjects 3}
perCentQueueUtilization OBJECT-TYPE
SYNTAX INTEGER(0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Percent of total queue capacity used."
::= {asyncOSMailObjects 4}
queueAvailabilityStatus OBJECT-TYPE
SYNTAX INTEGER {
queueSpaceAvailable(1),
queueSpaceShortage(2),
queueFull(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Queue space status: enough space, queue near full or queue full."
::= { asyncOSMailObjects 5}
resourceConservationReason OBJECT-TYPE
SYNTAX INTEGER {
noResourceConservation(1),
memoryShortage(2),
queueSpaceShortage(3),
queueFull(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reason system is in Resource Conservation Mode."
::= { asyncOSMailObjects 6}
memoryAvailabilityStatus OBJECT-TYPE
SYNTAX INTEGER {
memoryAvailable(1),
memoryShortage(2),
memoryFull(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Mail Transfer process's memory availability status."
::= { asyncOSMailObjects 7}
powerSupplyTable OBJECT-TYPE
SYNTAX SEQUENCE OF PowerSupplyEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of power supply entries."
::= {asyncOSMailObjects 8}
powerSupplyEntry OBJECT-TYPE
SYNTAX PowerSupplyEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry containing status of a power supply."
INDEX { powerSupplyIndex }
::= { powerSupplyTable 1 }
PowerSupplyEntry ::= SEQUENCE {
powerSupplyIndex INTEGER,
powerSupplyStatus INTEGER,
powerSupplyRedundancy INTEGER,
powerSupplyName DisplayString
}
powerSupplyIndex OBJECT-TYPE
SYNTAX INTEGER(1..8)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Module index into powerSupplyTable."
::= { powerSupplyEntry 1 }
powerSupplyStatus OBJECT-TYPE
SYNTAX INTEGER {
powerSupplyNotInstalled(1),
powerSupplyHealthy(2),
powerSupplyNoAC(3),
powerSupplyFaulty(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The overall status of power supply."
::= { powerSupplyEntry 2 }
powerSupplyRedundancy OBJECT-TYPE
SYNTAX INTEGER {
powerSupplyRedundancyOK(1),
powerSupplyRedundancyLost(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The status of power supply redundancy."
::= { powerSupplyEntry 3 }
powerSupplyName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Name of power supply. E.g., PS 1."
::= { powerSupplyEntry 4 }
temperatureTable OBJECT-TYPE
SYNTAX SEQUENCE OF TemperatureEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A set of temperature entries."
::= {asyncOSMailObjects 9}
temperatureEntry OBJECT-TYPE
SYNTAX TemperatureEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry containing temperature in Celsius and name of sensor."
INDEX { temperatureIndex }
::= { temperatureTable 1 }
TemperatureEntry ::= SEQUENCE {
temperatureIndex INTEGER,
degreesCelsius INTEGER,
temperatureName DisplayString
}
temperatureIndex OBJECT-TYPE
SYNTAX INTEGER(1..8)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Index into temperatureTable."
::= { temperatureEntry 1 }
degreesCelsius OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Temperature in degrees Celsius."
::= { temperatureEntry 2 }
temperatureName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Descriptive name of measurement. E.g. Ambient Temperature."
::= { temperatureEntry 3 }
fanTable OBJECT-TYPE
SYNTAX SEQUENCE OF FanEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A set of fan entries."
::= {asyncOSMailObjects 10}
fanEntry OBJECT-TYPE
SYNTAX FanEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry containing speed of fan in RPMs."
INDEX { fanIndex }
::= { fanTable 1 }
FanEntry ::= SEQUENCE {
fanIndex INTEGER,
fanRPMs Gauge32,
fanName DisplayString
}
fanIndex OBJECT-TYPE
SYNTAX INTEGER(1..8)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Index into fanTable."
::= { fanEntry 1 }
fanRPMs OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Fan speed in RPMs."
::= { fanEntry 2 }
fanName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Name of Fan. E.g., FAN 1."
::= { fanEntry 3 }
workQueueMessages OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of messages in the work queue."
::= {asyncOSMailObjects 11}
keyExpirationTable OBJECT-TYPE
SYNTAX SEQUENCE OF KeyExpirationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A set of key expiration entries."
::= {asyncOSMailObjects 12}
keyExpirationEntry OBJECT-TYPE
SYNTAX KeyExpirationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry containing a key's expiration status."
INDEX { keyExpirationIndex }
::= { keyExpirationTable 1 }
KeyExpirationEntry ::= SEQUENCE {
keyExpirationIndex INTEGER,
keyDescription DisplayString,
keyIsPerpetual TruthValue,
keySecondsUntilExpire Gauge32
}
keyExpirationIndex OBJECT-TYPE
SYNTAX INTEGER(1..1024)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Index into key Expiration Table."
::= { keyExpirationEntry 1 }
keyDescription OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Description of key."
::= { keyExpirationEntry 2 }
keyIsPerpetual OBJECT-TYPE
SYNTAX TruthValue
-- Rsyntax INTEGER {
-- true(1),
-- false(2)
-- }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"True if key is perpetual"
::= { keyExpirationEntry 3 }
keySecondsUntilExpire OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Seconds until key expires."
::= { keyExpirationEntry 4 }
updateTable OBJECT-TYPE
SYNTAX SEQUENCE OF UpdateEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A set of update entries."
::= {asyncOSMailObjects 13}
updateEntry OBJECT-TYPE
SYNTAX UpdateEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry containing updates and update failures."
INDEX { updateIndex }
::= { updateTable 1 }
UpdateEntry ::= SEQUENCE {
updateIndex INTEGER,
updateServiceName DisplayString,
updates Counter32,
updateFailures Counter32
}
updateIndex OBJECT-TYPE
SYNTAX INTEGER(1..1024)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Index into updateTable."
::= { updateEntry 1 }
updateServiceName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Name of service for which update has been done."
::= { updateEntry 2 }
updates OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of updates."
::= { updateEntry 3 }
updateFailures OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of update failures."
::= { updateEntry 4 }
oldestMessageAge OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of seconds the oldest message has been in queue"
::= {asyncOSMailObjects 14}
outstandingDNSRequests OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of DNS requests that have been sent but for which no
reply has been received."
::= {asyncOSMailObjects 15}
pendingDNSRequests OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of DNS requests waiting to be sent."
::= {asyncOSMailObjects 16}
raidEvents OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of RAID events."
::= {asyncOSMailObjects 17}
raidTable OBJECT-TYPE
SYNTAX SEQUENCE OF RAIDEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A set of RAID entries"
::= {asyncOSMailObjects 18}
raidEntry OBJECT-TYPE
SYNTAX RAIDEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry containing status of a RAID drive."
INDEX { raidIndex }
::= { raidTable 1 }
RAIDEntry ::= SEQUENCE {
raidIndex INTEGER,
raidStatus INTEGER,
raidID DisplayString,
raidLastError DisplayString
}
raidIndex OBJECT-TYPE
SYNTAX INTEGER(1..8)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Index into raidTable."
::= { raidEntry 1 }
raidStatus OBJECT-TYPE
SYNTAX INTEGER {
driveHealthy(1),
driveFailure(2),
driveRebuild(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Status reported by RAID controller."
::= { raidEntry 2 }
raidID OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Name of RAID component. E.g.: RAID 1, DISK 2."
::= { raidEntry 3 }
raidLastError OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Last RAID Error Message."
::= { raidEntry 4 }
openFilesOrSockets OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of open files or sockets."
::= {asyncOSMailObjects 19}
mailTransferThreads OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of threads that perform some task related to
transferring mail."
::= {asyncOSMailObjects 20}
connectionURL OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The connecting backend URL (?)"
::= { asyncOSMailObjects 21 }
memoryUtilization OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Memory utilization (?)"
::= {asyncOSMailObjects 22}
cpuUtilization OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The CPU utilization (?)"
::= {asyncOSMailObjects 23}
--
-- Notifications
--
resourceConservationMode NOTIFICATION-TYPE
OBJECTS { resourceConservationReason }
STATUS current
DESCRIPTION
"Memory or queue utilization caused system to enter resource
conservation mode."
::= { asyncOSMailNotifications 1 }
powerSupplyStatusChange NOTIFICATION-TYPE
OBJECTS { powerSupplyStatus }
STATUS current
DESCRIPTION
"Sent when power supply status changes."
::= { asyncOSMailNotifications 2 }
highTemperature NOTIFICATION-TYPE
OBJECTS { temperatureName }
STATUS current
DESCRIPTION
"Temperature has exceeded a recoverable failure threshold."
::= { asyncOSMailNotifications 3 }
fanFailure NOTIFICATION-TYPE
OBJECTS { fanName }
STATUS current
DESCRIPTION
"Speed of fan fanName has gone to zero."
::= { asyncOSMailNotifications 4 }
keyExpiration NOTIFICATION-TYPE
OBJECTS { keyDescription }
STATUS current
DESCRIPTION
"Key will expire."
::= { asyncOSMailNotifications 5 }
updateFailure NOTIFICATION-TYPE
OBJECTS { updateServiceName }
STATUS current
DESCRIPTION
"Update failure (spam rules, virus patterns, outbreak updates, etc.)"
::= { asyncOSMailNotifications 6 }
raidStatusChange NOTIFICATION-TYPE
OBJECTS { raidID }
STATUS current
DESCRIPTION
"Drive with ID: RAIDID has changed status."
::= { asyncOSMailNotifications 7 }
connectivityFailure NOTIFICATION-TYPE
OBJECTS { connectionURL }
STATUS current
DESCRIPTION
"There was a failure connecting to connectionURL."
::= { asyncOSMailNotifications 8 }
memoryUtilizationExceeded NOTIFICATION-TYPE
OBJECTS { memoryUtilization }
STATUS current
DESCRIPTION
"The memory utilization exceeded the configured threshold."
::= { asyncOSMailNotifications 9 }
cpuUtilizationExceeded NOTIFICATION-TYPE
OBJECTS { cpuUtilization }
STATUS current
DESCRIPTION
"The cpu's utilization exceeded the configured threshold."
::= { asyncOSMailNotifications 10 }
END