Veritas VSS Provider Monitoring

Monitor.Veritas.VSS.Provider (UnitMonitor)

Monitors the Veritas VSS Provider, 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 VSS Provider
The Veritas VSS Provider service is not running. Refer to the log file for details or contact your system administrator.
RunAsDefault

Source Code:

<UnitMonitor ID="Monitor.Veritas.VSS.Provider" 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.VSS.Provider.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>Veritas VSS Provider</ServiceName>
<CheckStartupType/>
</Configuration>
</UnitMonitor>