-- ===================================================================== -- == DIGI-CWM-NOTIFICATIONS-MIB: == -- == DIGI Connectware Manager Notifications == -- == Management Information Base == -- == == -- == Digi International Part Number: 40002014_A == -- == == -- == (c) Copyright 2006 Digi International, Inc. == -- ===================================================================== DIGI-CWM-NOTIFICATIONS-MIB DEFINITIONS ::= BEGIN IMPORTS NOTIFICATION-TYPE FROM SNMPv2-SMI digiCwmNotifications FROM DIGI-SMI didDeviceID, didContact, didLocation, didDescription FROM DIGI-DEVICE-IDENT; -- digiCwmNotifications MODULE-IDENTITY -- LAST-UPDATED "0601210100Z" -- ORGANIZATION "Digi International Inc." -- CONTACT-INFO -- "Postal: Digi International Inc. -- 11001 Bren Road East -- Minnetonka, MN 55343 " -- DESCRIPTION -- "Digi Connectware Manager Notifications MIB" -- ::= { digiConnect 100 } -- ======================================================================= -- ======================================================================= -- === + Notifications + ================================================= -- ======================================================================= -- ======================================================================= mgmtLinkDown NOTIFICATION-TYPE OBJECTS { didDeviceID, didContact, didLocation, didDescription } STATUS current DESCRIPTION "A mgmtLinkDown notification signifies that the Connectware Manager, acting in a proxy agent role, has detected that the devices management communication link has been disconnected." ::= { digiCwmNotifications 1 } lowRSSI NOTIFICATION-TYPE OBJECTS { didDeviceID, didContact, didLocation, didDescription } STATUS current DESCRIPTION "A lowRSSI notification signifies that the Connectware Manager, acting in a proxy agent role, has been requested to report that the cellular device average Received Signal Strength Indication has drop below the specified value for the specified time." ::= { digiCwmNotifications 2 } serialDataPatternMatch NOTIFICATION-TYPE OBJECTS { didDeviceID, didContact, didLocation, didDescription } STATUS current DESCRIPTION "A serialDataPatternMatch notification signifies that the Connectware Manager, acting in a proxy agent role, has been requested to report that the device has detected the specified data pattern in the serial data stream." ::= { digiCwmNotifications 3 } excessiveCellularData NOTIFICATION-TYPE OBJECTS { didDeviceID, didContact, didLocation, didDescription } STATUS current DESCRIPTION "A excessiveCellularData notification signifies that the Connectware Manager, acting in a proxy agent role, has been requested to report that the device has detected that the specified amount of cellular data has been exceeded in the specified time interval." ::= { digiCwmNotifications 4 } END