...
DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-GROUP
FROM SNMPv2-CONF
enterprises, MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE
FROM SNMPv2-SMI
TRAP OBJECT-TYPEGROUP
FROM RFCSNMPv2-1215CONF
;
alert
xpoLog MODULE-IDENTITY
LAST-UPDATED "201502010000Z201507160000Z"
ORGANIZATION "XpoLog Ltd."
CONTACT-INFO
"XpoLog Ltd.
http://www.xpolog.com"
DESCRIPTION
"SNMPV2 MIB Module for XpoLog Center system alerts."
REVISION "201507160000Z"
DESCRIPTION
"XpoLog Center System Alerts MIB SNMPV2"
REVISION "201502010000Z"
DESCRIPTION
"XpoLog Center System Alerts MIB"
::= { xpoLogCenter 2 enterprises 45222 }
xpoLog xpoLogCenter OBJECT IDENTIFIER
::= { enterprises 45222 xpoLog 1 }
xpoLogCenter
xpoLogCenterSystemAlert OBJECT IDENTIFIER
::= { xpoLog 1 xpoLogCenter 2 }
generalAlertTrap NOTIFICATIONxpoLogCenterSystemAlertTable OBJECT-TYPE
SYNTAX SEQUENCE OF xpoLogCenterSystemAlertEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"SNMPv2 Trap generated by XpoLog Center system alertsA list of xpoLogCenterSystemAlert entries."
::= { xpoLogCenter xpoLogCenterSystemAlert 1 }generalAlertTrapv1 TRAP
xpoLogCenterSystemAlertEntry OBJECT-TYPE
ENTERPRISE xpoLog
DESCRIPTION
"SNMPv1 Trap generated by XpoLog Center system alerts
SYNTAX xpoLogCenterSystemAlertEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of parameters that set up a periodic
sampling query to check for alarm conditions. The
contextIdentity included in the INDEX clause is
the context to which the sampling queries are
directed."
::= { xpoLogCenterSystemAlertTable 1
alertKey }
xpoLogCenterSystemAlertEntry ::= SEQUENCE {
xpoLogCenterSystemAlertKey OCTET STRING (SIZE(0..4195)),
xpoLogCenterSystemAlertTime OCTET STRING (SIZE(0..4195)),
xpoLogCenterSystemAlertLevel OCTET STRING (SIZE(0..4195)),
xpoLogCenterSystemAlertSource OCTET STRING (SIZE(0..4195)),
xpoLogCenterSystemAlertType OCTET STRING (SIZE(0..4195)),
xpoLogCenterSystemAlertInstance OCTET STRING (SIZE(0..4195)),
xpoLogCenterSystemAlertSubject OCTET STRING (SIZE(0..4195))
}
xpoLogCenterSystemAlertKey OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..4195))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Key"
::= { alert xpoLogCenterSystemAlertEntry 1 }
alertTime
xpoLogCenterSystemAlertTime OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..4195))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Time"
::= { alert xpoLogCenterSystemAlertEntry 2 }
alertLevel xpoLogCenterSystemAlertLevel OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..4195))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Level"
::= { alert xpoLogCenterSystemAlertEntry 3 }
alertSource xpoLogCenterSystemAlertSource OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..4195))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Source"
::= { alert xpoLogCenterSystemAlertEntry 4 }
alertType xpoLogCenterSystemAlertType OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..4195))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Type"
::= { alert xpoLogCenterSystemAlertEntry 5 }
alertInstance xpoLogCenterSystemAlertInstance OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..4195))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Instance"
::= { alert xpoLogCenterSystemAlertEntry 6 }
alertSubject xpoLogCenterSystemAlertSubject OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..4195))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Subject"
::= { alert 7 xpoLogCenterSystemAlertEntry 7 }
xpoLogCenterNotifications
OBJECT IDENTIFIER ::= { xpoLogCenterSystemAlert 2 }
xpoLogCenterSystemStatusAlert NOTIFICATION-TYPE
OBJECTS { xpoLogCenterSystemAlertKey, xpoLogCenterSystemAlertTime,
xpoLogCenterSystemAlertLevel, xpoLogCenterSystemAlertSource,
xpoLogCenterSystemAlertType, xpoLogCenterSystemAlertInstance,
xpoLogCenterSystemAlertSubject }
STATUS current
DESCRIPTION
"An event that is generated when an alarm entry
crosses its rising threshold. The instances of
those objects contained within the varbind list
are those of the alarm entry which generated this
event."
::= { xpoLogCenterNotifications 1 }
xpoLogConformance
OBJECT IDENTIFIER ::= { xpoLog 2 }
xpoLogGroups OBJECT IDENTIFIER ::= { xpoLogConformance 1 }
xpoLogCenterSystemAlertGroup OBJECT-GROUP
OBJECTS { xpoLogCenterSystemAlertKey, xpoLogCenterSystemAlertTime,
xpoLogCenterSystemAlertLevel, xpoLogCenterSystemAlertSource,
xpoLogCenterSystemAlertType, xpoLogCenterSystemAlertInstance,
xpoLogCenterSystemAlertSubject }
STATUS current
DESCRIPTION
"A collection of objects allowing the description
and configuration of threshold alarms from a
SNMPv2 entity acting in a dual role."
::= { xpoLogGroups 1 }
END