CRITICAL alert for SC2_MIB

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

ServerView CRITICAL alert for Fujitsu PRIMERGY Linux Server

Knowledge Base article:

Summary

A critical error has happened on the managed Fujitsu PRIMERGY Linux Server. Content and occurrence time of the error message is shown in Alert Description.

Causes

This alert is shown because the FSC-SERVERCONTROL2-MIB trap with CRITICAL severity was triggered on the managed server. This error needs to be acknowledged to clear the error condition.

Resolutions

To view the details of the problem 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
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
SC2_MIB_{1}: {4} (CRITICAL)
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_CRITICAL" Enabled="true" 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*\[(c|C)(r|R)(i|I)[a-zA-Z]*\]</RegExpFilter>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Fujitsu.Servers.PRIMERGY.Linux.Rules.SC2_MIB_CRITICAL.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>