Mib Link
Mib source
-- XpoLog Center System Event MIB
-- SNMP V2 Version
XPOLOG-CENTER-SYSTEM-ALERT-MIB
DEFINITIONS ::= BEGIN
IMPORTS
enterprises , FROM SNMPv2-SMI
MODULE-IDENTITY , FROM SNMPv2-SMI
DisplayString FROM SNMPv2-TC
OBJECT-TYPE , FROM SNMPv2-SMI
NOTIFICATION-TYPE
FROM SNMPv2-SMI
OBJECT-GROUP
FROM SNMPv2-CONF
;
xpoLog ;
---------------------------------------------------------------------------
--
-- XpoLog Module Identity
--
---------------------------------------------------------------------------
xpoLogMIB MODULE-IDENTITY
LAST-UPDATED "201507160000Z201508010000Z"
ORGANIZATION "XpoLog Ltd."
CONTACT-INFO
"XpoLog Ltd.
http://www.xpolog.com"
DESCRIPTION
"SNMPV2 MIB Module for XpoLog Center system alertsSystem Alerts."
REVISION "201507160000Z201508010000Z"
DESCRIPTION
"XpoLog Center System Alerts MIB SNMPV2"
REVISION "201502010000Z"
DESCRIPTION
"XpoLog Center System Alerts MIB"
"
::= { enterprises 45222 }
---------------------------------------------------------------------------
--
-- XpoLog Center Tree Structure
--
---------------------------------------------------------------------------
xpoLog OBJECT IDENTIFIER ::= { enterprises 45222 }
xpoLogCenter products OBJECT IDENTIFIER
::= { xpoLog 1 }
xpoLogCenterSystemAlert xpoLogCenter OBJECT IDENTIFIER
::= { xpoLogCenter 2 products 1 }
xpoLogCenterSystemAlertTable OBJECT-TYPE
SYNTAX SEQUENCE OF xpoLogCenterSystemAlertEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of xpoLogCenterSystemAlert entries."
xpoLogCenterSystemAlert OBJECT IDENTIFIER ::= { xpoLogCenterSystemAlert xpoLogCenter 1 }
xpoLogCenterSystemAlertEntry OBJECT-TYPE
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 }
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))---------------------------------------------------------------------------
--
-- XpoLog Center System Alert objects and structures
--
---------------------------------------------------------------------------
xpoLogCenterSystemAlertKey OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "KeyThe System Alert key."
::= { xpoLogCenterSystemAlertEntry xpoLogCenterSystemAlert 1 }
xpoLogCenterSystemAlertTime OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..4195))DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TimeThe System Alert time."
::= { xpoLogCenterSystemAlertEntry xpoLogCenterSystemAlert 2 }
xpoLogCenterSystemAlertLevel OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..4195))DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "LevelThe System Alert level."
::= { xpoLogCenterSystemAlertEntry xpoLogCenterSystemAlert 3 }
xpoLogCenterSystemAlertSource OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..4195))DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SourceThe System Alert source."
::= { xpoLogCenterSystemAlertEntry xpoLogCenterSystemAlert 4 }
xpoLogCenterSystemAlertType OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..4195))DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "TypeThe System Alert type."
::= { xpoLogCenterSystemAlertEntry xpoLogCenterSystemAlert 5 }
xpoLogCenterSystemAlertInstance OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..4195))DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "InstanceThe System Alert instance."
::= { xpoLogCenterSystemAlertEntry xpoLogCenterSystemAlert 6 }
xpoLogCenterSystemAlertSubject OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..4195))DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SubjectThe System Alert subject."
::= { xpoLogCenterSystemAlertEntry xpoLogCenterSystemAlert 7 }
xpoLogCenterNotifications
OBJECT IDENTIFIER ::= { xpoLogCenterSystemAlert 2 }
xpoLogCenterSystemStatusAlert systemAlertNotification 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
eventNotification when an XpoLog Center system alert is triggered."
::= { 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
Mib Link
Download mib filexpoLog 0 1 }
---------------------------------------------------------------------------
-- End of XPOLOG-CENTER-SYSTEM-ALERT-MIB DEFINITIONS
---------------------------------------------------------------------------
END