VCSOpsMgrIntegration Service

Symantec.VCS.Libraray.OpsMgrIntegrationService.Monitor (UnitMonitor)

This monitor will reflect the state of the VCSOpsMgrIntegration Service. When the service is running the state will be healthy.

Element properties:

TargetMicrosoft.SystemCenter.RootManagementServer
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
VCSOpsMgrIntegration Service
VCSOpsMgrIntegration Service is not running on the Root Management Server. Start VCSOpsMgrIntegration service on RMS.
RunAsDefault

Source Code:

<UnitMonitor ID="Symantec.VCS.Libraray.OpsMgrIntegrationService.Monitor" Accessibility="Public" Enabled="true" Target="SC!Microsoft.SystemCenter.RootManagementServer" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Symantec.VCS.Libraray.OpsMgrIntegrationService.Monitor_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<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>VCSOpsMgrIntegration</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>