This object indicates how the device samples the monitored
value before determining whether to assert the condition:
'other'
The implementation of the MIB does not recognize the
how the device samples the monitored value.
'raw'
The device samples the monitored value and uses this
value to determine whether to assert the condition.
'slidingWindowAvg'
The device samples the monitored value and maintains a
average over a sliding window. It uses this value of
this average to determine whether to assert the
condition. The corresponding instance of
cfmCOnditionSampleWindow indicates the length of the
sliding window.
'slidingWindowAverage'
The device samples the monitored value and maintains a
exponentially decaying average over a sliding window.
It
uses this value of this average to determine whether to
assert the condition. The corresponding instance of
cfmCOnditionSampleWindow indicates the length of the
sliding window.