INFORMATIONAL alert for CIM Indications

Fujitsu.Servers.PRIMERGY.ESXi.CIMIndications.Rules.INFORMATIONAL (Rule)

ServerView INFORMATIONAL alert for Fujitsu PRIMERGY ESXi Server

Knowledge Base article:

Summary

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

Causes

This alert is shown because the CIM Indication with INFORMATIONAL severity was triggered on the managed server.

Resolutions

To view the details of the problem:

Element properties:

TargetFujitsu.Servers.PRIMERGY.ESXi.Server
CategoryEventCollection
EnabledFalse
Alert GenerateTrue
Alert SeverityInformation
Alert PriorityLow
RemotableTrue
Alert Message
{2}

{2}
Time: {0}
Severity: {1}
{3}

Member Modules:

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

Source Code:

<Rule ID="Fujitsu.Servers.PRIMERGY.ESXi.CIMIndications.Rules.INFORMATIONAL" Enabled="false" Target="Fujitsu.Servers.PRIMERGY.ESXi.Server" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="EventDS" TypeID="Fujitsu.Servers.PRIMERGY.ESXi.CIMIndications.DataSource">
<IntervalSeconds>300</IntervalSeconds>
<HostServer>$Target/Host/Host/Property[Type="FTSESXSEED!Fujitsu.Servers.PRIMERGY.ESXiSeed.HostServer"]/PrincipalName$</HostServer>
<IPAddress>$Target/Host/Property[Type="FTSESXSEED!Fujitsu.Servers.PRIMERGY.ESXiSeed.Server"]/IPAddress$</IPAddress>
<Severity>INFORMATIONAL</Severity>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>0</Priority>
<Severity>0</Severity>
<AlertMessageId>$MPElement[Name="Fujitsu.Servers.PRIMERGY.ESXi.CIMIndications.Rules.INFORMATIONAL.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/Property[@Name='Date']$</AlertParameter1>
<AlertParameter2>$Data/Property[@Name='Severity']$</AlertParameter2>
<AlertParameter3>$Data/Property[@Name='Name']$</AlertParameter3>
<AlertParameter4>$Data/Property[@Name='Details']$</AlertParameter4>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/Property[@Name='ID']$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>