Description | The value of this object indicates when a monitored
value has not meet a threshold or isn't meeting the
defined service level. The SlapmStatus TEXTUAL-CONVENTION
defines two levels of not meeting a threshold. The first
set:
slaMinInRateNotAchieved(0),
slaMaxInRateExceeded(1),
slaMaxDelayExceeded(2),
slaMinOutRateNotAchieved(3),
slaMaxOutRateExceeded(4)
are used to indicate when the SLA as an aggregate is
not meeting a threshold while the second set:
monitorMinInRateNotAchieved(5),
monitorMaxInRateExceeded(6),
monitorMaxDelayExceeded(7),
monitorMinOutRateNotAchieved(8),
monitorMaxOutRateExceeded(9)
indicate that at least one subcomponent is not meeting
a threshold. |