Hyper-V Host Attestation Monitor

Microsoft.SystemCenter.VirtualMachineManager.AttestationMonitor (AggregateMonitor)

Monitors whether the Hyper-V host has attestation problems

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
The Hyper-V host failed attestation
The Hyper-V host '{0}' failed attestation and is no longer a guarded host.

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>