HPE Virtual Connect Server Profile Health Monitor

HewlettPackard.Servers.VirtualConnect.HPVCServerProfileHealthMonitor (UnitMonitor)

Knowledge Base article:

Summary

This monitor rule monitors the health of HPE Virtual Connect Server Profile. The rule executes a PowerShell script and uses a property bag to process. The property bag contains a "VCServerProfile" property.

Configuration

If you disable this monitor, the health status of HPE Virtual Connect Server Profile will become unavailable.

Element properties:

TargetHewlettPackard.Servers.VirtualConnect.HPVCServerProfile
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeHewlettPackard.Servers.VirtualConnect.HPVirtualConnectHealthState
RemotableTrue
AccessibilityPublic
Alert Message
HPE Virtual Connect Server Profile state error
HPE Virtual Connect Server Profile has been Warning or Error state.
RunAsDefault

Source Code:

<UnitMonitor ID="HewlettPackard.Servers.VirtualConnect.HPVCServerProfileHealthMonitor" Accessibility="Public" Enabled="true" Target="HewlettPackard.Servers.VirtualConnect.HPVCServerProfile" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="HewlettPackard.Servers.VirtualConnect.HPVirtualConnectHealthState" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="HewlettPackard.Servers.VirtualConnect.HPVCServerProfileMonitorAlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="HealthSuccess" MonitorTypeStateID="HealthSuccess" HealthState="Success"/>
<OperationalState ID="HealthWarning" MonitorTypeStateID="HealthWarning" HealthState="Warning"/>
<OperationalState ID="HealthError" MonitorTypeStateID="HealthError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<DomainID>$Target/Host/Property[Type="HewlettPackard.Servers.VirtualConnect.HPVCHealthCollection"]/ID$</DomainID>
<Component>VCServerProfile</Component>
<ComponentID>$Target/Property[Type="HewlettPackard.Servers.VirtualConnect.HPVCHealthComponent"]/ID$</ComponentID>
<PeriodInSeconds>900</PeriodInSeconds>
</Configuration>
</UnitMonitor>