Monitorização de Processos: Recolha do Estado de Funcionamento

Microsoft.Windows.Server.10.0.Process.HealthState.Collection (Rule)

Esta regra recolhe informações sobre o estado de funcionamento dos processos.

Knowledge Base article:

Resumo

Esta regra recolhe informações sobre o estado de funcionamento dos processos.

Nota: Os limiares desta regra devem ser substituídos com cuidado; se os limiares forem diferentes dos definidos para as regras de alerta, pode resultar numa inconsistência entre os alertas e os estados de funcionamento dos processos.

Element properties:

TargetMicrosoft.Windows.Server.10.0.ProcessMonitoring.ProcessSeed
CategoryCustom
EnabledFalse
Alert GenerateFalse
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.Server.10.0.Process.HealthState.Collection.DataSource Microsoft.Windows.Server.10.0.RunAs.CollectionRules
WA WriteAction Microsoft.Windows.Server.10.0.Process.HealthStatePublish.WriteAction Default

Source Code:

<Rule ID="Microsoft.Windows.Server.10.0.Process.HealthState.Collection" Target="Microsoft.Windows.Server.10.0.ProcessMonitoring.ProcessSeed" Enabled="false" Remotable="false" ConfirmDelivery="true">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.Server.10.0.Process.HealthState.Collection.DataSource" RunAs="Microsoft.Windows.Server.10.0.RunAs.CollectionRules">
<MonitoringConfiguration>$Target/Property[Type="WindowsServer!Microsoft.Windows.Server.ProcessSeed"]/ThresholdsByProcess$</MonitoringConfiguration>
<LogLevel>4</LogLevel>
<ManagedEntityId>$Target/Host/Id$</ManagedEntityId>
<IntervalSeconds>60</IntervalSeconds>
<SampleCount>6</SampleCount>
<HandleCountIncreaseThreshold>20</HandleCountIncreaseThreshold>
<MemoryPercentageThreshold>50</MemoryPercentageThreshold>
<PercentProcessorTimeThreshold>50</PercentProcessorTimeThreshold>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.Server.10.0.Process.HealthStatePublish.WriteAction"/>
</WriteActions>
</Rule>