Veritas Enterprise Administrator Service Monitoring

Monitor.Veritas.Enterprise.Administrator.Service (UnitMonitor)

Monitors the Veritas Enterprise Administrator service, provides information about its state.

Element properties:

TargetVeritas.InfoScale.Storage.Installation
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Veritas Enterprise Administrator Service
The Veritas Enterprise Administrator service is not running. Refer to the log file for details or contact your system administrator.
RunAsDefault

Source Code:

<UnitMonitor ID="Monitor.Veritas.Enterprise.Administrator.Service" Accessibility="Public" Enabled="true" Target="Veritas.InfoScale.Storage.Installation" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="MicrosoftWindowsLibrary!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Monitor.Veritas.Enterprise.Administrator.Service.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Success" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="Error" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Property[Type="MicrosoftWindowsLibrary!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>vxsvc</ServiceName>
<CheckStartupType>true</CheckStartupType>
</Configuration>
</UnitMonitor>