PRIMERGY ServerView Agents Health Monitor (Fujitsu Server Management Agents)

Fujitsu.PRIMERGY.PRO.SCCIManagement.SrvCtrl.HealthMonitor (UnitMonitor)

This Monitor monitors the health of ServerView SNMP Agents Service

Knowledge Base article:

Summary

This Monitor monitors the health of Fujitsu ServerView SNMP Agent.

Configuration

Overriding of this monitor is possible to match the customers requirements.

Causes

Fujitsu.PRIMERGY.PRO.SCCIManagement.SrvCtrl.HealthMonitor causes

Resolutions

Restart the failed ServerView service (Name: (ServerView) Server Control Service, Service Name: SrvCtrl) on the target server.

Element properties:

TargetFujitsu.PRIMERGY.PRO.SCCIManagement
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Fujitsu ServerView Agents failed.
One of the services related to Fujitsu ServerView Agents is not running.
RunAsDefault

Source Code:

<UnitMonitor ID="Fujitsu.PRIMERGY.PRO.SCCIManagement.SrvCtrl.HealthMonitor" Accessibility="Public" Enabled="true" Target="Fujitsu.PRIMERGY.PRO.SCCIManagement" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Fujitsu.PRIMERGY.PRO.SCCIManagementHealthMonitor.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/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ServiceName>SrvCtrl</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>