HYCU Nutanix Cluster Three State Consecutive Threshold Monitor

Comtrade.Nutanix.Monitor.Cluster.3StateConsecutiveThresholdMonitor (UnitMonitorType)

The three state consecutive threshold monitor for cluster monitoring.

Element properties:

RunAsDefault
AccessibilityInternal
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource Comtrade.Nutanix.Monitor.Cluster.PerformanceData Default
FilterCriticalSamples ConditionDetection System.Performance.ConsecutiveSamplesCondition Default
FilterHealthySamples ConditionDetection System.Performance.ConsecutiveSamplesCondition Default
FilterOverCriticalThreshold ConditionDetection System.ExpressionFilter Default
FilterOverWarningThreshold ConditionDetection System.ExpressionFilter Default
FilterUnderThreshold ConditionDetection System.ExpressionFilter Default
FilterWarningSamples ConditionDetection System.Performance.ConsecutiveSamplesCondition Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Update Interval in SecondsRecurring scheduled interval in seconds used for running the workflow.
TimeoutSecondsint$Config/TimeoutSeconds$Timeout in SecondsSpecifies the maximum number of seconds to allow the workflow to execute before the workflow is terminated.
SyncTimestring$Config/SyncTime$Synchronization TimeSynchronization time in 24-hour format.
WarningThresholddouble$Config/WarningThreshold$Warning ThresholdThreshold value after which a warning message will be reported. Warning threshold has to be lower than Critical Threshold.
CriticalThresholddouble$Config/CriticalThreshold$Critical ThresholdThreshold value after which an error message will be reported. Critical threshold has to be greater than Warning Threshold.
NumberOfSamplesint$Config/NumberOfSamples$Number Of SamplesNumber of samples that are needed to cross over threshold value to report the alert.