com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'html' is unknown.

XpoLog Alert MIB

Mib Link

Download mib file

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;

---------------------------------------------------------------------------
--
-- XpoLog Module Identity
--
---------------------------------------------------------------------------

xpoLogMIB MODULE-IDENTITY
LAST-UPDATED "201508010000Z"
ORGANIZATION "XpoLog Ltd."
CONTACT-INFO "XpoLog Ltd. http://www.xpolog.com"
DESCRIPTION "SNMPV2 MIB Module for XpoLog Center System Alerts."
REVISION "201508010000Z"
DESCRIPTION "XpoLog Center System Alerts MIB"

::= { enterprises 45222 }
---------------------------------------------------------------------------
--
-- XpoLog Center Tree Structure
--
---------------------------------------------------------------------------

xpoLog OBJECT IDENTIFIER ::= { enterprises 45222 }
products OBJECT IDENTIFIER ::= { xpoLog 1 }
xpoLogCenter OBJECT IDENTIFIER ::= { products 1 }
xpoLogCenterSystemAlert OBJECT IDENTIFIER ::= { xpoLogCenter 1 }

---------------------------------------------------------------------------
--
-- XpoLog Center System Alert objects and structures
--
---------------------------------------------------------------------------

xpoLogCenterSystemAlertKey OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The System Alert key."
::= { xpoLogCenterSystemAlert 1 }

xpoLogCenterSystemAlertTime OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The System Alert time."
::= { xpoLogCenterSystemAlert 2 }

xpoLogCenterSystemAlertLevel OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The System Alert level."
::= { xpoLogCenterSystemAlert 3 }

xpoLogCenterSystemAlertSource OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The System Alert source."
::= { xpoLogCenterSystemAlert 4 }

xpoLogCenterSystemAlertType OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The System Alert type."
::= { xpoLogCenterSystemAlert 5 }

xpoLogCenterSystemAlertInstance OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The System Alert instance."
::= { xpoLogCenterSystemAlert 6 }

xpoLogCenterSystemAlertSubject OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The System Alert subject."
::= { xpoLogCenterSystemAlert 7 }

systemAlertNotification NOTIFICATION-TYPE
OBJECTS {
xpoLogCenterSystemAlertKey,
xpoLogCenterSystemAlertTime,
xpoLogCenterSystemAlertLevel,
xpoLogCenterSystemAlertSource,
xpoLogCenterSystemAlertType,
xpoLogCenterSystemAlertInstance,
xpoLogCenterSystemAlertSubject
}
STATUS current
DESCRIPTION "Notification when an XpoLog Center system alert is triggered."
::= { xpoLog 0 1 }

---------------------------------------------------------------------------
-- End of XPOLOG-CENTER-SYSTEM-ALERT-MIB DEFINITIONS
---------------------------------------------------------------------------

END

Â