Monitor wielu identyfikatorów OID

System.NetworkManagement.HealthStateMultiOIDMonitorType (UnitMonitorType)

Typ monitora wielu identyfikatorów OID

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
ProbeDS DataSource System.NetworkManagement.Host.ExtendedSnmpQueryProvider Default
OperationStatusError ConditionDetection System.NetworkManagement.ExpressionFilter Default
OperationStatusSuccess ConditionDetection System.NetworkManagement.ExpressionFilter Default
OperationStatusWarning ConditionDetection System.NetworkManagement.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Intervalint$Config/Interval$InterwałLiczba sekund między każdym wykonaniem monitorowania
NoOfRetriesint$Config/NoOfRetries$Liczba powtórzeńLiczba ponownych prób operacji SNMP GET po upływie limitu czasu.
NumberOfSamplesint$Config/NumberOfSamples$Liczba próbekLiczba kolejnych próbek przed zmianą stanu kondycji przez monitor
Timeoutint$Config/Timeout$Limit czasuCzas (w milisekundach), jaki musi minąć, zanim upłynie limit czasu żądania dotyczącego danych wydajności

Source Code:

<UnitMonitorType ID="System.NetworkManagement.HealthStateMultiOIDMonitorType" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="MTSDeviceSuccess" NoDetection="false"/>
<MonitorTypeState ID="MTSDeviceWarning" NoDetection="false"/>
<MonitorTypeState ID="MTSDeviceError" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System.ExpressionEvaluatorSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Interval" type="xsd:integer"/>
<xsd:element name="NoOfRetries" type="xsd:unsignedInt"/>
<xsd:element name="NumberOfSamples" type="xsd:unsignedInt"/>
<xsd:element name="Timeout" type="xsd:unsignedInt"/>
<xsd:element minOccurs="1" name="SnmpVarBinds">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="1" maxOccurs="unbounded" name="SnmpVarBind">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="OID" type="xsd:string"/>
<xsd:element name="Syntax" type="xsd:integer"/>
<xsd:element name="Value">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="VariantType" type="xsd:integer" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="XMLSuccessExpression" type="ExpressionType"/>
<xsd:element name="XMLWarningExpression" type="ExpressionType"/>
<xsd:element name="XMLErrorExpression" type="ExpressionType"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Interval" Selector="$Config/Interval$" ParameterType="int"/>
<OverrideableParameter ID="NoOfRetries" Selector="$Config/NoOfRetries$" ParameterType="int"/>
<OverrideableParameter ID="NumberOfSamples" Selector="$Config/NumberOfSamples$" ParameterType="int"/>
<OverrideableParameter ID="Timeout" Selector="$Config/Timeout$" ParameterType="int"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="ProbeDS" TypeID="System.NetworkManagement.Host.ExtendedSnmpQueryProvider">
<Interval>$Config/Interval$</Interval>
<NoOfRetries>$Config/NoOfRetries$</NoOfRetries>
<Timeout>$Config/Timeout$</Timeout>
<SnmpVarBinds>$Config/SnmpVarBinds$</SnmpVarBinds>
</DataSource>
<ConditionDetection ID="OperationStatusSuccess" TypeID="System.NetworkManagement.ExpressionFilter">
<Expression>$Config/XMLSuccessExpression$</Expression>
<SuppressionSettings>
<MatchCount>$Config/NumberOfSamples$</MatchCount>
<SampleCount>$Config/NumberOfSamples$</SampleCount>
</SuppressionSettings>
</ConditionDetection>
<ConditionDetection ID="OperationStatusWarning" TypeID="System.NetworkManagement.ExpressionFilter">
<Expression>$Config/XMLWarningExpression$</Expression>
<SuppressionSettings>
<MatchCount>$Config/NumberOfSamples$</MatchCount>
<SampleCount>$Config/NumberOfSamples$</SampleCount>
</SuppressionSettings>
</ConditionDetection>
<ConditionDetection ID="OperationStatusError" TypeID="System.NetworkManagement.ExpressionFilter">
<Expression>$Config/XMLErrorExpression$</Expression>
<SuppressionSettings>
<MatchCount>$Config/NumberOfSamples$</MatchCount>
<SampleCount>$Config/NumberOfSamples$</SampleCount>
</SuppressionSettings>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="MTSDeviceSuccess">
<Node ID="OperationStatusSuccess">
<Node ID="ProbeDS"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="MTSDeviceWarning">
<Node ID="OperationStatusWarning">
<Node ID="ProbeDS"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="MTSDeviceError">
<Node ID="OperationStatusError">
<Node ID="ProbeDS"/>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>