Package | Description |
---|---|
org.opennms.netmgt.threshd |
Modifier and Type | Method and Description |
---|---|
protected List<Event> |
ThresholdingSetImpl.applyThresholds(CollectionResourceWrapper resourceWrapper,
Map<String,CollectionAttribute> attributesMap) |
protected Event |
AbstractThresholdEvaluatorState.createBasicEvent(String uei,
Date date,
double dsValue,
CollectionResourceWrapper resource,
Map<String,String> additionalParams)
createBasicEvent
|
List<Event> |
ThresholdEntity.evaluateAndCreateEvents(CollectionResourceWrapper resource,
Map<String,Double> values,
Date date)
Evaluates the threshold in light of the provided datasource value, for
the named instance (or the generic instance if instance is null) and
create any events for thresholds.
|
Event |
ThresholdEvaluatorState.getEventForState(ThresholdEvaluatorState.Status status,
Date date,
double dsValue,
ThresholdEvaluatorState.ThresholdValues thresholdValues,
CollectionResourceWrapper resource)
getEventForState
|
Event |
ThresholdEvaluatorRearmingAbsoluteChange.ThresholdEvaluatorStateRearmingAbsoluteChange.getEventForState(ThresholdEvaluatorState.Status status,
Date date,
double dsValue,
ThresholdEvaluatorState.ThresholdValues thresholdValues,
CollectionResourceWrapper resource) |
Event |
ThresholdEvaluatorHighLow.ThresholdEvaluatorStateHighLow.getEventForState(ThresholdEvaluatorState.Status status,
Date date,
double dsValue,
ThresholdEvaluatorState.ThresholdValues thresholdValues,
CollectionResourceWrapper resource) |
Event |
ThresholdEvaluatorAbsoluteChange.ThresholdEvaluatorStateAbsoluteChange.getEventForState(ThresholdEvaluatorState.Status status,
Date date,
double dsValue,
ThresholdEvaluatorState.ThresholdValues thresholdValues,
CollectionResourceWrapper resource) |
Event |
ThresholdEvaluatorRelativeChange.ThresholdEvaluatorStateRelativeChange.getEventForState(ThresholdEvaluatorState.Status status,
Date date,
double dsValue,
ThresholdEvaluatorState.ThresholdValues thresholdValues,
CollectionResourceWrapper resource) |
protected boolean |
ThresholdingSetImpl.passedThresholdFilters(CollectionResourceWrapper resource,
ThresholdEntity thresholdEntity) |
Copyright © 2021. All rights reserved.