INFORMATIONAL alert for RAID_MIB

Fujitsu.Servers.PRIMERGY.Linux.Rules.RAID_MIB_INFORMATIONAL (Rule)

ServerView INFORMATIONAL alert for Fujitsu PRIMERGY Linux Server

Knowledge Base article:

Summary

Message with INFORMATIONAL severity was logged on managed Fujitsu PRIMERGY Linux Server. Content and occurrence time of the message is shown in Alert Description.

Causes

This alert is shown because the RAID-MIB trap with INFORMATIONAL severity was triggered on the managed server.

Resolutions

To view the details of the information open External RAID.MIB Knowledge Base and click on the proper MIB number.

Element properties:

TargetFujitsu.Servers.PRIMERGY.Linux.Server
CategoryEventCollection
EnabledFalse
Alert GenerateTrue
Alert SeverityInformation
Alert PriorityLow
RemotableTrue
Alert Message
RAID_MIB_{1}: {4} (INFORMATIONAL)
Time: {0}; Severity: {2}; {3}

Member Modules:

ID Module Type TypeId RunAs 
EventDS DataSource Fujitsu.Servers.PRIMERGY.Linux.LogFile.DataSource Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Fujitsu.Servers.PRIMERGY.Linux.Rules.RAID_MIB_INFORMATIONAL" Enabled="false" Target="Fujitsu.Servers.PRIMERGY.Linux.Server" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="EventDS" TypeID="Fujitsu.Servers.PRIMERGY.Linux.LogFile.DataSource">
<Host>$Target/Property[Type="FTSLIB!Fujitsu.ServerView.Server"]/NetworkName$</Host>
<LogFile>/var/log/messages</LogFile>
<RegExpFilter>\s+ServerView\s+RAID:\s+\[1[0-9]{4}\]\s*\[(i|I)(n|N)(f|F)[a-zA-Z]*\]</RegExpFilter>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>0</Priority>
<Severity>0</Severity>
<AlertMessageId>$MPElement[Name="Fujitsu.Servers.PRIMERGY.Linux.Rules.RAID_MIB_INFORMATIONAL.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/Property[@Name='Date']$</AlertParameter1>
<AlertParameter2>$Data/Property[@Name='ID']$</AlertParameter2>
<AlertParameter3>$Data/Property[@Name='Level']$</AlertParameter3>
<AlertParameter4>$Data/Property[@Name='Details']$</AlertParameter4>
<AlertParameter5>$Data/Property[@Name='Name']$</AlertParameter5>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/Property[@Name='ID']$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>