Event Trap Monitor (Pool Caution)

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

Knowledge Base article:

Summary

This monitor observes the event traps.

Causes

When the state of this monitor is unhealthy, some event traps were detected.

Resolutions

When the state of this monitor is unhealthy, please confirm the device status referring to ETERNUS SF Web Console.

Element properties:

TargetFujitsu.Storage.ETERNUS.ManagerService
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeSystem.ApplicationLog.GenericCSVLog.SingleEventManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Fujitsu.Storage.Systems.ETERNUS.EventMonitor_PoolCaution" Accessibility="Public" Enabled="true" Target="Fujitsu.Storage.ETERNUS.ManagerService" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="AppLog!System.ApplicationLog.GenericCSVLog.SingleEventManualReset2StateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Warning"/>
<OperationalState ID="ManualResetEventRaised" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<LogFileDirectory>$Target/Property[Type="Fujitsu.Storage.ETERNUS.ManagerService"]/DataFilePath$</LogFileDirectory>
<LogFilePattern>deviceevent*.dat</LogFilePattern>
<LogIsUTF8>false</LogIsUTF8>
<Separator>","</Separator>
<Expression>
<And>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[2]</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>( )</Pattern>
</RegExExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[7]</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^"M (E8010|E8070)</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>