Procesbewaking: Poortstatusverzameling gegevensbron

Microsoft.Windows.Server.10.0.Port.PerfMetrics.Collection.DataSource (DataSourceModuleType)

Poortstatusverzameling gegevensbron.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.Windows.Server.10.0.DataItemProcessPort.Type

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
LogLevelint$Config/LogLevel$Logboekniveau
Hiermee wordt bepaald welke gebeurtenissen naar het gebeurtenislogboek moeten worden geschreven.
0: alle, 1: informatie, 2: waarschuwing, 4: fout, 8: uitgebreid,
16: foutopsporing, 255: geen
IntervalSecondsint$Config/IntervalSeconds$Interval in secondenInterval (seconden)
MonitoringConfigurationstring$Config/MonitoringConfiguration$BewakingsconfiguratieHiermee kunt u in een XML-indeling drempelwaarden voor specifieke processen opgeven en processen uitsluiten voor de bewaking

Source Code:

<DataSourceModuleType ID="Microsoft.Windows.Server.10.0.Port.PerfMetrics.Collection.DataSource" Accessibility="Public" Batching="true">
<Configuration>
<!-- optional -->
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="MonitoringConfiguration" type="xsd:string"/>
<!-- optional -->
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="LogLevel" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ManagementGroupId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ManagedEntityId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IntervalSeconds" type="xsd:int"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="LogLevel" Selector="$Config/LogLevel$" ParameterType="int"/>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="MonitoringConfiguration" Selector="$Config/MonitoringConfiguration$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Microsoft.Windows.Server.2016.Modules.Assembly</Assembly>
<Type>Microsoft.Windows.Server.Modules.Monitoring.PortStateCollectionDS</Type>
</Managed>
</ModuleImplementation>
<OutputType>Microsoft.Windows.Server.10.0.DataItemProcessPort.Type</OutputType>
</DataSourceModuleType>