DataSource for Metrics Data (PowerHA Resource Group Failover)

NiCE.Veritas.Cluster.X.ServiceGroup.Failover.DS (DataSourceModuleType)

DataSource to collect Metrics Data

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.BaseData

Member Modules:

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

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Interval (Seconds)
SyncTimestring$Config/SyncTime$Sync Time
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.