pmPolicyMaxIterations
POLICY-BASED-MANAGEMENT-MIB ·
.1.3.6.1.2.1.124.1.1.12
Object
If a condition or action script iterates in loops too many
times in one invocation, the execution environment may
consider it in an infinite loop or otherwise not acting
as intended and may be terminated by the execution
environment. The execution environment will count the
cumulative number of times all 'for' or 'while' loops iterated
and will apply a threshold to determine when to terminate the
script. What threshold the execution environment uses is an
implementation-dependent manner, but the value of
this object SHOULD be the basis for choosing the threshold for
each script. The value of this object represents a
policy-specific threshold and can be tuned for policies of
varying workloads. If this value is zero, no
threshold will be enforced except for any
implementation-dependent maximum. Regardless of this value,
the agent is allowed to terminate any script invocation that
exceeds a local CPU or memory limitation.
Note that the condition and action invocations are tracked
separately.
Context
- MIB
- POLICY-BASED-MANAGEMENT-MIB
- OID
.1.3.6.1.2.1.124.1.1.12- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- pmPolicyEntry
- Table
- pmPolicyTable
- Siblings
- 19
Syntax
SNMPv2-SMIUnsigned32
- Source
- SNMPv2-SMIUnsigned32
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| pmPolicyAdminGroup An administratively assigned string that can be used to group
policies for convenience, for readability, or to simplify
configuration of access control.
The value o… | column | OctetString | .1.3.6.1.2.1.124.1.1.1 |
| pmPolicyConditionMaxLatency Every element under the control of this agent is
re-checked periodically to see whether it is under control
of this policy by re-running the condition for this policy.
This object… | column | milliseconds Unsigned32 | .1.3.6.1.2.1.124.1.1.10 |
| pmPolicyActionMaxLatency Every element that matches this policy's condition and is
therefore under control of this policy will have this policy's
action executed periodically to ensure that the element
re… | column | milliseconds Unsigned32 | .1.3.6.1.2.1.124.1.1.11 |
| pmPolicyDescription A description of this rule and its significance, typically
provided by a human. | column | PmUTF8String | .1.3.6.1.2.1.124.1.1.13 |
| pmPolicyMatches The number of elements that, in their most recent execution
of the associated condition, were matched by the condition. | column | elements SNMPv2-SMIGauge32 | .1.3.6.1.2.1.124.1.1.14 |
| pmPolicyAbnormalTerminations The number of elements that, in their most recent execution
of the associated condition or action, have experienced a
run-time exception and terminated abnormally. Note that if a… | column | elements SNMPv2-SMIGauge32 | .1.3.6.1.2.1.124.1.1.15 |
| pmPolicyExecutionErrors The total number of times that execution of this policy's
condition or action has been terminated due to run-time
exceptions. | column | errors SNMPv2-SMICounter32 | .1.3.6.1.2.1.124.1.1.16 |
| pmPolicyDebugging The status of debugging for this policy. If this is turned
on(2), log entries will be created in the pmDebuggingTable
for each run-time exception that is experienced by this
poli… | column | Enumeration | .1.3.6.1.2.1.124.1.1.17 |
| pmPolicyAdminStatus The administrative status of this policy.
The policy will be valid only if the associated
pmPolicyRowStatus is set to active(1) and this object is set
to enabled(2)… | column | Enumeration | .1.3.6.1.2.1.124.1.1.18 |
| pmPolicyStorageType This object defines whether this policy and any associated
entries in the pmPolicyCodeTable are kept in volatile storage
and lost upon reboot or if this row is backed up by
non-vo… | column | SNMPv2-TCStorageType | .1.3.6.1.2.1.124.1.1.19 |
| pmPolicyIndex A unique index for this policy entry, unique among all
policies regardless of administrative group. | column | Unsigned32 | .1.3.6.1.2.1.124.1.1.2 |
| pmPolicyRowStatus The row status of this pmPolicyEntry.
The status may not be set to active if any of the related
entries in the pmPolicyCode table do not have a status of
active or … | column | SNMPv2-TCRowStatus | .1.3.6.1.2.1.124.1.1.20 |
| pmPolicyPrecedenceGroup An administratively assigned string that is used to group
policies. For each element, only one policy in the same
precedence group may be active on that element. If multiple
pol… | column | OctetString | .1.3.6.1.2.1.124.1.1.3 |
| pmPolicyPrecedence If, while checking to see which policy conditions match an
element, 2 or more ready policies in the same precedence group
match the same element, the pmPolicyPrecedence object pro… | column | Unsigned32 | .1.3.6.1.2.1.124.1.1.4 |
| pmPolicySchedule This policy will be ready if any of the associated schedule
entries are active.
If the value of this object is 0, this policy is always
ready.
If the… | column | Unsigned32 | .1.3.6.1.2.1.124.1.1.5 |
| pmPolicyElementTypeFilter This object specifies the element types for which this policy
can be executed.
The format of this object will be a sequence of
pmElementTypeRegOIDPrefix values, enc… | column | OctetString | .1.3.6.1.2.1.124.1.1.6 |
| pmPolicyConditionScriptIndex A pointer to the row or rows in the pmPolicyCodeTable that
contain the condition code for this policy. When a policy
entry is created, a pmPolicyCodeIndex value unused by this
po… | column | Unsigned32 | .1.3.6.1.2.1.124.1.1.7 |
| pmPolicyActionScriptIndex A pointer to the row or rows in the pmPolicyCodeTable that
contain the action code for this policy. When a policy entry
is created, a pmPolicyCodeIndex value unused by this polic… | column | Unsigned32 | .1.3.6.1.2.1.124.1.1.8 |
| pmPolicyParameters From time to time, policy scripts may seek one or more
parameters (e.g., site-specific constants). These parameters
may be installed with the script in this object and are
access… | column | OctetString | .1.3.6.1.2.1.124.1.1.9 |