EMAIL-MIB: View SNMP OID List / Download MIB
VENDOR: UNIX
Home | MIB: EMAIL-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
unix | 1.3.6.1.4.1.4 | |||
1.3.6.1.4.1.4.51 | ||||
eMailDeliveries | 1.3.6.1.4.1.4.51.1 | counter | read-only |
The number of deliveries or attempted deliveries. |
eMailErrors | 1.3.6.1.4.1.4.51.2 | counter | read-only |
The number delivery attempts with errors. |
eMailCacheSize | 1.3.6.1.4.1.4.51.3 | integer | read-only |
The number of valid entrys in the cache. The coresponding indicies will be 0..N, where N equals the cache size - 1. |
eMailCache | 1.3.6.1.4.1.4.51.4 | no-access |
A cache, of the 'eMailCacheSize' most recent e-mail deliveries. |
|
1.3.6.1.4.1.4.51.4.1 | no-access |
An entry in the eMail delivery cache. |
||
eMailIndex | 1.3.6.1.4.1.4.51.4.1.1 | integer | read-only |
A unique index for this message. |
eMailIdentifier | 1.3.6.1.4.1.4.51.4.1.2 | displaystring | read-only |
The message identifier of the form AA99999. |
eMailSender | 1.3.6.1.4.1.4.51.4.1.3 | displaystring | read-only |
The message sender as listed in the message header. |
eMailReceiver | 1.3.6.1.4.1.4.51.4.1.4 | displaystring | read-only |
The message receiver as listed in the message header. |
eMailChannel | 1.3.6.1.4.1.4.51.4.1.5 | displaystring | read-only |
The sending entity (not the person sending the message). |
eMailStatus | 1.3.6.1.4.1.4.51.4.1.6 | integer | read-only |
The status of this transaction. Enumeration: 'hostnameError': 8, 'success': 2, 'resourceLimitation': 4, 'unknown': 1, 'syntaxError': 5, 'tempError': 9, 'unreachable': 3, 'systemError': 7, 'internalError': 6. |
eMailSize | 1.3.6.1.4.1.4.51.4.1.7 | integer | read-only |
The size, in octects, of the message. |
eMailPriority | 1.3.6.1.4.1.4.51.4.1.8 | integer | read-only |
The priority of the message. |