WARNING alert for SC2_MIB

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

ServerView WARNING alert for Fujitsu PRIMERGY Linux Server

Knowledge Base article:

Summary

Message with MAJOR or MINOR 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 FSC-SERVERCONTROL2-MIB trap with MAJOR or MINOR severity was triggered on the managed server. This message needs to be acknowledged to clear the warning condition.

Resolutions

To view the details of the message open External SC2.MIB Knowledge Base and click on the proper MIB number. Then follow remarks from External Knowledge Base to solve the problem.

Element properties:

TargetFujitsu.Servers.PRIMERGY.Linux.Server
CategoryEventCollection
EnabledFalse
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
SC2_MIB_{1}: {4} (WARNING)
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.SC2_MIB_WARNING" 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+\[2[0-9]{3}\]\s*\[(m|M)(i|I|a|A)(n|N|j|J)[a-zA-Z]*\]</RegExpFilter>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Fujitsu.Servers.PRIMERGY.Linux.Rules.SC2_MIB_WARNING.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>