File: DISMAN-EVENT-MIB.py

package info (click to toggle)
python-pysnmp4-mibs 0.1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,708 kB
  • sloc: python: 48,682; makefile: 20; sh: 6
file content (260 lines) | stat: -rw-r--r-- 72,117 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
#
# PySNMP MIB module DISMAN-EVENT-MIB (http://pysnmp.sf.net)
# ASN.1 source http://mibs.snmplabs.com:80/asn1/DISMAN-EVENT-MIB
# Produced by pysmi-0.0.7 at Sun Feb 14 00:07:55 2016
# On host bldfarm platform Linux version 4.1.13-100.fc21.x86_64 by user goose
# Using Python version 3.5.0 (default, Jan  5 2016, 17:11:52) 
#
( Integer, ObjectIdentifier, OctetString, ) = mibBuilder.importSymbols("ASN1", "Integer", "ObjectIdentifier", "OctetString")
( NamedValues, ) = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues")
( ConstraintsIntersection, ValueSizeConstraint, SingleValueConstraint, ValueRangeConstraint, ConstraintsUnion, ) = mibBuilder.importSymbols("ASN1-REFINEMENT", "ConstraintsIntersection", "ValueSizeConstraint", "SingleValueConstraint", "ValueRangeConstraint", "ConstraintsUnion")
( SnmpAdminString, ) = mibBuilder.importSymbols("SNMP-FRAMEWORK-MIB", "SnmpAdminString")
( SnmpTagValue, ) = mibBuilder.importSymbols("SNMP-TARGET-MIB", "SnmpTagValue")
( ObjectGroup, ModuleCompliance, NotificationGroup, ) = mibBuilder.importSymbols("SNMPv2-CONF", "ObjectGroup", "ModuleCompliance", "NotificationGroup")
( sysUpTime, ) = mibBuilder.importSymbols("SNMPv2-MIB", "sysUpTime")
( Counter32, Counter64, Integer32, Unsigned32, Gauge32, TimeTicks, MibIdentifier, iso, IpAddress, mib_2, zeroDotZero, ModuleIdentity, ObjectIdentity, NotificationType, MibScalar, MibTable, MibTableRow, MibTableColumn, Bits, ) = mibBuilder.importSymbols("SNMPv2-SMI", "Counter32", "Counter64", "Integer32", "Unsigned32", "Gauge32", "TimeTicks", "MibIdentifier", "iso", "IpAddress", "mib-2", "zeroDotZero", "ModuleIdentity", "ObjectIdentity", "NotificationType", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "Bits")
( RowStatus, TruthValue, StorageType, DisplayString, TextualConvention, ) = mibBuilder.importSymbols("SNMPv2-TC", "RowStatus", "TruthValue", "StorageType", "DisplayString", "TextualConvention")
dismanEventMIB = ModuleIdentity((1, 3, 6, 1, 2, 1, 88)).setRevisions(("2001-11-14 00:00", "2000-10-16 00:00",))
if mibBuilder.loadTexts: dismanEventMIB.setLastUpdated('200111140000Z')
if mibBuilder.loadTexts: dismanEventMIB.setOrganization('IETF Distributed Management Working Group')
if mibBuilder.loadTexts: dismanEventMIB.setContactInfo('Ramanathan Kavasseri\n                  Cisco Systems, Inc.\n                  170 West Tasman Drive,\n                  San Jose CA 95134-1706.\n                  Phone: +1 408 526 4527\n                  Email: ramk@cisco.com')
if mibBuilder.loadTexts: dismanEventMIB.setDescription('The MIB module for defining event triggers and actions\n     for network management purposes.')
dismanEventMIBObjects = MibIdentifier((1, 3, 6, 1, 2, 1, 88, 1))
mteResource = MibIdentifier((1, 3, 6, 1, 2, 1, 88, 1, 1))
mteTrigger = MibIdentifier((1, 3, 6, 1, 2, 1, 88, 1, 2))
mteObjects = MibIdentifier((1, 3, 6, 1, 2, 1, 88, 1, 3))
mteEvent = MibIdentifier((1, 3, 6, 1, 2, 1, 88, 1, 4))
class FailureReason(Integer32, TextualConvention):
    subtypeSpec = Integer32.subtypeSpec+ConstraintsUnion(SingleValueConstraint(-1, -2, -3, -4, -5, -6, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,))
    namedValues = NamedValues(("localResourceLack", -1), ("badDestination", -2), ("destinationUnreachable", -3), ("noResponse", -4), ("badType", -5), ("sampleOverrun", -6), ("noError", 0), ("tooBig", 1), ("noSuchName", 2), ("badValue", 3), ("readOnly", 4), ("genErr", 5), ("noAccess", 6), ("wrongType", 7), ("wrongLength", 8), ("wrongEncoding", 9), ("wrongValue", 10), ("noCreation", 11), ("inconsistentValue", 12), ("resourceUnavailable", 13), ("commitFailed", 14), ("undoFailed", 15), ("authorizationError", 16), ("notWritable", 17), ("inconsistentName", 18),)

