Veritas High Availability Engine for VCS Server

Veritas.HAD.ServiceMonitor.For.VCSServerNode.CustomClass (UnitMonitor)

This monitor shows the state of Vertias High Availability Engine service for custom class VCS Server Node.

Element properties:

TargetVeritas.VCS.ServerNode
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Veritas.HAD.ServiceMonitor.For.VCSServerNode.CustomClass" Accessibility="Public" Enabled="true" Target="Veritas.VCS.ServerNode" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>Custom</Category>
<OperationalStates>
<OperationalState ID="Healthy" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="Critical" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>HAD</ServiceName>
<CheckStartupType>true</CheckStartupType>
</Configuration>
</UnitMonitor>