Fujitsu PRIMERGY Windows Server Communication Monitor

Fujitsu.Servers.PRIMERGY.Windows.CommunicationMonitor.HealthMonitor (UnitMonitor)

Unit Monitor to get the state of the communication with ServerView Agents or WMI/CIM. This monitor reports if the data retrieval has problems.

Knowledge Base article:

Summary

This monitor reports communication problems when running the script on the target system to update the PRIMERGY Health State Data.

Causes

Data retrieval from ServerView Agents might be impaired. Further information can be obtained to look through State Change Events tab in the Health Explorer, alerts on Active Alerts View and Fujitsu ServerView System Monitor task.

Resolutions

If this communication monitor is in Warning or Error state, look for related alerts to this server/component. First check the running status of the ServerView Service (called 'ServerView Server Control'). Also launch Fujitsu ServerView System Monitor task for more information and further diagnostic.

Element properties:

TargetFujitsu.Servers.PRIMERGY.Windows.CommunicationMonitor
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeFujitsu.Servers.PRIMERGY.Windows.CommunicationHealthState
RemotableTrue
AccessibilityPublic
Alert Message
{0}: The Communication Monitor of a Fujitsu PRIMERGY Windows Server is in warning or error state.
{0}: The communication monitor of the PRIMERGY Windows Server is in Warning or Error state. Check the running status of the ServerView Agents Service (called 'ServerView Server Control').
RunAsDefault

Source Code:

<UnitMonitor ID="Fujitsu.Servers.PRIMERGY.Windows.CommunicationMonitor.HealthMonitor" Accessibility="Public" Enabled="true" Target="Fujitsu.Servers.PRIMERGY.Windows.CommunicationMonitor" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Fujitsu.Servers.PRIMERGY.Windows.CommunicationHealthState" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Fujitsu.Servers.PRIMERGY.Windows.CommunicationMonitor.HealthMonitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Fujitsu.Servers.PRIMERGY.Windows.HealthCollection"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OK" MonitorTypeStateID="HealthSuccess" HealthState="Success"/>
<OperationalState ID="Degraded" MonitorTypeStateID="HealthWarning" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>200</IntervalSeconds>
<TargetName>$Target/Host/Property[Type="Fujitsu.Servers.PRIMERGY.Windows.HealthCollection"]/NetworkName$</TargetName>
<Component>Communication Monitor</Component>
<Type>CommunicationMonitor</Type>
<!-- 3 consecutive within 5 times the default Monitoring cycle -->
<ConsolidatorTimeWindow>1200</ConsolidatorTimeWindow>
<ConsolidatorCount>3</ConsolidatorCount>
</Configuration>
</UnitMonitor>