Правило сбора свободного места

Microsoft.Windows.HyperV.2016.DiskPartitionSpaceProvider.FreeSpaceCollectionRule (Rule)

Собирает данные о свободном месте.

Knowledge Base article:

Сводка

Правило собирает данные о свободном месте.

Element properties:

TargetMicrosoft.Windows.HyperV.2016.VirtualMachine
CategoryStateCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.HyperV.2016.DiskPartitionSpaceProviderDataSourceModuleV2 Default
WriteToChannel WriteAction Microsoft.Windows.HyperV.DiskPartitionSpaceProvider.Publisher Default

Source Code:

<Rule ID="Microsoft.Windows.HyperV.2016.DiskPartitionSpaceProvider.FreeSpaceCollectionRule" Enabled="onEssentialMonitoring" Target="HVDisc!Microsoft.Windows.HyperV.2016.VirtualMachine" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>StateCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.HyperV.2016.DiskPartitionSpaceProviderDataSourceModuleV2">
<IntervalSeconds>3600</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToChannel" TypeID="HVLib!Microsoft.Windows.HyperV.DiskPartitionSpaceProvider.Publisher"/>
</WriteActions>
</Rule>