NiCE Veritas Cluster Metrics Collector UMT (Veritas Cluster ServiceGroup)

NiCE.Veritas.Cluster.Metrics.Collector.ServiceGroup.UMT (UnitMonitorType)

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource NiCE.Veritas.Cluster.X.Metrics.Collector.ServiceGroup.DS Default
CriticalFilter ConditionDetection NiCE.Library.X.MatchCount.Threshold.Filter.And.C2P.Event.Mapper.CD Default
HealthyFilter ConditionDetection NiCE.Library.X.Threshold.Filter.And.C2P.Event.Mapper.CD Default
WarningFilter ConditionDetection NiCE.Library.X.MatchCount.Threshold.Filter.And.C2P.Event.Mapper.CD Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Interval Seconds
SyncTimestring$Config/SyncTime$SyncTime
ProviderNamestring$Config/ProviderName$Provider Name
ThresholdTypestring$Config/ThresholdType$Threshold Type

MIN (2-State, Healthy): value >= Threshold
MIN (2-State, Warning): value < ThresholdWarning
MIN (2-State, Critical): value < ThresholdCritical

MIN (3-State, Healthy): value >= ThresholdWarning && value >= ThresholdCritical
MIN (3-State, Warning): ThresholdCritical >= value < ThresholdWarning
MIN (3-State, Critical): value < ThresholdCritical


MAX (2-State, Healthy): value <= Threshold
MAX (2-State, Warning): value > ThresholdWarning
MAX (2-State, Critical): value > ThresholdCritical

MAX (3-State, Healthy): value <= ThresholdWarning && value < ThresholdCritical
MAX (3-State, Warning): ThresholdWarning > value <= ThresholdCritical
MAX (3-State, Critical): value > ThresholdCritical


EQUAL (2-State, Healthy): value != Threshold
EQUAL (2-State, Warning): value == ThresholdWarning
EQUAL (2-State, Critical): value == ThresholdCritical

EQUAL (3-State, Healthy): value != ThresholdWarning && value != ThresholdCritical
EQUAL (3-State, Warning): value == ThresholdWarning && value == ThresholdCritical
EQUAL (3-State, Critical): value == ThresholdCritical


NOTEQUAL (2-State, Healthy): value == Threshold
NOTEQUAL (2-State, Warning): value != ThresholdWarning
NOTEQUAL (2-State, Critical): value != ThresholdCritical

NOTEQUAL (3-State, Healthy): value == ThresholdWarning && value == ThresholdCritical
NOTEQUAL (3-State, Warning): value != ThresholdWarning && value != ThresholdCritical
NOTEQUAL (3-State, Critical): value != ThresholdCritical

WarningThresholddouble$Config/WarningThreshold$Threshold (Warning)Value when monitor should switch to warning state. Enter NaN to disable warning state.
CriticalThresholddouble$Config/CriticalThreshold$Threshold (Critical)Value when monitor should switch to critical state. Enter NaN to disable critical state.
MatchCountint$Config/MatchCount$Match CountIndicates how many non-healthy events should come before the state health of the monitor changes.