Service Status Monitor (ETERNUS SF Manager Tomcat Service)

Fujitsu.Storage.Systems.ETERNUS.ESCManagerServiceHealthMonitor (UnitMonitor)

Knowledge Base article:

Summary

This monitor observes the status of necessary service.

Causes

When the state of this monitor is unhealthy, the service described in [Alert description] is not running.

Resolutions

When the state of this monitor is unhealthy, please confirm the state of service, and start service when stopping.

Element properties:

TargetFujitsu.Storage.ETERNUS.ManagerService
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
11001 Necessary service is not running.
ETERNUS SF Manager Tomcat Service
RunAsDefault

Source Code:

<UnitMonitor ID="Fujitsu.Storage.Systems.ETERNUS.ESCManagerServiceHealthMonitor" Accessibility="Public" Enabled="true" Target="Fujitsu.Storage.ETERNUS.ManagerService" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Fujitsu.Storage.Systems.ETERNUS.ESCManagerServiceHealthMonitor_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>esfmanagertomcat</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>