Monitor zaświadczania hosta z funkcją Hyper-V

Microsoft.SystemCenter.VirtualMachineManager.AttestationMonitor (AggregateMonitor)

Służy do monitorowania, czy na hoście z funkcją Hyper-V wystąpiły problemy z zaświadczaniem

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.HyperVHost
Parent MonitorSystem.Health.SecurityState
AlgorithmWorstOf
CategorySecurityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Zaświadczanie hosta z funkcją Hyper-V zakończyło się niepowodzeniem
Zaświadczanie hosta „{0}” funkcji Hyper-V zakończyło się niepowodzeniem — to nie jest już host zabezpieczony.

Source Code:

<AggregateMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.AttestationMonitor" Accessibility="Public" Target="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.HyperVHost" ParentMonitorID="SystemHealth!System.Health.SecurityState" Remotable="true" Enabled="true">
<Category>SecurityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.AttestationMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>