DISMAN-EVENT-MIB Download
The MIB module for defining event triggers and actions
for network management purposes
OID list for DISMAN-EVENT-MIB
- mteResourceSampleMinimum
- The minimum mteTriggerFrequency this system will accept. A system may use the larger values of this minimum to lessen the impact of constant sampling. For larger sampling intervals the system samples less often and suffers less overhead. This object pr ...
- mteResourceSampleInstanceMaximum
- The maximum number of instance entries this system will support for sampling. These are the entries that maintain state, one for each instance of each sampled object as selected by mteTriggerValueID. Note that wildcarded objects result in multiple instan ...
- mteResourceSampleInstances
- The number of currently active instance entries as defined for mteResourceSampleInstanceMaximum.
- mteResourceSampleInstancesHigh
- The highest value of mteResourceSampleInstances that has occurred since initialization of the management system.
- mteResourceSampleInstanceLacks
- The number of times this system could not take a new sample because that allocation would have exceeded the limit set by mteResourceSampleInstanceMaximum.
- mteTriggerFailures
- The number of times an attempt to check for a trigger condition has failed. This counts individually for each attempt in a group of targets or each attempt for a wildcarded object.
- mteTriggerTable
- A table of management event trigger information.
- mteTriggerEntry
- Information about a single trigger. Applications create and delete entries using mteTriggerEntryStatus.
- mteOwner
- The owner of this entry. The exact semantics of this string are subject to the security policy defined by the security administrator.
- mteTriggerName
- A locally-unique, administratively assigned name for the trigger within the scope of mteOwner.
- mteTriggerComment
- A description of the trigger's function and use.
- mteTriggerTest
- The type of trigger test to perform. For 'boolean' and 'threshold' tests, the object at mteTriggerValueID MUST evaluate to an integer, that is, anything that ends up encoded for transmission (that is, in BER, not ASN.1) as an integer. For 'existence', t ...
- mteTriggerSampleType
- The type of sampling to perform. An 'absoluteValue' sample requires only a single sample to be meaningful, and is exactly the value of the object at mteTriggerValueID at the sample time. A 'deltaValue' requires two samples to be meaningful and is thus not ...
- mteTriggerValueID
- The object identifier of the MIB object to sample to see if the trigger should fire. This may be wildcarded by truncating all or part of the instance portion, in which case the value is obtained as if with a GetNext function, checking multiple values if t ...
- mteTriggerValueIDWildcard
- Control for whether mteTriggerValueID is to be treated as fully-specified or wildcarded, with 'true' indicating wildcard.
- mteTriggerTargetTag
- The tag for the target(s) from which to obtain the condition for a trigger check. A length of 0 indicates the local system. In this case, access to the objects indicated by mteTriggerValueID is under the security credentials of the requester that set mte ...
- mteTriggerContextName
- The management context from which to obtain mteTriggerValueID. This may be wildcarded by leaving characters off the end. For example use 'Repeater' to wildcard to 'Repeater1', 'Repeater2', 'Repeater-999.87b', and so on. To indicate such wildcarding is i ...
- mteTriggerContextNameWildcard
- Control for whether mteTriggerContextName is to be treated as fully-specified or wildcarded, with 'true' indicating wildcard.
- mteTriggerFrequency
- The number of seconds to wait between trigger samples. To encourage consistency in sampling, the interval is measured from the beginning of one check to the beginning of the next and the timer is restarted immediately when it expires, not when the check ...
- mteTriggerObjectsOwner
- To go with mteTriggerObjects, the mteOwner of a group of objects from mteObjectsTable.
- mteTriggerObjects
- The mteObjectsName of a group of objects from mteObjectsTable. These objects are to be added to any Notification resulting from the firing of this trigger. A list of objects may also be added based on the event or on the value of mteTriggerTest. A length ...
- mteTriggerEnabled
- A control to allow a trigger to be configured but not used. When the value is 'false' the trigger is not sampled.
- mteTriggerEntryStatus
- The control that allows creation and deletion of entries. Once made active an entry may not be modified except to delete it.
- mteTriggerDeltaTable
- A table of management event trigger information for delta sampling.
- mteTriggerDeltaEntry
- Information about a single trigger's delta sampling. Entries automatically exist in this this table for each mteTriggerEntry that has mteTriggerSampleType set to 'deltaValue'.
- mteTriggerDeltaDiscontinuityID
- The OBJECT IDENTIFIER (OID) of a TimeTicks, TimeStamp, or DateAndTime object that indicates a discontinuity in the value at mteTriggerValueID. The OID may be for a leaf object (e.g. sysUpTime.0) or may be wildcarded to match mteTriggerValueID. This object ...
- mteTriggerDeltaDiscontinuityIDWildcard
- Control for whether mteTriggerDeltaDiscontinuityID is to be treated as fully-specified or wildcarded, with 'true' indicating wildcard. Note that the value of this object will be the same as that of the corresponding instance of mteTriggerValueIDWildcard w ...
- mteTriggerDeltaDiscontinuityIDType
- The value 'timeTicks' indicates the mteTriggerDeltaDiscontinuityID of this row is of syntax TimeTicks. The value 'timeStamp' indicates syntax TimeStamp. The value 'dateAndTime' indicates syntax DateAndTime.
- mteTriggerExistenceTable
- A table of management event trigger information for existence triggers.
- mteTriggerExistenceEntry
- Information about a single existence trigger. Entries automatically exist in this this table for each mteTriggerEntry that has 'existence' set in mteTriggerTest.
- mteTriggerExistenceTest
- The type of existence test to perform. The trigger fires when the object at mteTriggerValueID is seen to go from present to absent, from absent to present, or to have it's value changed, depending on which tests are selected: present(0) - when this test ...
- mteTriggerExistenceStartup
- Control for whether an event may be triggered when this entry is first set to 'active' and the test specified by mteTriggerExistenceTest is true. Setting an option causes that trigger to fire when its test is true.
- mteTriggerExistenceObjectsOwner
- To go with mteTriggerExistenceObjects, the mteOwner of a group of objects from mteObjectsTable.
- mteTriggerExistenceObjects
- The mteObjectsName of a group of objects from mteObjectsTable. These objects are to be added to any Notification resulting from the firing of this trigger for this test. A list of objects may also be added based on the overall trigger, the event or other ...
- mteTriggerExistenceEventOwner
- To go with mteTriggerExistenceEvent, the mteOwner of an event entry from the mteEventTable.
- mteTriggerExistenceEvent
- The mteEventName of the event to invoke when mteTriggerType is 'existence' and this trigger fires. A length of 0 indicates no event.
- mteTriggerBooleanTable
- A table of management event trigger information for boolean triggers.
- mteTriggerBooleanEntry
- Information about a single boolean trigger. Entries automatically exist in this this table for each mteTriggerEntry that has 'boolean' set in mteTriggerTest.
- mteTriggerBooleanComparison
- The type of boolean comparison to perform. The value at mteTriggerValueID is compared to mteTriggerBooleanValue, so for example if mteTriggerBooleanComparison is 'less' the result would be true if the value at mteTriggerValueID is less than the value of m ...
- mteTriggerBooleanValue
- The value to use for the test specified by mteTriggerBooleanTest.
- mteTriggerBooleanStartup
- Control for whether an event may be triggered when this entry is first set to 'active' or a new instance of the object at mteTriggerValueID is found and the test specified by mteTriggerBooleanComparison is true. In that case an event is triggered if mteT ...
- mteTriggerBooleanObjectsOwner
- To go with mteTriggerBooleanObjects, the mteOwner of a group of objects from mteObjectsTable.
- mteTriggerBooleanObjects
- The mteObjectsName of a group of objects from mteObjectsTable. These objects are to be added to any Notification resulting from the firing of this trigger for this test. A list of objects may also be added based on the overall trigger, the event or other ...
- mteTriggerBooleanEventOwner
- To go with mteTriggerBooleanEvent, the mteOwner of an event entry from mteEventTable.
- mteTriggerBooleanEvent
- The mteEventName of the event to invoke when mteTriggerType is 'boolean' and this trigger fires. A length of 0 indicates no event.
- mteTriggerThresholdTable
- A table of management event trigger information for threshold triggers.
- mteTriggerThresholdEntry
- Information about a single threshold trigger. Entries automatically exist in this table for each mteTriggerEntry that has 'threshold' set in mteTriggerTest.
- mteTriggerThresholdStartup
- The event that may be triggered when this entry is first set to 'active' and a new instance of the object at mteTriggerValueID is found. If the first sample after this instance becomes active is greater than or equal to mteTriggerThresholdRising and mteT ...
- mteTriggerThresholdRising
- A threshold value to check against if mteTriggerType is 'threshold'. When the current sampled value is greater than or equal to this threshold, and the value at the last sampling interval was less than this threshold, one mteTriggerThresholdRisingEvent is ...
- mteTriggerThresholdFalling
- A threshold value to check against if mteTriggerType is 'threshold'. When the current sampled value is less than or equal to this threshold, and the value at the last sampling interval was greater than this threshold, one mteTriggerThresholdFallingEvent i ...
- mteTriggerThresholdDeltaRising
- A threshold value to check against if mteTriggerType is 'threshold'. When the delta value (difference) between the current sampled value (value(n)) and the previous sampled value (value(n-1)) is greater than or equal to this threshold, and the delta value ...
- mteTriggerThresholdDeltaFalling
- A threshold value to check against if mteTriggerType is 'threshold'. When the delta value (difference) between the current sampled value (value(n)) and the previous sampled value (value(n-1)) is less than or equal to this threshold, and the delta value ca ...
- mteTriggerThresholdObjectsOwner
- To go with mteTriggerThresholdObjects, the mteOwner of a group of objects from mteObjectsTable.
- mteTriggerThresholdObjects
- The mteObjectsName of a group of objects from mteObjectsTable. These objects are to be added to any Notification resulting from the firing of this trigger for this test. A list of objects may also be added based on the overall trigger, the event or other ...
- mteTriggerThresholdRisingEventOwner
- To go with mteTriggerThresholdRisingEvent, the mteOwner of an event entry from mteEventTable.
- mteTriggerThresholdRisingEvent
- The mteEventName of the event to invoke when mteTriggerType is 'threshold' and this trigger fires based on mteTriggerThresholdRising. A length of 0 indicates no event.
- mteTriggerThresholdFallingEventOwner
- To go with mteTriggerThresholdFallingEvent, the mteOwner of an event entry from mteEventTable.
- mteTriggerThresholdFallingEvent
- The mteEventName of the event to invoke when mteTriggerType is 'threshold' and this trigger fires based on mteTriggerThresholdFalling. A length of 0 indicates no event.
- mteTriggerThresholdDeltaRisingEventOwner
- To go with mteTriggerThresholdDeltaRisingEvent, the mteOwner of an event entry from mteEventTable.
- mteTriggerThresholdDeltaRisingEvent
- The mteEventName of the event to invoke when mteTriggerType is 'threshold' and this trigger fires based on mteTriggerThresholdDeltaRising. A length of 0 indicates no event.
- mteTriggerThresholdDeltaFallingEventOwner
- To go with mteTriggerThresholdDeltaFallingEvent, the mteOwner of an event entry from mteEventTable.
- mteTriggerThresholdDeltaFallingEvent
- The mteEventName of the event to invoke when mteTriggerType is 'threshold' and this trigger fires based on mteTriggerThresholdDeltaFalling. A length of 0 indicates no event.
- mteObjectsTable
- A table of objects that can be added to notifications based on the trigger, trigger test, or event, as pointed to by entries in those tables.
- mteObjectsEntry
- A group of objects. Applications create and delete entries using mteObjectsEntryStatus. When adding objects to a notification they are added in the lexical order of their index in this table. Those associated with a trigger come first, then trigger test ...
- mteObjectsName
- A locally-unique, administratively assigned name for a group of objects.
- mteObjectsIndex
- An arbitrary integer for the purpose of identifying individual objects within a mteObjectsName group. Objects within a group are placed in the notification in the numerical order of this index. Groups are placed in the notification in the order of the sel ...
- mteObjectsID
- The object identifier of a MIB object to add to a Notification that results from the firing of a trigger. This may be wildcarded by truncating all or part of the instance portion, in which case the instance portion of the OID for obtaining this object wil ...
- mteObjectsIDWildcard
- Control for whether mteObjectsID is to be treated as fully-specified or wildcarded, with 'true' indicating wildcard.
- mteObjectsEntryStatus
- The control that allows creation and deletion of entries. Once made active an entry MAY not be modified except to delete it.
- mteEventFailures
- The number of times an attempt to invoke an event has failed. This counts individually for each attempt in a group of targets or each attempt for a wildcarded trigger object.
- mteEventTable
- A table of management event action information.
- mteEventEntry
- Information about a single event. Applications create and delete entries using mteEventEntryStatus.
- mteEventName
- A locally-unique, administratively assigned name for the event.
- mteEventComment
- A description of the event's function and use.
- mteEventActions
- The actions to perform when this event occurs. For 'notification', Traps and/or Informs are sent according to the configuration in the SNMP Notification MIB. For 'set', an SNMP Set operation is performed according to control values in this entry.
- mteEventEnabled
- A control to allow an event to be configured but not used. When the value is 'false' the event does not execute even if triggered.
- mteEventEntryStatus
- The control that allows creation and deletion of entries. Once made active an entry MAY not be modified except to delete it.
- mteEventNotificationTable
- A table of information about notifications to be sent as a consequence of management events.
- mteEventNotificationEntry
- Information about a single event's notification. Entries automatically exist in this this table for each mteEventEntry that has 'notification' set in mteEventActions.
- mteEventNotification
- The object identifier from the NOTIFICATION-TYPE for the notification to use if metEventActions has 'notification' set.
- mteEventNotificationObjectsOwner
- To go with mteEventNotificationObjects, the mteOwner of a group of objects from mteObjectsTable.
- mteEventNotificationObjects
- The mteObjectsName of a group of objects from mteObjectsTable if mteEventActions has 'notification' set. These objects are to be added to any Notification generated by this event. Objects may also be added based on the trigger that stimulated the event. A ...
- mteEventSetTable
- A table of management event action information.
- mteEventSetEntry
- Information about a single event's set option. Entries automatically exist in this this table for each mteEventEntry that has 'set' set in mteEventActions.
- mteEventSetObject
- The object identifier from the MIB object to set if mteEventActions has 'set' set. This object identifier may be wildcarded by leaving sub-identifiers off the end, in which case nteEventSetObjectWildCard must be 'true'. If mteEventSetObject is wildcarded ...
- mteEventSetObjectWildcard
- Control over whether mteEventSetObject is to be treated as fully-specified or wildcarded, with 'true' indicating wildcard if mteEventActions has 'set' set.
- mteEventSetValue
- The value to which to set the object at mteEventSetObject if mteEventActions has 'set' set.
- mteEventSetTargetTag
- The tag for the target(s) at which to set the object at mteEventSetObject to mteEventSetValue if mteEventActions has 'set' set. Systems limited to self management MAY reject a non-zero length for the value of this object. A length of 0 indicates the local ...
- mteEventSetContextName
- The management context in which to set mteEventObjectID. if mteEventActions has 'set' set. This may be wildcarded by leaving characters off the end. To indicate such wildcarding mteEventSetContextNameWildcard must be 'true'. If this context name is wildc ...
- mteEventSetContextNameWildcard
- Control for whether mteEventSetContextName is to be treated as fully-specified or wildcarded, with 'true' indicating wildcard if mteEventActions has 'set' set.
- mteHotTrigger
- The name of the trigger causing the notification.
- mteHotTargetName
- The SNMP Target MIB's snmpTargetAddrName related to the notification.
- mteHotContextName
- The context name related to the notification. This MUST be as fully-qualified as possible, including filling in wildcard information determined in processing.
- mteHotOID
- The object identifier of the destination object related to the notification. This MUST be as fully-qualified as possible, including filling in wildcard information determined in processing. For a trigger-related notification this is from mteTriggerValueI ...
- mteHotValue
- The value of the object at mteTriggerValueID when a trigger fired.
- mteFailedReason
- The reason for the failure of an attempt to check for a trigger condition or set an object in response to an event.
- dismanEventResourceGroup
- Event resource status and control objects.
- dismanEventTriggerGroup
- Event triggers.
- dismanEventObjectsGroup
- Supplemental objects.
- dismanEventEventGroup
- Events.
- dismanEventNotificationObjectGroup
- Notification objects.