mteResourceSampleMinimum = MibScalar((1, 3, 6, 1, 2, 1, 88, 1, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1,2147483647))).setUnits('seconds').setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteResourceSampleMinimum.setDescription("The minimum mteTriggerFrequency this system will\n        accept.  A system may use the larger values of this minimum to\n        lessen the impact of constant sampling.  For larger\n        sampling intervals the system samples less often and\n        suffers less overhead.  This object provides a way to enforce\n        such lower overhead for all triggers created after it is\n        set.\n\n        Unless explicitly resource limited, a system's value for\n        this object SHOULD be 1, allowing as small as a 1 second\n        interval for ongoing trigger sampling.\n\n        Changing this value will not invalidate an existing setting\n        of mteTriggerFrequency.")
mteResourceSampleInstanceMaximum = MibScalar((1, 3, 6, 1, 2, 1, 88, 1, 1, 2), Unsigned32()).setUnits('instances').setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteResourceSampleInstanceMaximum.setDescription("The maximum number of instance entries this system will\n        support for sampling.\n\n        These are the entries that maintain state, one for each\n        instance of each sampled object as selected by\n        mteTriggerValueID.  Note that wildcarded objects result\n        in multiple instances of this state.\n\n        A value of 0 indicates no preset limit, that is, the limit\n        is dynamic based on system operation and resources.\n\n        Unless explicitly resource limited, a system's value for\n        this object SHOULD be 0.\n\n        Changing this value will not eliminate or inhibit existing\n        sample state but could prevent allocation of additional state\n        information.")
mteResourceSampleInstances = MibScalar((1, 3, 6, 1, 2, 1, 88, 1, 1, 3), Gauge32()).setUnits('instances').setMaxAccess("readonly")
if mibBuilder.loadTexts: mteResourceSampleInstances.setDescription('The number of currently active instance entries as\n        defined for mteResourceSampleInstanceMaximum.')
mteResourceSampleInstancesHigh = MibScalar((1, 3, 6, 1, 2, 1, 88, 1, 1, 4), Gauge32()).setUnits('instances').setMaxAccess("readonly")
if mibBuilder.loadTexts: mteResourceSampleInstancesHigh.setDescription('The highest value of mteResourceSampleInstances that has\n        occurred since initialization of the management system.')
mteResourceSampleInstanceLacks = MibScalar((1, 3, 6, 1, 2, 1, 88, 1, 1, 5), Counter32()).setUnits('instances').setMaxAccess("readonly")
if mibBuilder.loadTexts: mteResourceSampleInstanceLacks.setDescription('The number of times this system could not take a new sample\n        because that allocation would have exceeded the limit set by\n        mteResourceSampleInstanceMaximum.')
mteTriggerFailures = MibScalar((1, 3, 6, 1, 2, 1, 88, 1, 2, 1), Counter32()).setUnits('failures').setMaxAccess("readonly")
if mibBuilder.loadTexts: mteTriggerFailures.setDescription('The number of times an attempt to check for a trigger\n        condition has failed.  This counts individually for each\n        attempt in a group of targets or each attempt for a\n        wildcarded object.')
mteTriggerTable = MibTable((1, 3, 6, 1, 2, 1, 88, 1, 2, 2), )
if mibBuilder.loadTexts: mteTriggerTable.setDescription('A table of management event trigger information.')
mteTriggerEntry = MibTableRow((1, 3, 6, 1, 2, 1, 88, 1, 2, 2, 1), ).setIndexNames((0, "DISMAN-EVENT-MIB", "mteOwner"), (1, "DISMAN-EVENT-MIB", "mteTriggerName"))
if mibBuilder.loadTexts: mteTriggerEntry.setDescription('Information about a single trigger.  Applications create and\n        delete entries using mteTriggerEntryStatus.')
mteOwner = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 2, 1, 1), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)))
if mibBuilder.loadTexts: mteOwner.setDescription('The owner of this entry. The exact semantics of this\n        string are subject to the security policy defined by the\n        security administrator.')
mteTriggerName = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 2, 1, 2), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(1,32)))
if mibBuilder.loadTexts: mteTriggerName.setDescription('A locally-unique, administratively assigned name for the\n        trigger within the scope of mteOwner.')
mteTriggerComment = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 2, 1, 3), SnmpAdminString().clone(hexValue="")).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteTriggerComment.setDescription("A description of the trigger's function and use.")
mteTriggerTest = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 2, 1, 4), Bits().clone(namedValues=NamedValues(("existence", 0), ("boolean", 1), ("threshold", 2),)).clone(namedValues=NamedValues(("boolean", 1),))).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteTriggerTest.setDescription("The type of trigger test to perform.  For 'boolean' and\n        'threshold'  tests, the object at mteTriggerValueID MUST\n        evaluate to an integer, that is, anything that ends up encoded\n        for transmission (that is, in BER, not ASN.1) as an integer.\n\n        For 'existence', the specific test is as selected by\n        mteTriggerExistenceTest.  When an object appears, vanishes\n        or changes value, the trigger fires. If the object's\n        appearance caused the trigger firing, the object MUST\n        vanish before the trigger can be fired again for it, and\n        vice versa. If the trigger fired due to a change in the\n        object's value, it will be fired again on every successive\n        value change for that object.\n\n        For 'boolean', the specific test is as selected by\n        mteTriggerBooleanTest.  If the test result is true the trigger\n        fires.  The trigger will not fire again until the value has\n        become false and come back to true.\n\n        For 'threshold' the test works as described below for\n        mteTriggerThresholdStartup, mteTriggerThresholdRising, and\n        mteTriggerThresholdFalling.\n\n        Note that combining 'boolean' and 'threshold' tests on the\n        same object may be somewhat redundant.")
mteTriggerSampleType = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 2, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2,))).clone(namedValues=NamedValues(("absoluteValue", 1), ("deltaValue", 2),)).clone('absoluteValue')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteTriggerSampleType.setDescription("The type of sampling to perform.\n\n        An 'absoluteValue' sample requires only a single sample to be\n        meaningful, and is exactly the value of the object at\n        mteTriggerValueID at the sample time.\n\n        A 'deltaValue' requires two samples to be meaningful and is\n        thus not available for testing until the second and subsequent\n        samples after the object at mteTriggerValueID is first found\n        to exist.  It is the difference between the two samples.  For\n        unsigned values it is always positive, based on unsigned\n        arithmetic.  For signed values it can be positive or negative.\n\n        For SNMP counters to be meaningful they should be sampled as a\n        'deltaValue'.\n\n        For 'deltaValue' mteTriggerDeltaTable contains further\n        parameters.\n\n        If only 'existence' is set in mteTriggerTest this object has\n        no meaning.")
mteTriggerValueID = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 2, 1, 6), ObjectIdentifier().clone((0, 0))).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteTriggerValueID.setDescription("The object identifier of the MIB object to sample to see\n        if the trigger should fire.\n\n        This may be wildcarded by truncating all or part of the\n        instance portion, in which case the value is obtained\n        as if with a GetNext function, checking multiple values\n        if they exist.  If such wildcarding is applied,\n        mteTriggerValueIDWildcard must be 'true' and if not it must\n        be 'false'.\n\n        Bad object identifiers or a mismatch between truncating the\n        identifier and the value of mteTriggerValueIDWildcard result\n        in operation as one would expect when providing the wrong\n        identifier to a Get or GetNext operation.  The Get will fail\n        or get the wrong object.  The GetNext will indeed get whatever\n        is next, proceeding until it runs past the initial part of the\n        identifier and perhaps many unintended objects for confusing\n        results.  If the value syntax of those objects is not usable,\n        that results in a 'badType' error that terminates the scan.\n\n        Each instance that fills the wildcard is independent of any\n        additional instances, that is, wildcarded objects operate\n        as if there were a separate table entry for each instance\n        that fills the wildcard without having to actually predict\n        all possible instances ahead of time.")
mteTriggerValueIDWildcard = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 2, 1, 7), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteTriggerValueIDWildcard.setDescription("Control for whether mteTriggerValueID is to be treated as\n        fully-specified or wildcarded, with 'true' indicating wildcard.")
mteTriggerTargetTag = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 2, 1, 8), SnmpTagValue().clone(hexValue="")).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteTriggerTargetTag.setDescription("The tag for the target(s) from which to obtain the condition\n        for a trigger check.\n\n        A length of 0 indicates the local system.  In this case,\n        access to the objects indicated by mteTriggerValueID is under\n        the security credentials of the requester that set\n        mteTriggerEntryStatus to 'active'.  Those credentials are the\n        input parameters for isAccessAllowed from the Architecture for\n        Describing SNMP Management Frameworks.\n\n        Otherwise access rights are checked according to the security\n        parameters resulting from the tag.")
mteTriggerContextName = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 2, 1, 9), SnmpAdminString().clone(hexValue="")).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteTriggerContextName.setDescription("The management context from which to obtain mteTriggerValueID.\n\n        This may be wildcarded by leaving characters off the end.  For\n        example use 'Repeater' to wildcard to 'Repeater1',\n        'Repeater2', 'Repeater-999.87b', and so on.  To indicate such\n        wildcarding is intended, mteTriggerContextNameWildcard must\n        be 'true'.\n\n        Each instance that fills the wildcard is independent of any\n        additional instances, that is, wildcarded objects operate\n        as if there were a separate table entry for each instance\n        that fills the wildcard without having to actually predict\n        all possible instances ahead of time.\n\n        Operation of this feature assumes that the local system has a\n        list of available contexts against which to apply the\n        wildcard.  If the objects are being read from the local\n        system, this is clearly the system's own list of contexts.\n        For a remote system a local version of such a list is not\n        defined by any current standard and may not be available, so\n        this function MAY not be supported.")
mteTriggerContextNameWildcard = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 2, 1, 10), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteTriggerContextNameWildcard.setDescription("Control for whether mteTriggerContextName is to be treated as\n        fully-specified or wildcarded, with 'true' indicating wildcard.")
mteTriggerFrequency = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 2, 1, 11), Unsigned32().clone(600)).setUnits('seconds').setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteTriggerFrequency.setDescription("The number of seconds to wait between trigger samples.  To\n        encourage consistency in sampling, the interval is measured\n        from the beginning of one check to the beginning of the next\n        and the timer is restarted immediately when it expires, not\n        when the check completes.\n\n        If the next sample begins before the previous one completed the\n        system may either attempt to make the check or treat this as an\n        error condition with the error 'sampleOverrun'.\n        A frequency of 0 indicates instantaneous recognition of the\n        condition.  This is not possible in many cases, but may\n        be supported in cases where it makes sense and the system is\n        able to do so.  This feature allows the MIB to be used in\n        implementations where such interrupt-driven behavior is\n        possible and is not likely to be supported for all MIB objects\n        even then since such sampling generally has to be tightly\n        integrated into low-level code.\n\n        Systems that can support this SHOULD document those cases\n        where it can be used.  In cases where it can not, setting this\n        object to 0 should be disallowed.")
mteTriggerObjectsOwner = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 2, 1, 12), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteTriggerObjectsOwner.setDescription('To go with mteTriggerObjects, the mteOwner of a group of\n        objects from mteObjectsTable.')
mteTriggerObjects = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 2, 1, 13), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteTriggerObjects.setDescription('The mteObjectsName of a group of objects from\n        mteObjectsTable.  These objects are to be added to any\n        Notification resulting from the firing of this trigger.\n\n        A list of objects may also be added based on the event or on\n        the value of mteTriggerTest.\n\n        A length of 0 indicates no additional objects.')
mteTriggerEnabled = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 2, 1, 14), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteTriggerEnabled.setDescription("A control to allow a trigger to be configured but not used.\n        When the value is 'false' the trigger is not sampled.\n\n        Whenever the value goes from 'false' to 'true', the trigger\n        is treated as being initialized.  That is, no history is kept\n        of any trigger sample values from previous times when this\n        control may have been enabled.\n\n        If this object is set to 'true' when its value\n        is already 'true', the operation has no effect;\n        that is, the trigger is not re-initialized, and\n        there is no error.")
mteTriggerEntryStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 2, 1, 15), RowStatus()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteTriggerEntryStatus.setDescription('The control that allows creation and deletion of entries.\n        Once made active an entry may not be modified except to\n        modify the value of mteTriggerEnabled or to delete the\n        entry.')
mteTriggerEntryStorageType = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 2, 1, 16), StorageType().clone('nonVolatile')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteTriggerEntryStorageType.setDescription("The storage type for this conceptual row.\n                 Conceptual rows having the value 'permanent' need not\n                 allow write-access to any columnar objects in the row,\n                 except for mteTriggerEnabled.\n                ")
mteTriggerDeltaTable = MibTable((1, 3, 6, 1, 2, 1, 88, 1, 2, 3), )
if mibBuilder.loadTexts: mteTriggerDeltaTable.setDescription('A table of management event trigger information for delta\n        sampling.')
mteTriggerDeltaEntry = MibTableRow((1, 3, 6, 1, 2, 1, 88, 1, 2, 3, 1), ).setIndexNames((0, "DISMAN-EVENT-MIB", "mteOwner"), (1, "DISMAN-EVENT-MIB", "mteTriggerName"))
if mibBuilder.loadTexts: mteTriggerDeltaEntry.setDescription("Information about a single trigger's delta sampling.  Entries\n        automatically exist in this this table for each mteTriggerEntry\n        that has mteTriggerSampleType set to 'deltaValue'.")
sysUpTimeInstance = MibIdentifier((1, 3, 6, 1, 2, 1, 1, 3, 0))
mteTriggerDeltaDiscontinuityID = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 3, 1, 1), ObjectIdentifier().clone((1, 3, 6, 1, 2, 1, 1, 3, 0))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerDeltaDiscontinuityID.setDescription("The OBJECT IDENTIFIER (OID) of a TimeTicks, TimeStamp, or\n        DateAndTime object that indicates a discontinuity in the value\n        at mteTriggerValueID.\n\n        The OID may be for a leaf object (e.g. sysUpTime.0) or may\n        be wildcarded to match mteTriggerValueID.\n\n        This object supports normal checking for a discontinuity in a\n        counter.  Note that if this object does not point to sysUpTime\n        discontinuity checking MUST still check sysUpTime for an overall\n        discontinuity.\n\n        If the object identified is not accessible the sample attempt\n        is in error, with the error code as from an SNMP request.\n        Bad object identifiers or a mismatch between truncating the\n        identifier and the value of mteDeltaDiscontinuityIDWildcard\n        result in operation as one would expect when providing the\n        wrong identifier to a Get operation.  The Get will fail or get\n        the wrong object.  If the value syntax of those objects is not\n        usable, that results in an error that terminates the sample\n        with a 'badType' error code.")
mteTriggerDeltaDiscontinuityIDWildcard = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 3, 1, 2), TruthValue().clone('false')).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerDeltaDiscontinuityIDWildcard.setDescription("Control for whether mteTriggerDeltaDiscontinuityID is to be\n        treated as fully-specified or wildcarded, with 'true'\n        indicating wildcard. Note that the value of this object will\n        be the same as that of the corresponding instance of\n        mteTriggerValueIDWildcard when the corresponding\n        mteTriggerSampleType is 'deltaValue'.")
mteTriggerDeltaDiscontinuityIDType = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 3, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3,))).clone(namedValues=NamedValues(("timeTicks", 1), ("timeStamp", 2), ("dateAndTime", 3),)).clone('timeTicks')).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerDeltaDiscontinuityIDType.setDescription("The value 'timeTicks' indicates the\n        mteTriggerDeltaDiscontinuityID of this row is of syntax\n        TimeTicks.  The value 'timeStamp' indicates syntax TimeStamp.\n        The value 'dateAndTime' indicates syntax DateAndTime.")
mteTriggerExistenceTable = MibTable((1, 3, 6, 1, 2, 1, 88, 1, 2, 4), )
if mibBuilder.loadTexts: mteTriggerExistenceTable.setDescription('A table of management event trigger information for existence\n        triggers.')
mteTriggerExistenceEntry = MibTableRow((1, 3, 6, 1, 2, 1, 88, 1, 2, 4, 1), ).setIndexNames((0, "DISMAN-EVENT-MIB", "mteOwner"), (1, "DISMAN-EVENT-MIB", "mteTriggerName"))
if mibBuilder.loadTexts: mteTriggerExistenceEntry.setDescription("Information about a single existence trigger.  Entries\n        automatically exist in this this table for each mteTriggerEntry\n        that has 'existence' set in mteTriggerTest.")
mteTriggerExistenceTest = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 4, 1, 1), Bits().clone(namedValues=NamedValues(("present", 0), ("absent", 1), ("changed", 2),)).clone(namedValues=NamedValues(("present", 0), ("absent", 1),))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerExistenceTest.setDescription("The type of existence test to perform.  The trigger fires\n        when the object at mteTriggerValueID is seen to go from\n        present to absent, from absent to present, or to have it's\n        value changed, depending on which tests are selected:\n\n        present(0) - when this test is selected, the trigger fires\n        when the mteTriggerValueID object goes from absent to present.\n\n        absent(1)  - when this test is selected, the trigger fires\n        when the mteTriggerValueID object goes from present to absent.\n        changed(2) - when this test is selected, the trigger fires\n        the mteTriggerValueID object value changes.\n\n        Once the trigger has fired for either presence or absence it\n        will not fire again for that state until the object has been\n        to the other state. ")
mteTriggerExistenceStartup = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 4, 1, 2), Bits().clone(namedValues=NamedValues(("present", 0), ("absent", 1),)).clone(namedValues=NamedValues(("present", 0), ("absent", 1),))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerExistenceStartup.setDescription("Control for whether an event may be triggered when this entry\n        is first set to 'active' and the test specified by\n        mteTriggerExistenceTest is true.  Setting an option causes\n        that trigger to fire when its test is true.")
mteTriggerExistenceObjectsOwner = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 4, 1, 3), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerExistenceObjectsOwner.setDescription('To go with mteTriggerExistenceObjects, the mteOwner of a\n        group of objects from mteObjectsTable.')
mteTriggerExistenceObjects = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 4, 1, 4), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerExistenceObjects.setDescription('The mteObjectsName of a group of objects from\n        mteObjectsTable.  These objects are to be added to any\n        Notification resulting from the firing of this trigger for\n        this test.\n\n        A list of objects may also be added based on the overall\n        trigger, the event or other settings in mteTriggerTest.\n\n        A length of 0 indicates no additional objects.')
mteTriggerExistenceEventOwner = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 4, 1, 5), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerExistenceEventOwner.setDescription('To go with mteTriggerExistenceEvent, the mteOwner of an event\n        entry from the mteEventTable.')
mteTriggerExistenceEvent = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 4, 1, 6), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerExistenceEvent.setDescription("The mteEventName of the event to invoke when mteTriggerType is\n        'existence' and this trigger fires.  A length of 0 indicates no\n        event.")
mteTriggerBooleanTable = MibTable((1, 3, 6, 1, 2, 1, 88, 1, 2, 5), )
if mibBuilder.loadTexts: mteTriggerBooleanTable.setDescription('A table of management event trigger information for boolean\n        triggers.')
mteTriggerBooleanEntry = MibTableRow((1, 3, 6, 1, 2, 1, 88, 1, 2, 5, 1), ).setIndexNames((0, "DISMAN-EVENT-MIB", "mteOwner"), (1, "DISMAN-EVENT-MIB", "mteTriggerName"))
if mibBuilder.loadTexts: mteTriggerBooleanEntry.setDescription("Information about a single boolean trigger.  Entries\n        automatically exist in this this table for each mteTriggerEntry\n        that has 'boolean' set in mteTriggerTest.")
mteTriggerBooleanComparison = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 5, 1, 1), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6,))).clone(namedValues=NamedValues(("unequal", 1), ("equal", 2), ("less", 3), ("lessOrEqual", 4), ("greater", 5), ("greaterOrEqual", 6),)).clone('unequal')).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerBooleanComparison.setDescription("The type of boolean comparison to perform.\n\n        The value at mteTriggerValueID is compared to\n        mteTriggerBooleanValue, so for example if\n        mteTriggerBooleanComparison is 'less' the result would be true\n        if the value at mteTriggerValueID is less than the value of\n        mteTriggerBooleanValue.")
mteTriggerBooleanValue = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 5, 1, 2), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerBooleanValue.setDescription('The value to use for the test specified by\n        mteTriggerBooleanTest.')
mteTriggerBooleanStartup = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 5, 1, 3), TruthValue().clone('true')).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerBooleanStartup.setDescription("Control for whether an event may be triggered when this entry\n        is first set to 'active' or a new instance of the object at\n        mteTriggerValueID is found and the test specified by\n        mteTriggerBooleanComparison is true.  In that case an event is\n        triggered if mteTriggerBooleanStartup is 'true'.")
mteTriggerBooleanObjectsOwner = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 5, 1, 4), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerBooleanObjectsOwner.setDescription('To go with mteTriggerBooleanObjects, the mteOwner of a group\n        of objects from mteObjectsTable.')
mteTriggerBooleanObjects = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 5, 1, 5), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerBooleanObjects.setDescription('The mteObjectsName of a group of objects from\n        mteObjectsTable.  These objects are to be added to any\n        Notification resulting from the firing of this trigger for\n        this test.\n\n        A list of objects may also be added based on the overall\n        trigger, the event or other settings in mteTriggerTest.\n\n        A length of 0 indicates no additional objects.')
mteTriggerBooleanEventOwner = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 5, 1, 6), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerBooleanEventOwner.setDescription('To go with mteTriggerBooleanEvent, the mteOwner of an event\n        entry from mteEventTable.')
mteTriggerBooleanEvent = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 5, 1, 7), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerBooleanEvent.setDescription("The mteEventName of the event to invoke when mteTriggerType is\n        'boolean' and this trigger fires.  A length of 0 indicates no\n        event.")
mteTriggerThresholdTable = MibTable((1, 3, 6, 1, 2, 1, 88, 1, 2, 6), )
if mibBuilder.loadTexts: mteTriggerThresholdTable.setDescription('A table of management event trigger information for threshold\n        triggers.')
mteTriggerThresholdEntry = MibTableRow((1, 3, 6, 1, 2, 1, 88, 1, 2, 6, 1), ).setIndexNames((0, "DISMAN-EVENT-MIB", "mteOwner"), (1, "DISMAN-EVENT-MIB", "mteTriggerName"))
if mibBuilder.loadTexts: mteTriggerThresholdEntry.setDescription("Information about a single threshold trigger.  Entries\n        automatically exist in this table for each mteTriggerEntry\n        that has 'threshold' set in mteTriggerTest.")
mteTriggerThresholdStartup = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 6, 1, 1), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3,))).clone(namedValues=NamedValues(("rising", 1), ("falling", 2), ("risingOrFalling", 3),)).clone('risingOrFalling')).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerThresholdStartup.setDescription("The event that may be triggered when this entry is first\n        set to 'active' and a new instance of the object at\n        mteTriggerValueID is found.  If the first sample after this\n        instance becomes active is greater than or equal to\n        mteTriggerThresholdRising and mteTriggerThresholdStartup is\n        equal to 'rising' or 'risingOrFalling', then one\n        mteTriggerThresholdRisingEvent is triggered for that instance.\n        If the first sample after this entry becomes active is less\n        than or equal to mteTriggerThresholdFalling and\n        mteTriggerThresholdStartup is equal to 'falling' or\n        'risingOrFalling', then one mteTriggerThresholdRisingEvent is\n        triggered for that instance.")
mteTriggerThresholdRising = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 6, 1, 2), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerThresholdRising.setDescription("A threshold value to check against if mteTriggerType is\n        'threshold'.\n\n        When the current sampled value is greater than or equal to\n        this threshold, and the value at the last sampling interval\n        was less than this threshold, one\n        mteTriggerThresholdRisingEvent is triggered.  That event is\n        also triggered if the first sample after this entry becomes\n        active is greater than or equal to this threshold and\n        mteTriggerThresholdStartup is equal to 'rising' or\n        'risingOrFalling'.\n\n        After a rising event is generated, another such event is not\n        triggered until the sampled value falls below this threshold\n        and reaches mteTriggerThresholdFalling.")
mteTriggerThresholdFalling = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 6, 1, 3), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerThresholdFalling.setDescription("A threshold value to check against if mteTriggerType is\n        'threshold'.\n\n        When the current sampled value is less than or equal to this\n        threshold, and the value at the last sampling interval was\n        greater than this threshold, one\n        mteTriggerThresholdFallingEvent is triggered.  That event is\n        also triggered if the first sample after this entry becomes\n        active is less than or equal to this threshold and\n        mteTriggerThresholdStartup is equal to 'falling' or\n        'risingOrFalling'.\n\n        After a falling event is generated, another such event is not\n        triggered until the sampled value rises above this threshold\n        and reaches mteTriggerThresholdRising.")
mteTriggerThresholdDeltaRising = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 6, 1, 4), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerThresholdDeltaRising.setDescription("A threshold value to check against if mteTriggerType is\n        'threshold'.\n\n        When the delta value (difference) between the current sampled\n        value (value(n)) and the previous sampled value (value(n-1))\n        is greater than or equal to this threshold,\n        and the delta value calculated at the last sampling interval\n        (i.e. value(n-1) - value(n-2)) was less than this threshold,\n        one mteTriggerThresholdDeltaRisingEvent is triggered. That event\n        is also triggered if the first delta value calculated after this\n        entry becomes active, i.e. value(2) - value(1), where value(1)\n        is the first sample taken of that instance, is greater than or\n        equal to this threshold.\n\n        After a rising event is generated, another such event is not\n        triggered until the delta value falls below this threshold and\n        reaches mteTriggerThresholdDeltaFalling.")
mteTriggerThresholdDeltaFalling = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 6, 1, 5), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerThresholdDeltaFalling.setDescription("A threshold value to check against if mteTriggerType is\n        'threshold'.\n\n        When the delta value (difference) between the current sampled\n        value (value(n)) and the previous sampled value (value(n-1))\n        is less than or equal to this threshold,\n        and the delta value calculated at the last sampling interval\n        (i.e. value(n-1) - value(n-2)) was greater than this threshold,\n        one mteTriggerThresholdDeltaFallingEvent is triggered. That event\n        is also triggered if the first delta value calculated after this\n        entry becomes active, i.e. value(2) - value(1), where value(1)\n        is the first sample taken of that instance, is less than or\n        equal to this threshold.\n\n        After a falling event is generated, another such event is not\n        triggered until the delta value falls below this threshold and\n        reaches mteTriggerThresholdDeltaRising.")
mteTriggerThresholdObjectsOwner = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 6, 1, 6), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerThresholdObjectsOwner.setDescription('To go with mteTriggerThresholdObjects, the mteOwner of a group\n        of objects from mteObjectsTable.')
mteTriggerThresholdObjects = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 6, 1, 7), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerThresholdObjects.setDescription('The mteObjectsName of a group of objects from\n        mteObjectsTable.  These objects are to be added to any\n        Notification resulting from the firing of this trigger for\n        this test.\n\n        A list of objects may also be added based on the overall\n        trigger, the event or other settings in mteTriggerTest.\n\n        A length of 0 indicates no additional objects.')
mteTriggerThresholdRisingEventOwner = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 6, 1, 8), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerThresholdRisingEventOwner.setDescription('To go with mteTriggerThresholdRisingEvent, the mteOwner of an\n        event entry from mteEventTable.')
mteTriggerThresholdRisingEvent = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 6, 1, 9), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerThresholdRisingEvent.setDescription("The mteEventName of the event to invoke when mteTriggerType is\n        'threshold' and this trigger fires based on\n        mteTriggerThresholdRising.  A length of 0 indicates no event.")
mteTriggerThresholdFallingEventOwner = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 6, 1, 10), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerThresholdFallingEventOwner.setDescription('To go with mteTriggerThresholdFallingEvent, the mteOwner of an\n        event entry from mteEventTable.')
mteTriggerThresholdFallingEvent = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 6, 1, 11), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerThresholdFallingEvent.setDescription("The mteEventName of the event to invoke when mteTriggerType is\n        'threshold' and this trigger fires based on\n        mteTriggerThresholdFalling.  A length of 0 indicates no event.")
mteTriggerThresholdDeltaRisingEventOwner = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 6, 1, 12), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerThresholdDeltaRisingEventOwner.setDescription('To go with mteTriggerThresholdDeltaRisingEvent, the mteOwner\n        of an event entry from mteEventTable.')
mteTriggerThresholdDeltaRisingEvent = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 6, 1, 13), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerThresholdDeltaRisingEvent.setDescription("The mteEventName of the event to invoke when mteTriggerType is\n        'threshold' and this trigger fires based on\n        mteTriggerThresholdDeltaRising. A length of 0 indicates\n        no event.")
mteTriggerThresholdDeltaFallingEventOwner = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 6, 1, 14), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerThresholdDeltaFallingEventOwner.setDescription('To go with mteTriggerThresholdDeltaFallingEvent, the mteOwner\n        of an event entry from mteEventTable.')
mteTriggerThresholdDeltaFallingEvent = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 2, 6, 1, 15), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteTriggerThresholdDeltaFallingEvent.setDescription("The mteEventName of the event to invoke when mteTriggerType is\n        'threshold' and this trigger fires based on\n        mteTriggerThresholdDeltaFalling.  A length of 0 indicates\n        no event.")
mteObjectsTable = MibTable((1, 3, 6, 1, 2, 1, 88, 1, 3, 1), )
if mibBuilder.loadTexts: mteObjectsTable.setDescription('A table of objects that can be added to notifications based\n        on the trigger, trigger test, or event, as pointed to by\n        entries in those tables.')
mteObjectsEntry = MibTableRow((1, 3, 6, 1, 2, 1, 88, 1, 3, 1, 1), ).setIndexNames((0, "DISMAN-EVENT-MIB", "mteOwner"), (0, "DISMAN-EVENT-MIB", "mteObjectsName"), (0, "DISMAN-EVENT-MIB", "mteObjectsIndex"))
if mibBuilder.loadTexts: mteObjectsEntry.setDescription('A group of objects.  Applications create and delete entries\n        using mteObjectsEntryStatus.\n\n        When adding objects to a notification they are added in the\n        lexical order of their index in this table.  Those associated\n        with a trigger come first, then trigger test, then event.')
mteObjectsName = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 3, 1, 1, 1), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(1,32)))
if mibBuilder.loadTexts: mteObjectsName.setDescription('A locally-unique, administratively assigned name for a group\n        of objects.')
mteObjectsIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 3, 1, 1, 2), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(1,4294967295)))
if mibBuilder.loadTexts: mteObjectsIndex.setDescription('An arbitrary integer for the purpose of identifying\n        individual objects within a mteObjectsName group.\n\n        Objects within a group are placed in the notification in the\n        numerical order of this index.\n\n        Groups are placed in the notification in the order of the\n        selections for overall trigger, trigger test, and event.\n        Within trigger test they are in the same order as the\n        numerical values of the bits defined for mteTriggerTest.\n\n        Bad object identifiers or a mismatch between truncating the\n        identifier and the value of mteDeltaDiscontinuityIDWildcard\n        result in operation as one would expect when providing the\n        wrong identifier to a Get operation.  The Get will fail or get\n        the wrong object.  If the object is not available it is omitted\n        from the notification.')
mteObjectsID = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 3, 1, 1, 3), ObjectIdentifier().clone((0, 0))).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteObjectsID.setDescription("The object identifier of a MIB object to add to a\n        Notification that results from the firing of a trigger.\n\n        This may be wildcarded by truncating all or part of the\n        instance portion, in which case the instance portion of the\n        OID for obtaining this object will be the same as that used\n        in obtaining the mteTriggerValueID that fired.  If such\n        wildcarding is applied, mteObjectsIDWildcard must be\n        'true' and if not it must be 'false'.\n        Each instance that fills the wildcard is independent of any\n        additional instances, that is, wildcarded objects operate\n        as if there were a separate table entry for each instance\n        that fills the wildcard without having to actually predict\n        all possible instances ahead of time.")
mteObjectsIDWildcard = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 3, 1, 1, 4), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteObjectsIDWildcard.setDescription("Control for whether mteObjectsID is to be treated as\n        fully-specified or wildcarded, with 'true' indicating wildcard.")
mteObjectsEntryStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 3, 1, 1, 5), RowStatus()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteObjectsEntryStatus.setDescription('The control that allows creation and deletion of entries.\n        Once made active an entry MAY not be modified except to\n        delete it.')
mteObjectsEntryStorageType = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 3, 1, 1, 6), StorageType().clone('nonVolatile')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteObjectsEntryStorageType.setDescription("The storage type for this conceptual row.\n                 Conceptual rows having the value 'permanent' need not\n                 allow write-access to any columnar objects in the row.\n                ")
mteEventFailures = MibScalar((1, 3, 6, 1, 2, 1, 88, 1, 4, 1), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: mteEventFailures.setDescription('The number of times an attempt to invoke an event\n        has failed.  This counts individually for each\n        attempt in a group of targets or each attempt for a\n        wildcarded trigger object.')
mteEventTable = MibTable((1, 3, 6, 1, 2, 1, 88, 1, 4, 2), )
if mibBuilder.loadTexts: mteEventTable.setDescription('A table of management event action information.')
mteEventEntry = MibTableRow((1, 3, 6, 1, 2, 1, 88, 1, 4, 2, 1), ).setIndexNames((0, "DISMAN-EVENT-MIB", "mteOwner"), (1, "DISMAN-EVENT-MIB", "mteEventName"))
if mibBuilder.loadTexts: mteEventEntry.setDescription('Information about a single event.  Applications create and\n        delete entries using mteEventEntryStatus.')
mteEventName = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 4, 2, 1, 1), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(1,32)))
if mibBuilder.loadTexts: mteEventName.setDescription('A locally-unique, administratively assigned name for the\n        event.')
mteEventComment = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 4, 2, 1, 2), SnmpAdminString().clone(hexValue="")).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteEventComment.setDescription("A description of the event's function and use.")
mteEventActions = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 4, 2, 1, 3), Bits().clone(namedValues=NamedValues(("notification", 0), ("set", 1),))).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteEventActions.setDescription("The actions to perform when this event occurs.\n\n        For 'notification', Traps and/or Informs are sent according\n        to the configuration in the SNMP Notification MIB.\n\n        For 'set', an SNMP Set operation is performed according to\n        control values in this entry.")
mteEventEnabled = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 4, 2, 1, 4), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteEventEnabled.setDescription("A control to allow an event to be configured but not used.\n        When the value is 'false' the event does not execute even if\n        triggered.")
mteEventEntryStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 4, 2, 1, 5), RowStatus()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteEventEntryStatus.setDescription('The control that allows creation and deletion of entries.\n        Once made active an entry MAY not be modified except to\n        modify the value of mteEventEnabled or to delete the entry.')
mteEventEntryStorageType = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 4, 2, 1, 6), StorageType().clone('nonVolatile')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: mteEventEntryStorageType.setDescription("The storage type for this conceptual row.\n                 Conceptual rows having the value 'permanent' need not\n                 allow write-access to any columnar objects in the row.\n                ")
mteEventNotificationTable = MibTable((1, 3, 6, 1, 2, 1, 88, 1, 4, 3), )
if mibBuilder.loadTexts: mteEventNotificationTable.setDescription('A table of information about notifications to be sent as a\n        consequence of management events.')
mteEventNotificationEntry = MibTableRow((1, 3, 6, 1, 2, 1, 88, 1, 4, 3, 1), ).setIndexNames((0, "DISMAN-EVENT-MIB", "mteOwner"), (1, "DISMAN-EVENT-MIB", "mteEventName"))
if mibBuilder.loadTexts: mteEventNotificationEntry.setDescription("Information about a single event's notification.  Entries\n        automatically exist in this this table for each mteEventEntry\n        that has 'notification' set in mteEventActions.")
mteEventNotification = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 4, 3, 1, 1), ObjectIdentifier().clone((0, 0))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteEventNotification.setDescription("The object identifier from the NOTIFICATION-TYPE for the\n        notification to use if mteEventActions has 'notification' set.")
mteEventNotificationObjectsOwner = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 4, 3, 1, 2), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteEventNotificationObjectsOwner.setDescription('To go with mteEventNotificationObjects, the mteOwner of a\n        group of objects from mteObjectsTable.')
mteEventNotificationObjects = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 4, 3, 1, 3), SnmpAdminString().subtype(subtypeSpec=ValueSizeConstraint(0,32)).clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteEventNotificationObjects.setDescription("The mteObjectsName of a group of objects from\n        mteObjectsTable if mteEventActions has 'notification' set.\n        These objects are to be added to any Notification generated by\n        this event.\n\n        Objects may also be added based on the trigger that stimulated\n        the event.\n\n        A length of 0 indicates no additional objects.")
mteEventSetTable = MibTable((1, 3, 6, 1, 2, 1, 88, 1, 4, 4), )
if mibBuilder.loadTexts: mteEventSetTable.setDescription('A table of management event action information.')
mteEventSetEntry = MibTableRow((1, 3, 6, 1, 2, 1, 88, 1, 4, 4, 1), ).setIndexNames((0, "DISMAN-EVENT-MIB", "mteOwner"), (1, "DISMAN-EVENT-MIB", "mteEventName"))
if mibBuilder.loadTexts: mteEventSetEntry.setDescription("Information about a single event's set option.  Entries\n        automatically exist in this this table for each mteEventEntry\n        that has 'set' set in mteEventActions.")
mteEventSetObject = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 4, 4, 1, 1), ObjectIdentifier().clone((0, 0))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteEventSetObject.setDescription("The object identifier from the MIB object to set if\n        mteEventActions has 'set' set.\n\n        This object identifier may be wildcarded by leaving\n        sub-identifiers off the end, in which case\n        nteEventSetObjectWildCard must be 'true'.\n\n        If mteEventSetObject is wildcarded the instance used to set the\n        object to which it points is the same as the instance from the\n        value of mteTriggerValueID that triggered the event.\n\n        Each instance that fills the wildcard is independent of any\n        additional instances, that is, wildcarded objects operate\n        as if there were a separate table entry for each instance\n        that fills the wildcard without having to actually predict\n        all possible instances ahead of time.\n\n        Bad object identifiers or a mismatch between truncating the\n        identifier and the value of mteSetObjectWildcard\n        result in operation as one would expect when providing the\n        wrong identifier to a Set operation.  The Set will fail or set\n        the wrong object.  If the value syntax of the destination\n        object is not correct, the Set fails with the normal SNMP\n        error code.")
mteEventSetObjectWildcard = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 4, 4, 1, 2), TruthValue().clone('false')).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteEventSetObjectWildcard.setDescription("Control over whether mteEventSetObject is to be treated as\n        fully-specified or wildcarded, with 'true' indicating wildcard\n        if mteEventActions has 'set' set.")
mteEventSetValue = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 4, 4, 1, 3), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteEventSetValue.setDescription("The value to which to set the object at mteEventSetObject\n        if mteEventActions has 'set' set.")
mteEventSetTargetTag = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 4, 4, 1, 4), SnmpTagValue().clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteEventSetTargetTag.setDescription("The tag for the target(s) at which to set the object at\n        mteEventSetObject to mteEventSetValue if mteEventActions\n        has 'set' set.\n\n        Systems limited to self management MAY reject a non-zero\n        length for the value of this object.\n\n        A length of 0 indicates the local system.  In this case,\n        access to the objects indicated by mteEventSetObject is under\n        the security credentials of the requester that set\n        mteTriggerEntryStatus to 'active'.  Those credentials are the\n        input parameters for isAccessAllowed from the Architecture for\n        Describing SNMP Management Frameworks.\n\n        Otherwise access rights are checked according to the security\n        parameters resulting from the tag.")
mteEventSetContextName = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 4, 4, 1, 5), SnmpAdminString().clone(hexValue="")).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteEventSetContextName.setDescription("The management context in which to set mteEventObjectID.\n        if mteEventActions has 'set' set.\n\n        This may be wildcarded by leaving characters off the end.  To\n        indicate such wildcarding mteEventSetContextNameWildcard must\n        be 'true'.\n\n        If this context name is wildcarded the value used to complete\n        the wildcarding of mteTriggerContextName will be appended.")
mteEventSetContextNameWildcard = MibTableColumn((1, 3, 6, 1, 2, 1, 88, 1, 4, 4, 1, 6), TruthValue().clone('false')).setMaxAccess("readwrite")
if mibBuilder.loadTexts: mteEventSetContextNameWildcard.setDescription("Control for whether mteEventSetContextName is to be treated as\n        fully-specified or wildcarded, with 'true' indicating wildcard\n        if mteEventActions has 'set' set.")
dismanEventMIBNotificationPrefix = MibIdentifier((1, 3, 6, 1, 2, 1, 88, 2))
dismanEventMIBNotifications = MibIdentifier((1, 3, 6, 1, 2, 1, 88, 2, 0))
dismanEventMIBNotificationObjects = MibIdentifier((1, 3, 6, 1, 2, 1, 88, 2, 1))
mteHotTrigger = MibScalar((1, 3, 6, 1, 2, 1, 88, 2, 1, 1), SnmpAdminString()).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: mteHotTrigger.setDescription('The name of the trigger causing the notification.')
mteHotTargetName = MibScalar((1, 3, 6, 1, 2, 1, 88, 2, 1, 2), SnmpAdminString()).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: mteHotTargetName.setDescription("The SNMP Target MIB's snmpTargetAddrName related to the\n        notification.")
mteHotContextName = MibScalar((1, 3, 6, 1, 2, 1, 88, 2, 1, 3), SnmpAdminString()).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: mteHotContextName.setDescription('The context name related to the notification.  This MUST be as\n        fully-qualified as possible, including filling in wildcard\n        information determined in processing.')
mteHotOID = MibScalar((1, 3, 6, 1, 2, 1, 88, 2, 1, 4), ObjectIdentifier()).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: mteHotOID.setDescription('The object identifier of the destination object related to the\n        notification.  This MUST be as fully-qualified as possible,\n        including filling in wildcard information determined in\n        processing.\n\n        For a trigger-related notification this is from\n        mteTriggerValueID.\n\n        For a set failure this is from mteEventSetObject.')
mteHotValue = MibScalar((1, 3, 6, 1, 2, 1, 88, 2, 1, 5), Integer32()).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: mteHotValue.setDescription('The value of the object at mteTriggerValueID when a\n        trigger fired.')
mteFailedReason = MibScalar((1, 3, 6, 1, 2, 1, 88, 2, 1, 6), FailureReason()).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: mteFailedReason.setDescription('The reason for the failure of an attempt to check for a\n        trigger condition or set an object in response to an event.')
mteTriggerFired = NotificationType((1, 3, 6, 1, 2, 1, 88, 2, 0, 1)).setObjects(*(("DISMAN-EVENT-MIB", "mteHotTrigger"), ("DISMAN-EVENT-MIB", "mteHotTargetName"), ("DISMAN-EVENT-MIB", "mteHotContextName"), ("DISMAN-EVENT-MIB", "mteHotOID"), ("DISMAN-EVENT-MIB", "mteHotValue"),))
if mibBuilder.loadTexts: mteTriggerFired.setDescription("Notification that the trigger indicated by the object\n        instances has fired, for triggers with mteTriggerType\n        'boolean' or 'existence'.")
mteTriggerRising = NotificationType((1, 3, 6, 1, 2, 1, 88, 2, 0, 2)).setObjects(*(("DISMAN-EVENT-MIB", "mteHotTrigger"), ("DISMAN-EVENT-MIB", "mteHotTargetName"), ("DISMAN-EVENT-MIB", "mteHotContextName"), ("DISMAN-EVENT-MIB", "mteHotOID"), ("DISMAN-EVENT-MIB", "mteHotValue"),))
if mibBuilder.loadTexts: mteTriggerRising.setDescription("Notification that the rising threshold was met for triggers\n        with mteTriggerType 'threshold'.")
mteTriggerFalling = NotificationType((1, 3, 6, 1, 2, 1, 88, 2, 0, 3)).setObjects(*(("DISMAN-EVENT-MIB", "mteHotTrigger"), ("DISMAN-EVENT-MIB", "mteHotTargetName"), ("DISMAN-EVENT-MIB", "mteHotContextName"), ("DISMAN-EVENT-MIB", "mteHotOID"), ("DISMAN-EVENT-MIB", "mteHotValue"),))
if mibBuilder.loadTexts: mteTriggerFalling.setDescription("Notification that the falling threshold was met for triggers\n        with mteTriggerType 'threshold'.")
mteTriggerFailure = NotificationType((1, 3, 6, 1, 2, 1, 88, 2, 0, 4)).setObjects(*(("DISMAN-EVENT-MIB", "mteHotTrigger"), ("DISMAN-EVENT-MIB", "mteHotTargetName"), ("DISMAN-EVENT-MIB", "mteHotContextName"), ("DISMAN-EVENT-MIB", "mteHotOID"), ("DISMAN-EVENT-MIB", "mteFailedReason"),))
if mibBuilder.loadTexts: mteTriggerFailure.setDescription('Notification that an attempt to check a trigger has failed.\n\n        The network manager must enable this notification only with\n        a certain fear and trembling, as it can easily crowd out more\n        important information.  It should be used only to help diagnose\n        a problem that has appeared in the error counters and can not\n        be found otherwise.')
mteEventSetFailure = NotificationType((1, 3, 6, 1, 2, 1, 88, 2, 0, 5)).setObjects(*(("DISMAN-EVENT-MIB", "mteHotTrigger"), ("DISMAN-EVENT-MIB", "mteHotTargetName"), ("DISMAN-EVENT-MIB", "mteHotContextName"), ("DISMAN-EVENT-MIB", "mteHotOID"), ("DISMAN-EVENT-MIB", "mteFailedReason"),))
if mibBuilder.loadTexts: mteEventSetFailure.setDescription('Notification that an attempt to do a set in response to an\n        event has failed.\n\n        The network manager must enable this notification only with\n        a certain fear and trembling, as it can easily crowd out more\n        important information.  It should be used only to help diagnose\n        a problem that has appeared in the error counters and can not\n        be found otherwise.')
dismanEventMIBConformance = MibIdentifier((1, 3, 6, 1, 2, 1, 88, 3))
dismanEventMIBCompliances = MibIdentifier((1, 3, 6, 1, 2, 1, 88, 3, 1))
dismanEventMIBGroups = MibIdentifier((1, 3, 6, 1, 2, 1, 88, 3, 2))
dismanEventMIBCompliance = ModuleCompliance((1, 3, 6, 1, 2, 1, 88, 3, 1, 1)).setObjects(*(("DISMAN-EVENT-MIB", "dismanEventResourceGroup"), ("DISMAN-EVENT-MIB", "dismanEventTriggerGroup"), ("DISMAN-EVENT-MIB", "dismanEventObjectsGroup"), ("DISMAN-EVENT-MIB", "dismanEventEventGroup"), ("DISMAN-EVENT-MIB", "dismanEventNotificationObjectGroup"), ("DISMAN-EVENT-MIB", "dismanEventNotificationGroup"),))
if mibBuilder.loadTexts: dismanEventMIBCompliance.setDescription('The compliance statement for entities which implement\n                the Event MIB.')
dismanEventResourceGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 88, 3, 2, 1)).setObjects(*(("DISMAN-EVENT-MIB", "mteResourceSampleMinimum"), ("DISMAN-EVENT-MIB", "mteResourceSampleInstanceMaximum"), ("DISMAN-EVENT-MIB", "mteResourceSampleInstances"), ("DISMAN-EVENT-MIB", "mteResourceSampleInstancesHigh"), ("DISMAN-EVENT-MIB", "mteResourceSampleInstanceLacks"),))
if mibBuilder.loadTexts: dismanEventResourceGroup.setDescription('Event resource status and control objects.')
dismanEventTriggerGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 88, 3, 2, 2)).setObjects(*(("DISMAN-EVENT-MIB", "mteTriggerFailures"), ("DISMAN-EVENT-MIB", "mteTriggerComment"), ("DISMAN-EVENT-MIB", "mteTriggerTest"), ("DISMAN-EVENT-MIB", "mteTriggerSampleType"), ("DISMAN-EVENT-MIB", "mteTriggerValueID"), ("DISMAN-EVENT-MIB", "mteTriggerValueIDWildcard"), ("DISMAN-EVENT-MIB", "mteTriggerTargetTag"), ("DISMAN-EVENT-MIB", "mteTriggerContextName"), ("DISMAN-EVENT-MIB", "mteTriggerContextNameWildcard"), ("DISMAN-EVENT-MIB", "mteTriggerFrequency"), ("DISMAN-EVENT-MIB", "mteTriggerObjectsOwner"), ("DISMAN-EVENT-MIB", "mteTriggerObjects"), ("DISMAN-EVENT-MIB", "mteTriggerEnabled"), ("DISMAN-EVENT-MIB", "mteTriggerEntryStatus"), ("DISMAN-EVENT-MIB", "mteTriggerEntryStorageType"), ("DISMAN-EVENT-MIB", "mteTriggerDeltaDiscontinuityID"), ("DISMAN-EVENT-MIB", "mteTriggerDeltaDiscontinuityIDWildcard"), ("DISMAN-EVENT-MIB", "mteTriggerDeltaDiscontinuityIDType"), ("DISMAN-EVENT-MIB", "mteTriggerExistenceTest"), ("DISMAN-EVENT-MIB", "mteTriggerExistenceStartup"), ("DISMAN-EVENT-MIB", "mteTriggerExistenceObjectsOwner"), ("DISMAN-EVENT-MIB", "mteTriggerExistenceObjects"), ("DISMAN-EVENT-MIB", "mteTriggerExistenceEventOwner"), ("DISMAN-EVENT-MIB", "mteTriggerExistenceEvent"), ("DISMAN-EVENT-MIB", "mteTriggerBooleanComparison"), ("DISMAN-EVENT-MIB", "mteTriggerBooleanValue"), ("DISMAN-EVENT-MIB", "mteTriggerBooleanStartup"), ("DISMAN-EVENT-MIB", "mteTriggerBooleanObjectsOwner"), ("DISMAN-EVENT-MIB", "mteTriggerBooleanObjects"), ("DISMAN-EVENT-MIB", "mteTriggerBooleanEventOwner"), ("DISMAN-EVENT-MIB", "mteTriggerBooleanEvent"), ("DISMAN-EVENT-MIB", "mteTriggerThresholdStartup"), ("DISMAN-EVENT-MIB", "mteTriggerThresholdObjectsOwner"), ("DISMAN-EVENT-MIB", "mteTriggerThresholdObjects"), ("DISMAN-EVENT-MIB", "mteTriggerThresholdRising"), ("DISMAN-EVENT-MIB", "mteTriggerThresholdFalling"), ("DISMAN-EVENT-MIB", "mteTriggerThresholdDeltaRising"), ("DISMAN-EVENT-MIB", "mteTriggerThresholdDeltaFalling"), ("DISMAN-EVENT-MIB", "mteTriggerThresholdRisingEventOwner"), ("DISMAN-EVENT-MIB", "mteTriggerThresholdRisingEvent"), ("DISMAN-EVENT-MIB", "mteTriggerThresholdFallingEventOwner"), ("DISMAN-EVENT-MIB", "mteTriggerThresholdFallingEvent"), ("DISMAN-EVENT-MIB", "mteTriggerThresholdDeltaRisingEventOwner"), ("DISMAN-EVENT-MIB", "mteTriggerThresholdDeltaRisingEvent"), ("DISMAN-EVENT-MIB", "mteTriggerThresholdDeltaFallingEventOwner"), ("DISMAN-EVENT-MIB", "mteTriggerThresholdDeltaFallingEvent"),))
if mibBuilder.loadTexts: dismanEventTriggerGroup.setDescription('Event triggers.')
dismanEventObjectsGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 88, 3, 2, 3)).setObjects(*(("DISMAN-EVENT-MIB", "mteObjectsID"), ("DISMAN-EVENT-MIB", "mteObjectsIDWildcard"), ("DISMAN-EVENT-MIB", "mteObjectsEntryStatus"), ("DISMAN-EVENT-MIB", "mteObjectsEntryStorageType"),))
if mibBuilder.loadTexts: dismanEventObjectsGroup.setDescription('Supplemental objects.')
dismanEventEventGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 88, 3, 2, 4)).setObjects(*(("DISMAN-EVENT-MIB", "mteEventFailures"), ("DISMAN-EVENT-MIB", "mteEventComment"), ("DISMAN-EVENT-MIB", "mteEventActions"), ("DISMAN-EVENT-MIB", "mteEventEnabled"), ("DISMAN-EVENT-MIB", "mteEventEntryStatus"), ("DISMAN-EVENT-MIB", "mteEventEntryStorageType"), ("DISMAN-EVENT-MIB", "mteEventNotification"), ("DISMAN-EVENT-MIB", "mteEventNotificationObjectsOwner"), ("DISMAN-EVENT-MIB", "mteEventNotificationObjects"), ("DISMAN-EVENT-MIB", "mteEventSetObject"), ("DISMAN-EVENT-MIB", "mteEventSetObjectWildcard"), ("DISMAN-EVENT-MIB", "mteEventSetValue"), ("DISMAN-EVENT-MIB", "mteEventSetTargetTag"), ("DISMAN-EVENT-MIB", "mteEventSetContextName"), ("DISMAN-EVENT-MIB", "mteEventSetContextNameWildcard"),))
if mibBuilder.loadTexts: dismanEventEventGroup.setDescription('Events.')
dismanEventNotificationObjectGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 88, 3, 2, 5)).setObjects(*(("DISMAN-EVENT-MIB", "mteHotTrigger"), ("DISMAN-EVENT-MIB", "mteHotTargetName"), ("DISMAN-EVENT-MIB", "mteHotContextName"), ("DISMAN-EVENT-MIB", "mteHotOID"), ("DISMAN-EVENT-MIB", "mteHotValue"), ("DISMAN-EVENT-MIB", "mteFailedReason"),))
if mibBuilder.loadTexts: dismanEventNotificationObjectGroup.setDescription('Notification objects.')
dismanEventNotificationGroup = NotificationGroup((1, 3, 6, 1, 2, 1, 88, 3, 2, 6)).setObjects(*(("DISMAN-EVENT-MIB", "mteTriggerFired"), ("DISMAN-EVENT-MIB", "mteTriggerRising"), ("DISMAN-EVENT-MIB", "mteTriggerFalling"), ("DISMAN-EVENT-MIB", "mteTriggerFailure"), ("DISMAN-EVENT-MIB", "mteEventSetFailure"),))
if mibBuilder.loadTexts: dismanEventNotificationGroup.setDescription('Notifications.')
mibBuilder.exportSymbols("DISMAN-EVENT-MIB", mteTriggerThresholdDeltaRisingEventOwner=mteTriggerThresholdDeltaRisingEventOwner, mteTriggerValueIDWildcard=mteTriggerValueIDWildcard, dismanEventMIBNotifications=dismanEventMIBNotifications, mteTriggerBooleanTable=mteTriggerBooleanTable, mteHotTargetName=mteHotTargetName, mteTriggerBooleanObjectsOwner=mteTriggerBooleanObjectsOwner, mteEventFailures=mteEventFailures, mteEventEntryStorageType=mteEventEntryStorageType, mteTriggerName=mteTriggerName, mteTriggerDeltaTable=mteTriggerDeltaTable, mteTriggerDeltaEntry=mteTriggerDeltaEntry, mteEventSetObject=mteEventSetObject, mteHotOID=mteHotOID, mteTriggerFailures=mteTriggerFailures, mteTriggerExistenceObjectsOwner=mteTriggerExistenceObjectsOwner, mteTriggerBooleanComparison=mteTriggerBooleanComparison, mteTriggerBooleanStartup=mteTriggerBooleanStartup, mteEventSetFailure=mteEventSetFailure, mteEventEntry=mteEventEntry, mteTriggerExistenceStartup=mteTriggerExistenceStartup, dismanEventMIB=dismanEventMIB, mteTriggerExistenceTest=mteTriggerExistenceTest, mteEventNotificationObjectsOwner=mteEventNotificationObjectsOwner, mteTriggerContextName=mteTriggerContextName, mteResourceSampleInstancesHigh=mteResourceSampleInstancesHigh, mteResource=mteResource, mteTriggerBooleanEventOwner=mteTriggerBooleanEventOwner, mteObjectsIndex=mteObjectsIndex, mteEventComment=mteEventComment, mteTriggerBooleanObjects=mteTriggerBooleanObjects, mteObjectsEntry=mteObjectsEntry, mteObjectsID=mteObjectsID, mteEventSetContextNameWildcard=mteEventSetContextNameWildcard, mteTriggerThresholdStartup=mteTriggerThresholdStartup, mteEvent=mteEvent, dismanEventNotificationGroup=dismanEventNotificationGroup, mteEventActions=mteEventActions, FailureReason=FailureReason, mteTriggerExistenceEvent=mteTriggerExistenceEvent, mteEventTable=mteEventTable, mteResourceSampleInstanceMaximum=mteResourceSampleInstanceMaximum, dismanEventMIBConformance=dismanEventMIBConformance, mteEventSetTable=mteEventSetTable, mteTrigger=mteTrigger, mteTriggerFired=mteTriggerFired, mteResourceSampleInstances=mteResourceSampleInstances, mteTriggerObjectsOwner=mteTriggerObjectsOwner, mteTriggerExistenceEntry=mteTriggerExistenceEntry, mteEventSetTargetTag=mteEventSetTargetTag, mteEventEnabled=mteEventEnabled, mteTriggerDeltaDiscontinuityID=mteTriggerDeltaDiscontinuityID, mteTriggerEntryStatus=mteTriggerEntryStatus, mteTriggerTest=mteTriggerTest, mteHotValue=mteHotValue, mteHotTrigger=mteHotTrigger, mteTriggerBooleanValue=mteTriggerBooleanValue, mteEventSetObjectWildcard=mteEventSetObjectWildcard, mteTriggerExistenceObjects=mteTriggerExistenceObjects, mteOwner=mteOwner, dismanEventMIBCompliances=dismanEventMIBCompliances, sysUpTimeInstance=sysUpTimeInstance, mteObjects=mteObjects, mteTriggerValueID=mteTriggerValueID, mteTriggerFailure=mteTriggerFailure, mteTriggerTargetTag=mteTriggerTargetTag, dismanEventTriggerGroup=dismanEventTriggerGroup, dismanEventMIBCompliance=dismanEventMIBCompliance, mteTriggerEnabled=mteTriggerEnabled, mteTriggerThresholdObjects=mteTriggerThresholdObjects, mteTriggerThresholdObjectsOwner=mteTriggerThresholdObjectsOwner, mteTriggerThresholdTable=mteTriggerThresholdTable, dismanEventEventGroup=dismanEventEventGroup, mteEventEntryStatus=mteEventEntryStatus, mteEventSetValue=mteEventSetValue, mteResourceSampleInstanceLacks=mteResourceSampleInstanceLacks, mteTriggerSampleType=mteTriggerSampleType, mteEventNotificationTable=mteEventNotificationTable, mteObjectsTable=mteObjectsTable, mteTriggerThresholdDeltaRising=mteTriggerThresholdDeltaRising, mteTriggerThresholdDeltaFalling=mteTriggerThresholdDeltaFalling, mteTriggerExistenceTable=mteTriggerExistenceTable, dismanEventObjectsGroup=dismanEventObjectsGroup, mteEventSetContextName=mteEventSetContextName, mteTriggerDeltaDiscontinuityIDType=mteTriggerDeltaDiscontinuityIDType, dismanEventMIBGroups=dismanEventMIBGroups, mteResourceSampleMinimum=mteResourceSampleMinimum, mteTriggerThresholdFallingEvent=mteTriggerThresholdFallingEvent, mteTriggerFrequency=mteTriggerFrequency, mteTriggerContextNameWildcard=mteTriggerContextNameWildcard, mteTriggerEntryStorageType=mteTriggerEntryStorageType, mteTriggerDeltaDiscontinuityIDWildcard=mteTriggerDeltaDiscontinuityIDWildcard, mteTriggerThresholdFallingEventOwner=mteTriggerThresholdFallingEventOwner, mteTriggerThresholdRisingEvent=mteTriggerThresholdRisingEvent, mteTriggerBooleanEvent=mteTriggerBooleanEvent, mteEventNotificationEntry=mteEventNotificationEntry, mteEventNotification=mteEventNotification, mteTriggerThresholdRisingEventOwner=mteTriggerThresholdRisingEventOwner, mteTriggerThresholdDeltaRisingEvent=mteTriggerThresholdDeltaRisingEvent, dismanEventNotificationObjectGroup=dismanEventNotificationObjectGroup, mteObjectsEntryStorageType=mteObjectsEntryStorageType, dismanEventResourceGroup=dismanEventResourceGroup, mteHotContextName=mteHotContextName, mteTriggerThresholdDeltaFallingEvent=mteTriggerThresholdDeltaFallingEvent, mteEventSetEntry=mteEventSetEntry, mteTriggerBooleanEntry=mteTriggerBooleanEntry, mteObjectsIDWildcard=mteObjectsIDWildcard, mteObjectsName=mteObjectsName, mteFailedReason=mteFailedReason, mteTriggerObjects=mteTriggerObjects, dismanEventMIBObjects=dismanEventMIBObjects, dismanEventMIBNotificationPrefix=dismanEventMIBNotificationPrefix, mteTriggerTable=mteTriggerTable, mteObjectsEntryStatus=mteObjectsEntryStatus, mteTriggerExistenceEventOwner=mteTriggerExistenceEventOwner, mteTriggerThresholdRising=mteTriggerThresholdRising, mteEventName=mteEventName, PYSNMP_MODULE_ID=dismanEventMIB, mteTriggerThresholdDeltaFallingEventOwner=mteTriggerThresholdDeltaFallingEventOwner, mteTriggerFalling=mteTriggerFalling, mteTriggerThresholdFalling=mteTriggerThresholdFalling, mteEventNotificationObjects=mteEventNotificationObjects, mteTriggerThresholdEntry=mteTriggerThresholdEntry, dismanEventMIBNotificationObjects=dismanEventMIBNotificationObjects, mteTriggerEntry=mteTriggerEntry, mteTriggerRising=mteTriggerRising, mteTriggerComment=mteTriggerComment)